-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
BUG Reload content in raw content mode is broken #5402
Comments
Found the logs :) |
Thanks for attaching the log. It seems youre using the newer-ish raw content mode of Neos in the Ui rather than the 'normal' edit mode. And this line: neos-development-collection/Neos.Neos/Resources/Private/Fusion/RawContent/NodeProperties.fusion Line 4 in f15a8c0
Causes an error as Or are you using Neos 8 and its also a problem there? |
I am a total Neos Noob, I just followed the docker example and ended up with: (Also: dang you guys are fast responding - here and in slack) |
I had a look into this and it is related somehow to OutOfBandRendering. A full page reload works fine. For some reason, during OutOfBandRendering there is no node in the context, which causes issues in different places.
Tested with Neos 8.3 latest dev |
Thanks @dlubitz in that case there are two bugs :D one for Neos 8.3 (that i didnt know) and another for 9.0 :D |
Hey Neos team,
I am checking out Neos for a project and am trying to understand the demo/example site.
Seems like going through the docker flow:
https://docs.neos.io/guide/installation-development-setup/docker-and-docker-compose-setup
Will result in a demo page where you cannot create new Text nodes directly within the Main content area, although they are used in a few places without being contained within a column content wrapper.
Trying to create a new Text node within a column content will result in an error:
The container logs just show accepted connections, so I am not quite sure where Neos is logging to for the detailed error description.
The text was updated successfully, but these errors were encountered: