Any changes recently on Railway that could cause this Auth0 error?
I randomly started getting errors from auth0 that from my research, only happen when the server can't access auth0. auth0 still works locally and when not hosted on Railway. I'm trying to rule out any recent change on railway that could cause this issue. Anything related to limiting web traffic recently get pushed?
Here is the error I now run into and a forum post about possible things that could cause it, including changes to ports, or changes to the default node.js railway container:
https://community.auth0.com/t/login-handler-failed-cause-discovery-requests-failing-for-https-stattracker-uk-auth0-com/128627/8
Auth0 Community
Login handler failed. CAUSE: Discovery requests failing for https:/...
Hi @dawid.matuszczyk Thanks for the response! The 2 things you wanted me to check: from the host machine I was able to do both of them and there were no issues. However when running the same commands from the container it doesn’t work. It seems that my container doesn’t have internet access and as such can’t call out to your discovery endpoint...
4 Replies
Project ID:
98f66160-ce86-4b15-a73b-cab912256208
98f66160-ce86-4b15-a73b-cab912256208
The outage started sometime between 11:30am PT and 4pm PT. was there any changes to containers or how network is allowed in and out of railway node.js containers during that time?
This has resulted in a complete outage for us,
For completness:
this is the error I'm receiving. I've tracked it down to mean that my railway app cannot reach auth0. Locally, the app works fine, and i have quadruple checked my env variable and all looks correct in my railway config.
Any help on this would be much appreciated
All online resources point me to this being some sort of endpoint protection layer. Does railay have anything like that?
Context: https://github.com/auth0/nextjs-auth0/issues/1336#issuecomment-1660497703
GitHub
App Router returns 500 Error · Issue #1336 · auth0/nextjs-auth0
Checklist The issue can be reproduced in the nextjs-auth0 sample app (or N/A). I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer. I have looked into ...
after redeploying, it now works
leaving this here in case it helps anyone