@amyegan
Seeing a pattern where v0 previews look fine, but live Vercel deployments initiated via v0 result in broken CSS/layouts, even when deploying previously stable code. This points to a potential v0 build/deployment pipeline issue that might be affecting multiple users.
so i built a website it deosnt have any problems preview i test everything is fine but when i deploy it, its only shows the HTML i spend nearly 20bux on fixing that but its still the same and i reverted to the previous versions where i didnt have any problems and it was deployed before now it only shows th HTML
[Screenshot 2025-06-03 113624]
[Screenshot 2025-06-03 113605]
HELP PLEASE
Hi everyone,
I’m facing a persistent and puzzling layout crash issue with my Next.js (v14.1.0) website, https://www.hongkongdryeyecentre.com/, which is deployed on Vercel. The UI was largely generated using v0.dev and styled with Tailwind CSS.
The Problem: The layout on my live deployed production site is severely crashed (styles seem missing or broken, elements are misaligned).
Key Observations & Symptoms:
Works in v0 Preview: The layout looks perfectly normal and as expected in the v0.dev…
Hey, I wanted to ask about a bug (or a feature I don’t know) that is happening when I push my files to github or download them in zip.
The problem is it’s using Tailwindcss v4, but when I download its zip or push to github we have all of these files at the same time :
styles/globals.css
tailwind.config.ts
app/globals.css
It’s like having both tailwindcss v4 and v3 at the same time and they interfere with eachother
And when I run this on my local enviroment I get various errors such as :
@…
When I deploy, it’s breaking the CSS on my pages. I tested on two of my accounts and both showed the same error during deployment. How can I fix this?
Perhaps Vercel should take a look?