a year ago
Hello, I'm experiencing an issue with my Wasp app deployment that started after the recent Railway update (April 4 changelog).
My app was working fine before, but now deployments are failing with this error:
pg-boss failed to start!
error: role "u9o4bahro8glkv" is not permitted to log in
The strange thing is, when I check my database using \du and SELECT rolname, rolcanlogin FROM pgroles;, this role doesn't exist in my database at all. The only role with login privileges is "postgres", which matches my DATABASEURL connection string (postgresql://postgres:PASSWORD@nozomi.proxy.rlwy.net:XXXX/railway).
This suggests something at the Railway infrastructure level is trying to use a different username than what's in my connection string. I haven't made any changes to my database configuration, and this was working before the recent update.
Has anyone else experienced similar issues with pg-boss or database connections after the update? Any guidance on how to resolve this would be greatly appreciated.
5 Replies
a year ago
Hello,
I'm sorry but this is an application level issue and would not relate to the Railway product or platform.
a year ago
!s
Status changed to Solved brody • 11 months ago