-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
App stuck at [wait] compiling ... using custom-express-server example #7259
Comments
Me too. I thought that it is not working but when I visit my page it is actually working. |
Confirm, also using custom server via
but navigating to the server in works |
@novellito I am on the latest version ^8.1.0. Has this fix been promoted to the master branch or is this on in canary? If it is only in canary then do you want us to update to the canary branch? |
@J0NNYZER0 I believe this is only on the canary branch. Not too sure when it'll be moved to master but afaik the canary branch is the most up to date branch. |
I had a mysterious
line in one of my components which caused this. May be a VSCode autocomplete issue for me |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
When using the custom-server-express example The application seems to run fine but the console is stuck at
[ wait ] compiling ...
To Reproduce
Expected behavior
The console should output
[ ready ] compiled successfully
Screenshots
System information
OS: [macOS]
Version of Next.js: latest
Version of Express: ^4.14.0
The text was updated successfully, but these errors were encountered: