-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Credentials Error when deploying to Vercel #727
Comments
To reproduce:
|
I repro'ed the error when building in root last week, using this repo. |
reproduced in template project: https://template-azyx44stb-evidence-dev.vercel.app/ vs netlify: https://main--evidence-template.netlify.app/ |
This appears to be a duckdb specific issue. Snowflake does not exhibit the same behaviour. |
Looks like this is related to the environment that vercel is running builds in; I'm not entirely sure how to proceed with this. |
I’d at least try opening an issue with duckdb? They are pretty responsive and helpful. |
Good find
|
One thing I don't understand. |
I did a test on vercel to see which version of |
We can track this here: duckdb/duckdb-node#15 |
FYI, the issue with GLIBC can be resolved by using |
Bug Description
When attempting to deploy with duckdb to Vercel, Evidence fails to read in the database configuration.
Netlify does not have this issue.
Slack thread
Severity
Expected Behavior
It should deploy.
Workarounds
Use Netlify or Evidence Cloud to deploy.
Environment Information
Package versions: v15.0.1
Database:
The text was updated successfully, but these errors were encountered: