[Help] Nextra/NextJS project builds locally but prerender error when adding Tailwind to project and deploying to Vercel. #1572
Valcoholics
started this conversation in
General
Replies: 2 comments
-
Solved my own problem by turning my _app.mdx file into _app.js but reverse also may have worked |
Beta Was this translation helpful? Give feedback.
0 replies
-
Use npm install inseatd Yarn |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a Nextra/NextJS application and everything deploys locally. It throws no error so it is hard to debug. Here is the deployment error when I try to add tailwind to my project. I am not frontend native and use this project for the one click deploy ability.
Note: I moved the files to a folder in a public repo so the structure can be viewed but the deploy on this repo is related to something else https://github.com/public-assembly/flexible/tree/docs/docs
I tried removing node modules from the cache and removing non page related files from the pages folder, I am not sure how to handle anything else listed in this guide of prerender errors. https://nextjs.org/docs/messages/prerender-error
Beta Was this translation helpful? Give feedback.
All reactions