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
Hi @Adarshagupta , I was facing the same issue when running on my local machine. I did not try deploying it yet however I had similar errors with accessToken. This is how I FIXED my issue:
Solution:
Open the file getHumeAccessToken.ts under utils folder
digest: '3731050089'
}
Error
at t0 (/vercel/path0/.next/server/app/page.js:14:214522)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
digest: '3731050089'
}
Error
at t0 (/vercel/path0/.next/server/app/page.js:14:214522)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
digest: '3731050089'
}
Error occurred prerendering page "/". Read more: https://nextjs.org/docs/messages/prerender-error
Error
at t0 (/vercel/path0/.next/server/app/page.js:14:214522)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
✓ Generating static pages (5/5)
#Also terminal:
⨯ app/page.tsx (12:11) @ Page
⨯ Error
at Page (./app/page.tsx:23:15)
digest: "279398420"
10 |
11 | if (!accessToken) {
The text was updated successfully, but these errors were encountered: