Error: supabaseUrl is required.
Unanswered
Thrianta posted this in #help-forum
ThriantaOP
Hey guys, How are you?
I am trying to deploy the next js subscription starter kit. I got the following error message and I have no idea how to get over it. I appreciate any help, rally!
Error: supabaseUrl is required.
at new ay (/vercel/path0/.next/server/chunks/194.js:1:111495)
at ab (/vercel/path0/.next/server/chunks/194.js:1:114739)
at 43898 (/vercel/path0/.next/server/app/api/webhooks/route.js:1:77117)
at t (/vercel/path0/.next/server/webpack-runtime.js:1:143)
at r (/vercel/path0/.next/server/app/api/webhooks/route.js:1:117739)
at /vercel/path0/.next/server/app/api/webhooks/route.js:1:117770
at t.X (/vercel/path0/.next/server/webpack-runtime.js:1:1285)
at /vercel/path0/.next/server/app/api/webhooks/route.js:1:117752
at Object.<anonymous> (/vercel/path0/.next/server/app/api/webhooks/route.js:1:117798)
at Module._compile (node:internal/modules/cjs/loader:1369:14)
at /vercel/path0/nodemodules/.pnpm/next@14.2.3@babel+core@7.24.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/utils.js:1268:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'Error'
I am trying to deploy the next js subscription starter kit. I got the following error message and I have no idea how to get over it. I appreciate any help, rally!
Error: supabaseUrl is required.
at new ay (/vercel/path0/.next/server/chunks/194.js:1:111495)
at ab (/vercel/path0/.next/server/chunks/194.js:1:114739)
at 43898 (/vercel/path0/.next/server/app/api/webhooks/route.js:1:77117)
at t (/vercel/path0/.next/server/webpack-runtime.js:1:143)
at r (/vercel/path0/.next/server/app/api/webhooks/route.js:1:117739)
at /vercel/path0/.next/server/app/api/webhooks/route.js:1:117770
at t.X (/vercel/path0/.next/server/webpack-runtime.js:1:1285)
at /vercel/path0/.next/server/app/api/webhooks/route.js:1:117752
at Object.<anonymous> (/vercel/path0/.next/server/app/api/webhooks/route.js:1:117798)
at Module._compile (node:internal/modules/cjs/loader:1369:14)
Build error occurredError: Failed to collect page data for /api/webhooks
at /vercel/path0/nodemodules/.pnpm/next@14.2.3@babel+core@7.24.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/utils.js:1268:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'Error'
3 Replies
Sedge Wren
did you create a supabase account and replace the env variables?
ThriantaOP
Yes, I did...
These two lines are also very interesting:
Build error occurred
Error: Failed to collect page data for /api/webhooks
Any clue on this one?
Build error occurred
Error: Failed to collect page data for /api/webhooks
Any clue on this one?