-
Notifications
You must be signed in to change notification settings - Fork 51
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
Can't save changes in layout editor #1591
Comments
Hi @mworion Did a quick test, but for me the problem doesn't occur.
|
Thanks for the info!
I had hoped that the endpoint (which processes the request on the Node-RED server side) would log a bit of information about what is wrong in the request. If anybody knows which endpoint that is, please share it here! Otherwise I need to start searching myself. Hopefully it is a dashboard specific endpoint, so we can enhance it a bit. Imho the endpoint:
Yes but I see multiple widgets in that group. I am wondering when the error happens. Do you get the error immediately for a group containing only a single widget? If not it would be helpful for the developers in this repo to know when the error starts occuring, for example as soon as you add a dropdown to your group. That would really be helpful in troubleshooting why the request content is generated incorrectly. I am not familiar with the layout editor, so hopefully I am not telling nononsense here... |
Beside the questions from my last post, I have another question. In the endpoint code (which is responsible for saving your page on the server-side), there seems to be a lot of error handling code available. For lots of those errors, a http status 400 is being returned to the browser, and extra information is included in the response. That might us also provide some more information... Could you:
For example in my case it always succeeds, and it seems that then a revision number is being returned: Hopefully that gives us a clue... |
I have the same bug. |
Hi, |
Current Behavior
Using the layout editor works nicely, but when save the changes I get an 400 Error
Expected Behavior
Can save the changes
Steps To Reproduce
Open a layout page in edit mode, make some changes and try to save them
Environment
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
The text was updated successfully, but these errors were encountered: