-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Panic while updating page on docker-serve #17890
Comments
/kind bug |
Your hugo version? You may want to file an issue at hugo site. |
I'm using our master branch makefile, which said the hugo version is 0.57.2. Yes, maybe it would be an issue of hugo, but I just wonder anyone could reproduce this issue, update the content while website is docker-serve should be a common case. Thanks. |
tbh, my experience on hugoing locally is very limited. Maybe you just hit this issue because your change to the markdown files is not making hugo happy? I'm not aware of any issues so far building the site using 0.57.2. |
targeted! This issue was confirmed by the hugo official repo, see PR 6466 and relate issue. It has been fixed by hugo version 0.59.1, so our version 0.57.2 still meet this issue. You can confirm this by modifying the pages under tasks/federation, after running hugo locally, edit content in the pages would panic. |
This is a Bug Report
Hi team,
I'm running website locally, with
make docker-image
andmake docker-serve
.The first step fordocker-serve
works fine, but when I update the page ( in my case, it was just some modification under page federation v1 ), it panic with errors below:Problem:
panic while updating page under docker serve, and I need to ctrl-c the serve and re-run it.
Proposed Solution:
it seems that hugo build broken.
Page to Update:
it's about hugo, not pages related issue, I think.
The text was updated successfully, but these errors were encountered: