#Errors when try to manage services/plugins

21 messages · Page 1 of 1 (latest)

wispy grotto
#

Hi
I have two issues:

  1. After database migration I can't remove Postgres Legacy plugins (ID 58c15418-e335-4560-a2b3-f01c2c7898a2)
  2. I've created one more service today (ID: c85acf50-1f7e-41e2-b332-c8ba44e25550, service name: frontend). Having two environments, production and staging, I'm able to deploy changes to production but when I try to deploy to staging it fails with 404 error

Could you assist?

mystic girderBOT
#

Project ID: 58c15418-e335-4560-a2b3-f01c2c7898a2,c85acf50-1f7e-41e2-b332-c8ba44e25550

wicked valeBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

jade island
#

are you the owner of the project?

wispy grotto
#

nope

jade island
#

you need to be the owner to delete plugins/services

wispy grotto
#

ok got it. And what about the second issue?

jade island
#

where do you see the 404 error?

wispy grotto
#

when deploy via github actions

jade island
#

my first thought is that you are using a very old version of the cli

#

or your service name is wrong

wispy grotto
#

I've checked several times the service name - it is correct. About the CLI version - via CI/CD it always uses the latest version.

jade island
#

send your action file?

wispy grotto
#

interesting: I've just tried to re-deploy it again - it faild and now I don't see the service in my staging environment

jade island
#

add the service back and then also specify the environment with the --environment flag

#

and your RAILWAY_TOKEN is the project token, correct?

wispy grotto
#

The service persists in production and absent in staging. I tried to create a new one in staging, it came with some random name that I couldn't change. Previously all I had to do is to create service just once (in any environment) - it appeared everywhere and I was able to manage it

#

with --environment flag I gor the same error

jade island
#

sync the changes from prod to staging

wispy grotto
#

hmmm... let my try

#

works!!! Thank You!!! I knew that I missed some small nuance