-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Module parse failed: Octal literal in strict mode (61:65) #43930
Comments
Some help would be nice. Thx |
I am getting a similar error (Module parse failed: Octal literal in strict mode) with the most basic app/layout.tsx and app/page.tsx |
I am getting a same error after upgrading the version 13.3.0 in app directory beta version. If I make client component with 'use client', that shows the error. |
I am getting same error after upgrading to 13.3.0. |
same in 13.3.1 |
I am getting same error after in 13.3.0. |
I am getting the same error with Next.js 13.3.0 |
This should be fixed on the latest canary. |
Closing as fixed |
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://github.com/alexmf91/eth-solidity-web3/tree/master/crowd-coin
To Reproduce
Server component that throws the error:
Client component that works as spected:
Web3 lib config:
Describe the Bug
When I run the dev server with a call to web3 in the server it throws me the following error:
Expected Behavior
I expect to be able to build properly the dev server, and run the function in server side as runs in client side.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: