Skip to content
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

Infinite compiling loop in development #52

Closed
balazsorban44 opened this issue Nov 21, 2021 · 1 comment
Closed

Infinite compiling loop in development #52

balazsorban44 opened this issue Nov 21, 2021 · 1 comment

Comments

@balazsorban44
Copy link

balazsorban44 commented Nov 21, 2021

I've used this repo as a starting point for an ongoing very WIP effort to create a blog for myself.

When starting the dev server with next dev, though, I end up in a compiling loop, here is a snippet from the terminal:

event - compiled successfully in 330 ms (454 modules)
wait  - compiling...
event - compiled successfully in 327 ms (454 modules)
wait  - compiling...
event - compiled successfully in 336 ms (454 modules)
wait  - compiling...
event - compiled successfully in 342 ms (454 modules)
wait  - compiling...
event - compiled successfully in 332 ms (454 modules)
wait  - compiling...
event - compiled successfully in 554 ms (454 modules)
wait  - compiling...
event - compiled successfully in 339 ms (454 modules)
wait  - compiling...
event - compiled successfully in 361 ms (454 modules)
wait  - compiling...
event - compiled successfully in 347 ms (454 modules)
wait  - compiling...
event - compiled successfully in 345 ms (454 modules)
wait  - compiling...
event - compiled successfully in 334 ms (454 modules)
wait  - compiling...
event - compiled successfully in 362 ms (454 modules)
wait  - compiling...
event - compiled successfully in 344 ms (454 modules)
wait  - compiling...
event - compiled successfully in 336 ms (454 modules)

I remember seeing something similar a few days ago at work, the problem was this: getsentry/sentry-javascript#4123

I wonder if contentlayer has a similar issue, or if I configured something badly. here is the code causing the problem: https://github.com/balazsorban44/balazsorban.com/tree/feat/blog

next build seems to work fine.

Any ideas?

@balazsorban44
Copy link
Author

UPDATE:

I think the problem was with my Tailwind configuration.

Something in this commit Fixed the dev server balazsorban44/balazsorban.com@3a02997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant