Hey guys, I’m currently facing the problem that my...
# orm-help
a
Hey guys, I’m currently facing the problem that my Prisma GraphQL API stops working as soon as I deploy it to digitalOcean. I think it has something to do with my environment variables. This is the error I get:
Copy code
Error validating datasource `db`: the URL must start with the protocol `mysql://`
Can someone please look into my problem, I am stuck with this for 6 days now… Seems like no one knows what the problem is, I even hired experts on Fiverr and codementor but no one is able to fix it. https://stackoverflow.com/questions/70272207/node-js-graphql-api-stops-working-as-soon-as-i-deploy-it-error-validating-data
m
App Platform docs say that Database values are not available during build time but are available at runtime. Try changing the scope to:
Copy code
scope: RUN_TIME