Next.js: App stuck at [wait] compiling ...

Created on 25 Dec 2019  路  7Comments  路  Source: vercel/next.js

Bug report

Describe the bug

stuck at [wait] compiling

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. next

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

System information

  • OS: macOS
  • Browser (if applies) [e.g. chrome, safari]:chrome
  • Version of Next.js:9

Additional context

please add a complete reproduction

Most helpful comment

A full reproduction is needed as per the issue template. Otherwise it鈥檚 impossible to help.

Thanks, I have found the problem, the wrong background-images path will trigger this problem

All 7 comments

image

A full reproduction is needed as per the issue template. Otherwise it鈥檚 impossible to help.

A full reproduction is needed as per the issue template. Otherwise it鈥檚 impossible to help.

Thanks, I have found the problem, the wrong background-images path will trigger this problem

Still please provide a full reproduction so that we can handle it.

Still please provide a full reproduction so that we can handle it.
Reference errors will always compile
image

This will be normal
image

This is still not enough to look into it unfortunately, as we don鈥檛 know how you implemented css support.

I've tested that the following CSS successfully compiles / recovers after fixed with the new experimental CSS support:

body {
  color: blue;
  background-image: url(../not-real.jpg);
}

I'm closing this as no reproduction has been provided. Happy to re-open if you can provide a demo!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

timneutkens picture timneutkens  路  3Comments

jesselee34 picture jesselee34  路  3Comments

wagerfield picture wagerfield  路  3Comments

rauchg picture rauchg  路  3Comments

flybayer picture flybayer  路  3Comments