Closed MohammadTaseenKhan closed 1 month ago
I can deploy to Vercel but there are a lot of inconsistencies, like some pages are missing even though they do exist in my localhost. Hopefully they can address all of these issues together and put a stable version!
I also have problems, but only with the menu at the left. It shows the correct entries on local, but hen deploying to Vercel it seems like those are cached or something and do not get updated in the new deployment. The pages exist, but the entries on the menu do not get updated as per the new meta.json
This issue is the same as this issue most likely.
A current workaround is disabling build cache on vercel side of things. This can be done by manually redeploying every time you make changes to the menu (by adding new pages/modifying page titles) or by setting the VERCEL_FORCE_NO_BUILD_CACHE=1
env var
For more details about skipping build cache read here
This issue is the same as this issue most likely.
A current workaround is disabling build cache on vercel side of things. This can be done by manually redeploying every time you make changes to the menu (by adding new pages/modifying page titles) or by setting the
VERCEL_FORCE_NO_BUILD_CACHE=1
env varFor more details about skipping build cache read here
That worked, I'm seeing more and more issues where local development environment is fine but then when pushed to Vercel there's always some kind of a caching issue. And then you need to resort to things like env variables or specific export for opting out of data caching.
can someone report if you have similar issues with Nextra 3? Closing for now