-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Replies: 1 comment · 3 replies
-
That would be helpful to tell us how it is failing considering we don't have access to your flightcontrol logs. |
Beta Was this translation helpful? Give feedback.
All reactions
-
It's really hard to help in the current state. Please revert to a working version of Docusaurus, use a reviewable lockfile format (not Bun binary lockfile), and try the upgrade again. I suspect this might be related to using React 19 (that will only be supported in v3.7), and/or duplicated |
Beta Was this translation helpful? Give feedback.
All reactions
-
I moved to pnpm for this review process — Is there any part that I missed? Let me try to revert to React 19 and dedupe the dependency and try again. FYI, the FC Log is:
Then it crashes |
Beta Was this translation helpful? Give feedback.
All reactions
-
This is not crashing It's running an infinite while loop while trying to SSG your pages, produced by your own swizzled code: I don't know what's the purpose of that code, and why it previously worked. What I know is that removing it solves the problem. With this code commented, on M3 pro, your site can build in 150 seconds / per locale, and consume < 1gb memory when running |
Beta Was this translation helpful? Give feedback.
-
It's been a while (4 months) since I was last been active on my knowledge base, and I was trying to get back on writing. I recently figured that Docusaurus was failing to build since Doc 3.5. I tried Doc Faster (3.6), but no luck.
The repository is https://github.com/anaclumos/extracranial and you can either run package.json
build
or follow the Dockerfile on root.Could anyone help with this matter?
Beta Was this translation helpful? Give feedback.
All reactions