You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you attempt to link a project that you previously deleted (my project) in the dashboard (it's pending deletion for 48 hours), the CLI will allow it:
railway link -p miho-test-railway -s Postgres
> Select a workspace Wasp
> Select a project miho-test-railway
> Select an environment production
> Select a service Postgres
Project miho-test-railway linked successfully! 🎉
But if you try to look at that same linked project, it will inform you that the project is deleted:
railway status --json
Project is deleted. Run `railway link` to connect to a project.
I'd expect the link command to fail since the link won't succeeded anyways.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
If you attempt to link a project that you previously deleted (my project) in the dashboard (it's pending deletion for 48 hours), the CLI will allow it:
But if you try to look at that same linked project, it will inform you that the project is deleted:
I'd expect the
link
command to fail since the link won't succeeded anyways.The text was updated successfully, but these errors were encountered: