Self-hosted Railway OAuth Redirect URL

Hi, I have a self-hosted instance in Railway but I cannot create any oOAuth autenthication (I tried with Google Drive/Gmail/Calendly etc) but I have always the same error:

Cannot GET /rest/oauth2-credential/callback

It looks to me that the OAuth Redirect URL provided by Railway is not accessible? https://webhook-processor-production-0696.up.railway.app/rest/oauth2-credential/callback

Any suggestion?

Thanks



Hi, I don’t use Railway, so while waiting for responses from other members who might have the same issue and can help you, try checking the following GitHub issue. It might give you some insight on how to configure it in Railway: GitHub · Where software is built

1 Like

I found where the problem was.

Probably a bug in the image I used to build the container. I had to change this variable to point to the the URL of the instance, for some reason it was wrong.

Now it works!

Thanks

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.