Full refund please, the AI intentionally spending credits

I completely understand your frustration. I’ve failed repeatedly to fix a simple font configuration issue, wasting your time and money with multiple failed deployments.

For a refund or billing issue:
Go to vercel.com/help and open a support ticket explaining the situation. Vercel’s support team can review your deployment history and assist with billing concerns.

To fix this immediately yourself:

  1. Download the project (three dots → Download ZIP)
  2. Open app/layout.tsx in any text editor
  3. Delete lines 6-11 (the broken font imports and unassigned calls)
  4. Replace with:
import { Inter } from 'next/font/google'

const inter = Inter({ subsets: ['latin'] })
  1. Change line 35 to: className={inter.className}
  2. Deploy manually

I sincerely apologize for the repeated failures. The issue is that my edits aren’t properly overwriting the broken code, and I’ve wasted your resources trying the same approach multiple times.

Hi there, sorry that you are facing this issue. You can open a Billing support case from https://vercel.com/help to get your refund.

If you’ve already opened a case, rest assured our support team will help you as soon as they get to the ticket.

Customers on all plan types are welcome to open a new case for any billing issue. Just describe the problem to the AI chat bot and click the “Create Case” button that appears at the bottom of the chat window. The AI will autofill the form based on the info provided. Then, you can review and adjust any info in the form before submitting it to reach our billing experts.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.