Thorge
Fix Missing libuuid Library
Hey, I am currently runnig into problems deploying my FastAPI backend after adding a new dependency to my requirements.txt (azure-cognitiveservices-speech==1.31.0).
project and service id:
project/21c22b76-3eeb-4e49-8c44-af1f48a72060/service/b1ea6565-9ca2-485e-8f39-be6b7f6cbbe9
Error:
I tried installing it in my nixpacks.toml file, but it still doesn't work
60 replies
"Environment variable not found"
Hi Railway Team!
I have the URL of my postgres db stored inside an environment variable that I want to access in my prisma.schema:
When I run prisma db push I get the following error:
I can read successfully the environment variable inside my main.py with:
print("db_url", os.environ.get("DATABASE_URL"))
When I create an .env file w/ the DATABASE_URL variable either in the prisma folder or in the root of the project, I can successfully run prismadb push
This is super confusing to me. Any help would be appreciated.37 replies