Replies: 1 comment 1 reply
-
Check arguments of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I apologize in advance for such a stupid question, but I have not found a solution.
I followed the documentation, in particular the data management guide. Create a Post model, write two routes for interacting with screens (Edit and Last).Error 404 not found (route not found) occurred when creating the record. Editing and displaying the work.
I found that if I change the $post variable to $posts in the "query" and "CreateOrUpdate" functions in the edit screen file, the error will be fixed. But there will be a problem with editing.
At the moment, I have found a solution only by creating a separate screen and route. I would like to use an example from the documentation (it seems to me that this is the correct and simple option, but if I am wrong, I would be glad of good advice).
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions