You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How are you deploying your application? (if relevant)
Vercel
Describe the Bug
When trying to deploy the example using the button Deploy and pass the environment variable DATABASE_URL, it raises the following error Invalid request: should be object:
Expected Behavior
It should deploy the application properly.
To Reproduce
Click to the button Deploy available here, the pass this value: postgresql://user:pass@host/user/database?ssl=false.
⚠️NOTE: this value is just a sample, but I have been trying a real value and having the same error. ⚠️
The text was updated successfully, but these errors were encountered:
Note: if you add the same variable DATABASE_URL with the suggested sample value (or a real value) to the Vercel Settings or GitHub Secrets, it works like a charm.
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.
Verify canary release
Provide environment information
Which example does this report relate to?
with-postgres
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
Vercel
Describe the Bug
When trying to deploy the example using the button
Deploy
and pass the environment variableDATABASE_URL
, it raises the following errorInvalid request: should be object
:Expected Behavior
It should deploy the application properly.
To Reproduce
Click to the button
Deploy
available here, the pass this value:postgresql://user:pass@host/user/database?ssl=false
.The text was updated successfully, but these errors were encountered: