need some help in deploying next app on vercel
Answered
vikram posted this in #help-forum
vikramOP
Actually i have already deployed my nextjs app on vercel but its not actually looking properly (UI is totally different on server) ...
16 Replies
Lapland Longspur
What do you mean by "it's not actually looking properly?"
vikramOP
ok let me tell u what happened actually ....
so i have ceated one project in just vite+react and deployed it on netlify (as a static site) but it doesnt have SSR thatwhy i completely created same new project nextjs and deployed it on vercel but the there is difference in actuall UI. Everthing working fine on localhost
so i have ceated one project in just vite+react and deployed it on netlify (as a static site) but it doesnt have SSR thatwhy i completely created same new project nextjs and deployed it on vercel but the there is difference in actuall UI. Everthing working fine on localhost
on netlify
but on vercel it looks like below
there is no any chnage in css
Your website seems to be using tailwind css, maybe some classes are missing.
Can you show me your taliwind css configuration?
Can you show me your taliwind css configuration?
vikramOP
Ok wait
@fuma
vikramOP
there was issue in tailwind config
It looks correct, do you sure all files are scanned?
vikramOP
there was theme setting by dfualt by next
vikramOP
i modified the tailwind config and now it working for me
Answer
vikramOP
thanks a lot @fuma
Nice 
