-
-
Notifications
You must be signed in to change notification settings - Fork 7.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
Error calling Parent Resources after saving in server mode with 0.55 #5833
Comments
I assume this did work in 0.54? |
Yes, it worked fine in 0.54. I tried both |
I have added some tests for this, but I cannot reproduce it. Do you have the failing site's source available online? |
the original repo is on a self-hosted university gitlab. So I just made a copy and removed all the unnecessary files. I send you an invite. I started a new site from scratch and couldn't reproduce the error either. So maybe it is related to multilangual issues or something. shortcode name is How to reproduce with the shared repo:
Error message:
Thanks for having a look at this. |
Can you post a link here. This is an open source project. Someone else may look into this issue before I get to it. |
Alright. I tried to pin the error down. Here is a link to a very simplified repo. What I figured out was, that it is not totally related to the
Reproduction of the error is the same as two posts above, only now my test page is called test.md. If I only have two output formats, it works, if there is more (I tried cutom made redirects and sitemap) the error shows. If I use either html and rss or html and redirects, it works fine. If I use all three and provide a rss template (which I copied from the docs) but remove I hope this provides enough information to tackle the issue EDIT: Maybe it has the same root as #5858 and will be fixed by #5862 |
Which had some unpredictable behaviour when using `.Pages` on home page etc. that had a content page. Fixes gohugoio#5833
Which had some unpredictable behaviour when using `.Pages` on home page etc. that had a content page. Fixes gohugoio#5833
Which had some unpredictable behaviour when using `.Pages` on home page etc. that had a content page. Fixes #5833
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
To narrow it down: I have a shortcode
image
with content:When I start the server mode, everything works fine. If I edit and save the content file which calls this shortcode I get the error:
error: invalid memory address or nil pointer dereference
After restarting server mode, it works fine until I save. Also, if I save another file while not exiting the server mode, it rebuilds without throwing an error.
I am running 0.55.0 extended version on windows 10.
The text was updated successfully, but these errors were encountered: