Dimitris | Clerk
Add up.railway.app to PSL
At Clerk, we have some validation on application domains (i believe that are other auth providers that may have those checks) based on the PSL that fail when using the generated domains from the Railway App dashboard.
Is it possible to submit the eTLD+1 up.railway.app to the PSL ?
More information and reasons to submit the
up.railway.app
to PSL can be found here: https://publicsuffix.org/learn/
Submit amendments docs: https://publicsuffix.org/submit/
Railway App Project ID: dca25c2a-c0e2-4cf2-9d5c-3938efc1def412 replies
Invalid X-Forwarded-Port for NextJS deployed application
I have created a NextJS application
aws-clerk-nextjs-production.up.railway.app
. Logging the x-forwarded-port
in the console it seems that instead of either a 443,80
or a 443
value we probably get the value of latest node from the route path.
The same application deployed in a AWS Amplify Hosting we get both forwardedPort: '443,80',
so i guest it's related to how the headers between nodes of the network are propagated and how it's being merged.
Is there a more official way to file a bug report? Do you need more details? Is there a guide i should take a look and improve this report?13 replies