-
Notifications
You must be signed in to change notification settings - Fork 373
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
[Bug?]: todomvc app doesn't work on vercel #1239
Comments
This seems to be an issue to the app itself rather than the preset https://github.com/solidjs/solid-start/blob/main/examples/todomvc/src/routes/index.tsx#L50-L56
|
It seems to have a default value and it works locally. |
Does that driver work on vercel? solid-start/examples/todomvc/src/lib/api.ts Lines 7 to 13 in c8ec9f1
|
Yeah if I was to bet the problem is with the storage option. It probably isn't finding the todos properly. |
Thanks, I'll try to change that and see if it works. |
I confirm that by replacing
with a simple Thanks everyone for the help and sorry for the noise. |
Duplicates
Latest version
Current behavior 😯
I cloned the
todomvc
app from theexamples
folder and tried to deploy it to vercel using the preset invite.config.ts
In Build & Development Settings, I tried to override the different settings and specify
Other
Framework with no luck.When I load the page I get this error in the console
Expected behavior 🤔
No response
Steps to reproduce 🕹
Steps:
Context 🔦
No response
Your environment 🌎
The text was updated successfully, but these errors were encountered: