No badges yet
Build errors when deploying Next.js app on vercel
Yes it was in a try/catch block. Alright, I will check it out
Build errors when deploying Next.js app on vercel
So after doing some research, I realized that error was because I had `cache: "no-store"` in my `getData` function. I have commented that out but that makes me wonder why that is a...
Build errors when deploying Next.js app on vercel
Oh yeah, I deleted it, to retry. In fact let me retry again
Build errors when deploying Next.js app on vercel
Alright, just doing that at the moment
Build errors when deploying Next.js app on vercel
I am trying to deploy my nextjs app on vercel. I have uploaded the repository and the necessary env variables. However whenever I attempt to deploy I have the error below: ```...
No accepted solutions yet