Closed LouisDeconinck closed 2 months ago
Possibly it is this issue with NextJS, Turborepo & Windows: https://github.com/vercel/next.js/issues/53562
Could try WSL, but would really prefer if this worked on Windows as well. Anyone have a work around?
This error usually happens when the local database is not setup correctly. can you try:
.wrangler/
foldercd apps/web && bunx drizzle-kit generate --name setup
bunx wrangler d1 migrations apply ${dbName}
(in apps/web folder)closing, continue the conversation in #38!
I just followed these instructions
I made sure I used
wrangler login
and provided Google IDs and a Cloudflare D1 database name.When I then go to localhost:3000 I get an Internal Server Error.
These are my logs. Any idea what might be going on and how I can solve this?
During the setup I also go this:
Blocked 3 postinstalls. Run bun pm untrusted for details.
I am using PowerShell on Windows.