-
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?]: No valid compatibility date is specified. #1670
Comments
This seems like a vinxi issue as it is happening to me too with tanstack-start, which uses vinxi |
I have the same issue.
|
Yes its just a vinxi (nitro) issues @nksaraf |
Got the same error but I'm not using solidjs or vinxi, just nitrojs (which I guess is used by vinxi) |
Ye looks like a nitro issues |
Workaround: "name": "example-basic",
"type": "module",
"scripts": {
- "dev": "vinxi dev",
+ "dev": "COMPATIBILITY_DATE=2024-11-24 vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version" |
Duplicates
Latest version
Current behavior 😯
Seems like some commit broke something, using
when running
pnpm dev
you get this warning:this is a warning i got in a brand new SolidStart app + Tailwind using the Solid cli to create this app.
Expected behavior 🤔
No response
Steps to reproduce 🕹
Steps:
Context 🔦
No response
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: