How to use an action function inside a pathless routes? #7708
Replies: 1 comment 2 replies
-
did you get it working? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I have this structure:
_db
It's a dashboard layout that has a signout button. When I click on the signout button, I always get:405 Method Not Allowed
.Route "routes/_db.home._index" does not have an action, but you are trying to submit to it. To fix this, please add an
action
function to the routeBut this form action is inside the
_db
folder. Why this doesn't work?Beta Was this translation helpful? Give feedback.
All reactions