We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.0
Linux 5.15.0-82-generic x86_64 x86_64
bun --bun next dev in my nextjs project.
bun --bun next dev
Normal runtime execution output with no errors.
Watchpack Error (watcher): Error: FileNotFound - event compiled successfully in 146 ms (1087 modules) - wait compiling... - event compiled successfully in 173 ms (272 modules) - error 181 | let ErrorType = Error; 182 | if (serializedErr.name === "PageNotFoundError") { 183 | ErrorType = _utils.PageNotFoundError; 184 | } 185 | const err = new ErrorType(serializedErr.message); 186 | err.stack = serializedErr.stack; ^ TypeError: undefined is not an object (evaluating 'navigator.platform.includes') at /unitedgpt/node_modules/next/dist/server/render.js:186:30
Nextjs version if needs be: "next": "13.4.11",
"next": "13.4.11",
The text was updated successfully, but these errors were encountered:
Getting the same w/pdfjs-dist
Sorry, something went wrong.
Fixes #4588
d8937df
Fixes #4588 (#4804)
edea4f0
* Fixes #4588 * typo * fixup --------- Co-authored-by: Jarred Sumner <[email protected]>
Fixes oven-sh#4588 (oven-sh#4804)
ee9dc14
* Fixes oven-sh#4588 * typo * fixup --------- Co-authored-by: Jarred Sumner <[email protected]>
Successfully merging a pull request may close this issue.
What version of Bun is running?
v1.0
What platform is your computer?
Linux 5.15.0-82-generic x86_64 x86_64
What steps can reproduce the bug?
bun --bun next dev
in my nextjs project.What is the expected behavior?
Normal runtime execution output with no errors.
What do you see instead?
Additional information
Nextjs version if needs be:
"next": "13.4.11",
The text was updated successfully, but these errors were encountered: