Closed TangMonk closed 1 year ago
Adding data: { turbo: false }
to form fixed the problem for me, but now the whole page reloads when the form is submitted.
Looks like a problem with turbo_stream
rendering.
same issue here! any solution?
see Issue for other ways to fix this and this pull request
The main branch should contain all that's necessary for fully working with Turbo now, which should fix this. A new version will be released soon, but feel free to test it out from the main branch in the meantime, and report back on any issues. Thanks.
Fresh install Rails 7 and and devise 4.8.1
If I login in with wrong password, a flash error message will show up to page, like following screenshot:
But the weird thing is that flash error message is append to the end of html, like following screenshot:
the
_error_message.html.erb
is located inapp/views/deivse/shared
:I try to change above error view file, but the flash message still not change, even I empty the error view file.