No badges yet
No accepted solutions yet
Improving Function Response Times/Performance with App Router
I'm experiencing slow function responses when using Vercel's App Router, which is making the entire application sluggish. Are there any ways to speed it up?
New Build Redirects to Login Page After Authentication Issue
Note: The current versions of staging and production are functioning properly. However, redeploying triggers the issue I’m encountering now. This doesn’t seem to be related to...
New Build Redirects to Login Page After Authentication Issue
@anshumanb I attempted to run `yarn install --immutable`, but it didn't work. It was functioning properly until yesterday, so I suspect something has changed. It seems there have...
New Build Redirects to Login Page After Authentication Issue
The issue seems to be related to Vercel's build process, as I didn't make any changes to the code, yet the new build triggered by an empty commit started causing problems...
New Build Redirects to Login Page After Authentication Issue
Okay, but this doesn’t seem related... We’ll need to switch to another platform...
New Build Redirects to Login Page After Authentication Issue
empty-commit branch: 3n51rot0d (it doesn't work propery) old-pr's deploymnet: gpmcvv27x (which works right now) These branches have no differences between the code. However, the...
New Build Redirects to Login Page After Authentication Issue
@anshumanb This issue is critical because it prevents me from redeploying without breaking the application, which would significantly impact my customers. As a result, I’m unable...
New Build Redirects to Login Page After Authentication Issue
@anshumanb This is a private repository, so it's difficult to provide a reproducible example as I'm unsure of the exact cause. However, I can share vercel account if needed for troubleshooting.
New Build Redirects to Login Page After Authentication Issue
@anshumanb > Can you confirm if the npm package version for either Supabase or Next changed between the releases? No, nothing has changed. If I build from the currently running...
New Build Redirects to Login Page After Authentication Issue
I’m encountering an issue with my Next.js 14 project deployed on Vercel, using Supabase for authentication. The problem started after initiating a new build for a recent PR,...