-
Notifications
You must be signed in to change notification settings - Fork 70
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
Unhandled Runtime Error: Not Found #8
Comments
after env setup, first try this bun run postinstall if not work, then, create migration manually bun x prisma migrate dev --name init |
thanks @saeidex for the fix, @pierresisson can you verify this works for your setup? |
Same thing happens to me and the fix does not work. Tried with both NextJS 14 and 15 |
The issue is actually unrelated to prisma but redis. As db cache extension is enabled by default and whenever redis url and token is not filled in the @joschan21 Maybe throw a more explicit exception stating something like "you enabled cache extension but env vars are not filled". |
Hi,
First of all, thank you for your work, it seems to be a nice idea :)
I know this is still a WIP project but there is an error after running bun dev:
Error: Not Found
The error occurs in the file src/app/lib/client.ts at line 18, occurs during a fetch operation
The text was updated successfully, but these errors were encountered: