R
Railway5mo ago
fobabs

Service not found error showing during deployment in bitbucket CI/CD

I keep getting this error message when trying to deploy from bitbucket using bitbucket pipelines. I have tried every possible resource I can find but don't know why. I deployed to the same railway with the same pipeline just last month but with a different account and it was successful. I decided to deploy a personal project using my personal account and I get this error message of "Service not found"
No description
12 Replies
Percy
Percy5mo ago
Project ID: 6532cd89-677b-4ef9-a4c0-3068cd040a99
fobabs
fobabs5mo ago
6532cd89-677b-4ef9-a4c0-3068cd040a99
Brody
Brody5mo ago
are you using an updated railway token and is your service variable set to the correct name?
fobabs
fobabs5mo ago
Yes
Brody
Brody5mo ago
I've seen this issue before, they had their service missing from the project
fobabs
fobabs5mo ago
I've tried to debug over and over but to no avail I even created a new project, generated new token and copied its project id as my service, still got the same error. Was the issue resolved?
Brody
Brody5mo ago
yes, they created a service with the correct name and it worked maybe you want to try specifying the environment as well
fobabs
fobabs5mo ago
I did specify the environment for the RAILWAY_TOKEN Again, what do you mean by "a service with the correct name"?
Brody
Brody5mo ago
a railway service, the service in your project
fobabs
fobabs5mo ago
I just cross-checked. I can't seem to see where the error is coming from
Brody
Brody5mo ago
I'm out of ideas, sorry
fobabs
fobabs5mo ago
I will keep trying Once I'm able to, I'll update this issue Thank you for the support