Replies: 1 comment
-
Any progress with it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to realize the following
I am not sure if and how this can be realized. When I return a inertia render my axios then callback received the screen but how do I display this.
My current workaround is to place the backend call and if success do an inertia.get to get the new page, but the drawback of this is that I have 2 backend calls (post and get).
When I do an inertia.post I get a redirect on validation errors by the backend, and I cannot postprocess in the frontend what the backend passed data.
Any suggestions ?
Beta Was this translation helpful? Give feedback.
All reactions