Replies: 1 comment
-
Ok as an ugly way to get around this, I'm plopping in
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm using having a hard time with using named actions and returning fail from the server. I've spent a lot of time figuring this out from the docs, but it seems like if you're using a named action from another route, this doesn't work?
The problem is that I have a bunch of dynamic actions so putting some of these actions in the root is super helpful, but then my "fail" redirects all mess up.
In
fail()
, is there a way to add a redirect URL?If I'm using a named action from another route, my browser ends up navigating to
localhost/?/saveAction
rather than stay on the same page. The server just does aThanks!
Beta Was this translation helpful? Give feedback.
All reactions