You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You forgot to remove line 105 that is returning an empty object as json instead of calling the methods to seed the data return Response.json({});
The error terminal is throwing me seems to suggest that id doesn't like version 19 of react because it is looking for 18.2 when I run pnpm i @vercel/postgres
I uncomment the app/seed/route file and run the pnpm command and get this error.
Then I go to vercel data tab for the project I just deployed but the tab wont let me click the drop downs.
If it helps, here is my github repo...
https://github.com/cbmastery/next_dash/blob/main/app/seed/route.ts
The text was updated successfully, but these errors were encountered: