We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Publish command exiting with a TypeError. I'm unable to determine the cause. Is this possibly related to the Vercel CLI version?
command: datasette publish vercel .db --project=
response: Vercel CLI 32.5.6 WARN! --confirm is deprecated, please use --yes instead Error: An unexpected error occurred in deploy: TypeError: Cannot read properties of undefined (reading 'value') Error: Command '['vercel', '--confirm', '--prod', '--env', 'DATASETTE_SECRET=89fe9fb44f23931970f6f266f563feefe3933e82c6668da81237f170e1a75ba3']' returned non-zero exit status 1.
--confirm
--yes
The text was updated successfully, but these errors were encountered:
Have you found a way to work around the bug?
I encountered some different weird issue with this plugin and wasn't able to resolve it myself.
I don't think this project is being maintained. It might be a good idea to ping Simon on his Discord server if you want his help.
Sorry, something went wrong.
I'm running into the same issue.
Vercel npm package 39.2.2 datasette, version 0.65.1
Edit This seems related to #67 and setting the Node version to 18.x in Vercel settings worked for me.
18.x
No branches or pull requests
Publish command exiting with a TypeError. I'm unable to determine the cause. Is this possibly related to the Vercel CLI version?
command:
datasette publish vercel .db --project=
response:
Vercel CLI 32.5.6
WARN!
--confirm
is deprecated, please use--yes
insteadError: An unexpected error occurred in deploy: TypeError: Cannot read properties of undefined (reading 'value')
Error: Command '['vercel', '--confirm', '--prod', '--env', 'DATASETTE_SECRET=89fe9fb44f23931970f6f266f563feefe3933e82c6668da81237f170e1a75ba3']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: