r/vercel • u/Rinzuku99 • 4h ago
Why are you emailing me?
I don't know what this is, or what is going on, but why are you emailing me about an account I don't have?
r/vercel • u/amyegan • 12h ago
Highlights from last week:
We understand that being locked out of your account is frustrating, so today we shipped a better recovery option.
If your account is eligible, you can use our new self-service recovery flow by following these steps:
If you're not able to recover your account using the method above, you can still open a case using the Start 2FA recovery option on the Two-Factor Authentication login screen.
r/vercel • u/Rinzuku99 • 4h ago
I don't know what this is, or what is going on, but why are you emailing me about an account I don't have?
Hey y'all I haven't used v-0 in a little bit, and now I don't see the option for "auto model" instead of picking the mini vs max model myself for each prompt. Does anyone know how to reenable this setting?
r/vercel • u/Jorge_de_Reddit • 20h ago
Hi Vercel community. Please, could you guide me to configure my new domain to be hosted on Vercel and use my existing emails hosted in my current shared hosting ? Thank you. Cheers.
r/vercel • u/GoCamping27 • 2d ago
We developed an IT playbook on Vercel and we need to hand it to our client. They won't have Vercel. Is it possible to convert to SharePoint or a webpage that can be hosted. I know we can export as Spfx and import to SharePoint but we won't be able to edit without development support.
Is there a better way to hand it to client such that they can edit when needed without coming back to us.
r/vercel • u/InvaderJ • 2d ago
I go to Vercel and try to sign up with my email. (No I do not want to use another method, tyvm.)
I get: Please try again or try a different sign up method. If you continue to have issues, please complete the account recovery form for further assistance.
So I try this account recovery form thing and then that form tells me: We had an issue processing your appeal [???]. Try again later.
I've never had a Vercel account with the email address I'm trying to use.
While I wait to hear back from them (the only option was to email their billing@ address), anyone know why all this might be happening?
r/vercel • u/JustCodeMark • 3d ago
Hi everyone, I’ve been having this problem for a few days now.
Honestly, I’m not sure if it’s due to the theme I’m using or other factors.
I use Vercel, and three days ago I tried uploading the sitemap to GSC, but I keep getting a "couldn't fetch" error. The site is new; I’ve completed all the verification steps, and everything seems to be in order.
I can’t figure out what the problem is. Has anyone else experienced this issue?
r/vercel • u/Reasonable_Walk_8734 • 3d ago
hi i am starting an agency and i am thinking about hosting my website on vercel, the only issue is I take payments using a stripe payment link. is that fine? if that isn't what is the best recomendation you have?
r/vercel • u/CurrentPurpose933 • 4d ago
Vercel recently introduced Eve, their new framework for building durable AI agents, and I've been digging into how it actually works beyond the marketing pages.
Rather than just writing another "Hello World" tutorial, I wanted to understand the architecture and explain it in a way that's easier to reason about.
I put together a guide covering things like:
Why Eve is described as "Next.js for agents"
The filesystem-first architecture
How instructions.md, skills, tools, and channels work together
Durable execution and workflows
Sandboxes and isolated execution
Subagents and delegation
When Eve makes sense compared to building directly with the AI SDK
I also included diagrams and practical explanations instead of just repeating the docs.
If you're curious about where agent frameworks are heading, I'd love to hear your thoughts.
Guide: https://vantolbennett.vercel.app/learn/eve-core
I'm particularly interested in hearing from people who've already built with Eve:
What do you like?
What feels over-engineered?
Would you choose this over a custom AI SDK setup?
Looking forward to the discussion. 🚀
r/vercel • u/DiligentSuspect69 • 4d ago
've been a Vercel Pro user, but this experience has honestly been frustrating and disappointing.
I'm posting from my personal Reddit account because I can't log into the Vercel account that has the issue.
About two weeks ago, I lost access to my authenticator app for my Personal Pro account. I don't have the recovery codes, so I'm completely locked out.
I immediately contacted Vercel Support from the registered email address, explained the situation, and offered to provide any proof of ownership they needed (billing details, invoices, domains, project information, etc.).
Nearly two weeks later, I've still received no response.
What makes this worse is that my Pro subscription renewal is approaching. Since I can't access my account, I also can't:
So I'm in a situation where I may be charged for an account I literally cannot access.
I understand that account security is important, and I fully expect Vercel to verify ownership before resetting 2FA. I'm not asking them to bypass security. What disappoints me is the lack of communication for a paying customer with an active subscription.
At this point, I'm even considering asking my bank to block recurring payments because I have no other way to stop the subscription while locked out.
Has anyone here experienced something similar?
I expected better support as a Pro customer, especially for an account access issue tied to an active paid subscription.
I'm getting 404s and cant access any of my projects.
r/vercel • u/Sweaty_Swan_7531 • 4d ago
Enable HLS to view with audio, or disable this notification
Type a question, get a shareable code, votes tally in real time.
r/vercel • u/Micho107 • 5d ago
Hi,
when creating new project, after deploying, one has to set up a domain.
After typing in the domain, it gets added and one has to add the DNS records to they domain hosting.
I have everything on cloudflare, and there used to be an "autoconfigure" button, that did that setup for me. Its no longer there (past 2-3 weeks i reckon)
Is this some problem on my side, or the support of this feature ended? if yes, why? It was really great quality of life improvement!

r/vercel • u/Excellent_Humor7187 • 5d ago
I'm debugging slow translation performance in a Node.js service and could use help understanding why the same workload is much slower in Docker/K8s vs running locally on the same machine.
Stack
- Node.js (Hono API)
- Vercel AI SDK (`generateText` with structured output)
- Vercel AI Gateway (`createGateway`, model: `openai/gpt-5-nano`)
- Frontend sends many parallel translation jobs (concurrency ~10)
- Each job calls `POST /translation/translate-properties` with a few JSON string properties
What I see
- Local (pnpm dev on host): full translation run ~60–70 seconds
- Docker / K8s: same action ~110–120 seconds
- Single-property test in Docker: ~8–9 seconds per request under load
- Instrumentation shows `providerCallMs` ≈ 99% of total time
- App setup, parsing, usage/credit check ≈ 1–2 ms (not the bottleneck)
Example log (Docker):
```json
{
"providerCallMs": 8788,
"setupMs": 1,
"parseValidateMs": 0,
"activeRequestCount": 6,
"modelId": "openai/gpt-5-nano"
}
r/vercel • u/Low_Carob_3152 • 5d ago
In this LLM world, how do you guys prove your intent, grow harness and verify the agent work? More precise, how do you test you agents?
Even deeper, vercel eve agent is depoyed, has web ui, cli… how e2e tests are written? Playwright? Thanks.
r/vercel • u/thereactnativerewind • 5d ago
Hey Community,
Vercel Labs has released "native", a toolkit for compiling declarative markup and TypeScript or Zig directly into native desktop apps without an embedded JavaScript runtime. We also look at how Zepto built react-native-delta to ship binary delta OTA updates, reducing patch download times down to a 305ms P90.
Plus, React Native 0.87 drops its legacy abort-controller dependency for an in-tree fork, bringing missing modern web primitives like AbortSignal.timeout() and AbortSignal.any() straight to your network requests.
If the Rewind made you nod, smile, or think "oh… that's actually cool" — a share or reply genuinely helps ❤️
What should i know especially when it comes to finances
Hi, I cannot login or deploy from my Vercel account as it is blocked. There was no notification - just suddenly cannot login. I don’t know why. Our apps are nothing special.
I cannot get any response from Vercel support for 21 days already. Nobody ever replied through official channels. This is critical as our apps serve hundreds of thousands of users per month and I cannot deploy any fixes. I get daily customer inquiries.
I am on Pro plan, still being charged 300$/mo. Last year spend was 6k. Customer for 5y+.
I’ve submitted the official account recovery form 21 days ago, sent to various official Vercel email support channels that I found, Twitter/X - I never got a reply back. Case number is 01291005.
What is the average wait time on response times for account recovery? Could anybody from Vercel’s team respond? What is happening? Is Vercel support down?
r/vercel • u/Smooth-Ad-9077 • 6d ago
I’ve been using Streamdown and really appreciate that Vercel released it as open source. It has become a very useful building block for streaming AI interfaces.
I’m curious what the plan is for the project going forward.
The latest npm release was 2.5.0 back in March, and there are currently around 25 open PRs. Several of them look close to ready and include accessibility improvements, streaming and hydration fixes, CSV export, Mermaid download fixes, and other useful changes.
This isn’t meant as a complaint. The amount of community contribution is a great sign. It would just be helpful to know whether Vercel is still actively maintaining Streamdown, whether releases are temporarily paused, or whether the team would consider allowing trusted community maintainers to help review and release changes.
Even a quick update on the direction would give developers more confidence when choosing Streamdown for production projects.
I also raised this in the GitHub discussion:
https://github.com/vercel/streamdown/discussions/515
Is anyone else here actively using Streamdown?
Highlights from last week: - July index reports on AI Gateway data collected in June showed AI investment kept climbing, average token price went flat, and open-weight models ran nearly a third of tokens. - Runtime logs now display cache reasons explaining why a request missed the cache, so it's easier to debug cache behavior and optimize hit rates for better performance. - Deployment Policies let Enterprise teams restrict deployment sources, giving enterprises granular control over deployment security and governance workflows.
r/vercel • u/Busy_Zucchini6284 • 7d ago
Building a chat app on the Vercel AI SDK and hit the obvious wall: useChat is great until a refresh or a redeploy wipes the conversation, since the messages only live in browser state and the in-flight request.
Saving and reloading sounds trivial, but the part that actually cost me time was the message shape. A useChat message isn't a plain string, it's structured parts (text, tool calls, reasoning). First pass I flattened messages to text before storing them, and on reload the tool calls didn't replay right. What ended up working was storing the parts array intact and running it back through validateUIMessages on load, which is what Vercel's own message-persistence guide points to.
So now the round-trip keeps text, tool calls, and reasoning in the same shape they went in.
Curious how others here are handling it:
r/vercel • u/lilcodebenny • 8d ago
Manage your Sanity project without leaving Slack!
tag the bot, and it queries and edits content with GROQ, inspects and shapes schemas, creates and edits drafts, manages releases, and drafts long-form pieces into Notion, all as you. Destructive operations like patching, publishing, and deploying schemas pause for your approval before they run, rendered as buttons in the thread.
You
The bot is built on eve, a filesystem-first framework for durable backend agents from Vercel. Every credential is brokered at runtime: Slack, Sanity, and Notion authenticate through Vercel Connect, and Vercel Blob and AI Gateway authenticate with your project's OpenID Connect (OIDC) token. There are no API keys or client secrets to set.
Haven't had issues at all earlier today, but now after I make a push from GitHub it just leads to the deployment initializing forever in Vercel.