React Query + Next 13 + Vercel?
Has anyone been able to deploy a site with RQ and Next 13 to Vercel? I am able to use RQ locally, both in dev and build, but when deploying to vercel, the page would return error 500. Not sure what could be the cause for me...
5 Replies
Here are the relevant code pieces:
here's the error message
The
console.log()
there can be found in the vercel function logs for /client-fetch
with the actual full url, but not on the client sidewait this may have been the issue...