R
Railwaythemkrage

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...
P
Percy14d ago
Project ID: 98f66160-ce86-4b15-a73b-cab912256208
T
themkrage14d ago
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:
LoginHandlerError: Login handler failed. CAUSE: Discovery requests failing for https://dev-<READACTED>.us.auth0.com, outgoing request timed out after 5000ms
LoginHandlerError: Login handler failed. CAUSE: Discovery requests failing for https://dev-<READACTED>.us.auth0.com, outgoing request timed out after 5000ms
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
T
themkrage14d ago
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 ...
T
themkrage14d ago
after redeploying, it now works leaving this here in case it helps anyone
Want results from more Discord servers?
Add your server
More Posts
React Native Web DeploymentHi there. I have a react-native-web project boilerplate project and I was wondering if someone couBuild on RailwayI need to make a PHP 7.3 application with laravel. What is the simplest way and how can I create an Larvel API wakes up from nap with a error but when hit again with another request it worksHey guys im currently using Laravel 10. And i am trying to use the "sleep" feature but when my app iFailing to spin up TypesenseI am trying to setup a Typesense service from ```typesense/typesense:26.0``` docker image. I added aBug?: Groups around the apps disappeared and the arrangement of the apps was suddenly mixedWhen I just logged in and looked at my deployments, the groupings that I created were gone and the dClarification on PricingDoes the pricing apply to a project or per single service under that project? So for example, I havCan't delete environmentHey, I've been trying to delete an environment on my project for weeks but it's still stuck on "ApplIssue with chunk loadEverything is fine in production domain provided by railway, but not in custom domainDirectus: Forgot Superadmin PasswordHello I have this directus project self hosted on railway. I somehow changed to a new device and didGetting a "prefix not found" error when running railway upI'm trying to deploy a monorepo via railway CLI but only one of the repos is deployed on railway, soManually Deploy from Branch?There doesn't seem to be a clear way to manually deploy from a branch? I had a server that was auto Build Command Helpis it possible to make railway use dotnet 4.8 instead of 6.0?Read and write txt file in repositoryI have a github repository with a python script, Procfile, requirements.txt and points.txt but the pBuild PHP 7.3 with Laravel. How can i do it?I have an old application. How can i make build in service?TLS certificate has taken over 24 hours for a custom domainI have 2 custom domains - 1 using a subdomain and 1 using the root. The one on the subdomain is workRedis For Vector Search (GenAI)I have Redis database deployed on Railways Pro plan. I want to add LLM Retrieval Augmented GeneratioWhat is the best way to install private npm packages?My usecase is that my node app needs to install a package from a private github registry. What I wouCron job not running at specific timeHi I have a cron job that should run every hour 0 * * * *. For some reason, it skips runs sometim