24 days ago
Hello, I'm facing a critical issue with my Flask deployment. My app is in a corrupted state where it seems to read environment variables at the start of the deployment log, but then immediately fails as if they don't exist (e.g., DATABASE_URL is found, then it defaults to sqlite). I've tried clearing the build cache, redeploying, and even creating a new project, but the issue persists. Can someone please help me investigate my project's runtime environment?"
3 Replies
24 days ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
24 days ago
Thanks for the suggestions. I've already reviewed these general guides and my issue is more specific. The logs show that some variables are read correctly at the beginning of the deployment, but then the application fails as if they don't exist. I believe this requires a direct look into my project's environment. Awaiting a response from the team. Thank you."
24 days ago
Can you please share the GitHub repository? This is not a Railway issue, but an application one.