New Docker Deploys causing run-time issues with Clerk Auth
evanth-ai
HOBBYOP

6 months ago

2 Replies

evanth-ai
HOBBYOP

6 months ago

On our production codebase, we have it deployed on Railway.com through Dockerfile and it has been working fine with Clerk as auth for months.
But as of today, on new deployment builds, we see the above error happening:

This causes our application to not work at all as the Clerk auth is not working in new builds.
Rolling back our deployment to that of previous builds works fine with no issues.

We have tried debugging it but cannot seem to figure out the root cause of the error, specially since we haven't changed anything in build or environment variables and this setup worked alright for a long time.

Would love to get this resolved and find a solution for this as soon as possible, as it is blocking on releasing new commits/builds aka features for our users.

Many Thanks,
Shashank


evanth-ai
HOBBYOP

6 months ago

It seems that the Deployment is not detecting environment variables?


Loading...