Skip to main content

All Questions

Tagged with
0 votes
0 answers
8 views

Log in works only on subdomains and not the apex domain: Bug with google oauth, vercel hosting and supabase:

I’ve been trying to get supabase nextjs and google oauth to work on my domain and I’ve encountered a weird bug. When I change the site url to test.domain.org/redirect_point and test it on my test....
Sid's user avatar
  • 1
0 votes
0 answers
8 views

Uncaught Exception: ERR_STREAM_WRITE_AFTER_END in Next.js API route

I'm frequently encountering this error in one of my Next.js serverless API routes: "Uncaught Exception: Error [ERR_STREAM_WRITE_AFTER_END]" This error suggests that there's an attempt to ...
GorvGoyl's user avatar
  • 47.3k
0 votes
0 answers
10 views

useDropzone causing 500 on refresh in Next.js App on Vercel

We're using dropzone in a Next.js app hosted on Vercel. When the page loads from being navigated from somewhere else in the app it's fine. If you refresh the page with that URL or load directly there ...
GrandMassive's user avatar
0 votes
0 answers
8 views

Next.js - Mongoose - Vercel Deploying Problem

async function fetchImages() { try { const newURL = process.env.NEXTAUTH; clg(newURL) const res = await fetch(`${newURL}/api/images`, { next: { revalidate: 3600 } }); if (!res.ok) { ...
Tahir Bera's user avatar
0 votes
2 answers
47 views

Doing a bulk update in Vercel Postgres by dynamically building query

I have a simple table in Vercel Postgres: export const sets = createTable("card_table", { id: varchar("id").primaryKey(), info: jsonb("info"), }); I have populated ...
tehawtness's user avatar
0 votes
0 answers
15 views

Next.js Application error: a client-side exception has occurred (see the browser console for more information) error

I've deployed my Next.js project to Vercel. I've correctly set NEXT_PUBLIC_BACKEND_URL in the Environment Variables tab to fetch my data, but when I try to access the admin panel, I'm getting an "...
Ahmet Avcu's user avatar
-1 votes
0 answers
18 views

Fetch Backend Server Without caching data ~~ VERCEL

I'm using Next.js for the second time and I'm trying to fetch some data stored in my backend server. My back and my front are both deployed on Vercel. The problem is the data fetch doesn't change ...
iesnihS's user avatar
  • 11
0 votes
0 answers
11 views

Restricted vertical scrolling in Next.js project in Android Phone

In my Next.js project, vertical scrolling is restricted on home page. But, when I load the homepage directly, the vertical scrolling happens however, when I navigate to the homepage from some other ...
Abhinav Jha's user avatar
0 votes
0 answers
25 views

Next JS fetch error from Ruby - Application error: a client-side exception has occurred (see the browser console for more information)

I have a Next Js app running in gogle cloud run and backend services in ruby on rails runnning on GKE i have correctly exposed the endpoints and they can connect however when i run the service on ...
Smbugua's user avatar
  • 87
0 votes
1 answer
47 views

Nextjs API works in local environment but not in production

I have created a blog project using Next. When posting a new article, the API route is called with axios and the article is created in my database (MongoDB). Everything works fine in local ...
Adrien Frischknecht's user avatar
1 vote
0 answers
10 views

deployment error in my nexjs application with Prisma orm

during the deployment of my application on Vercel, at the construction stage, I receive the error shown in the attached image. I've also associated the package.json file. { "name": "...
faris's user avatar
  • 11
0 votes
0 answers
11 views

Next Auth signout not working in vercel but ok in local

I am using nextAuth for signIn and signout. My problem is that users can signIn properly (for example email:[email protected] pswd:0911111111), but can never signout in vercel, it will only redirect to ...
susanliu's user avatar
0 votes
0 answers
12 views

Cannot configure properly vercel kv for production project

In my production nextjs app hosted in vercel I have the following error Uncaught (in promise) Error: Missing Vercel KV configuration NextJS 10 My env variables are in a .env file in the root of the ...
mateo ghidini's user avatar
0 votes
0 answers
18 views

NextJS "Error: Invariant failed" with no error message during build

I'm trying to build a NextJS app locally. The app builds successfully on Vercel but does not build locally. I've tried to replicate the same conditions as on Vercel (e.g. make the same env vars ...
Jeff An's user avatar
0 votes
0 answers
22 views

Python Serverless Function exceeds the unzipped maximum size of 250 MB (Vercel)

I am attempting to deploy my NextJS/Flask application to Vercel, but I keep encountering an error stating "A Serverless Function has exceeded the unzipped maximum size of 250 MB." This error ...
John Flickinger's user avatar

15 30 50 per page
1
2 3 4 5
119