-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: with Next.js app #461
Comments
Why is it non-deterministic? Does it happen randomly for the same code highlighted? Can you get a minimal repro? |
I get a similar error during I can only get rid of the error by restarting the dev server until it happens again after minutes or hours. Here's the code. I'm sorry it's not a minimal repro. Just putting here in case it's helpful: https://github.com/ariakit/ariakit/blob/d257a3edb431ac1f36cda9ca76c1ea160ff4481d/website/components/code-block.tsx#L56-L58 |
Getting the same error in my Next.js app using the new app router functionality. Using [email protected] Looks the same as #417 and #433 Following this comment from @orta didn't help, tried old versions and different themes (nord, dracula, dracula-soft).
To get rid of my build error I had to delete one of my blog post so it wouldn't be included. But for local I do the same thing with the dev server |
Hey @tannerabread, does it happen with consistently with that blog post? Can you post a minimal repro? |
@octref it was consistent enough that I couldn't build my app, locally or on Vercel It was inconsistent with most posts I was adding to my project but seemed really consistent with this markdown file. Sometimes the project would build if I removed that file and sometimes not I was finally able to get around it by switching to MDX vs .md files and using shiki in conjunction with rehype-pretty-code and a completely different architecture as outlined here A big key in the solution seemed to be including the plugins with |
We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. |
I'm trying to use shiki with Next.js's app setup.
Sporadically I'm getting this error. It seems non-deterministic.
The text was updated successfully, but these errors were encountered: