Marina
Marina
I tried both approaches and they worked just fine. Finally decided [to override `form_for` method](https://gist.github.com/Bellatrix988/b21aac983d94e5fdc83ef017bad7bd9e) with these `data: { turbo: false }` options. 📎 I [created a gist](https://gist.github.com/Bellatrix988/b21aac983d94e5fdc83ef017bad7bd9e) with all...
I think it somehow related to https://github.com/heartcombo/devise/issues/5446. I created [created a gist](https://gist.github.com/Bellatrix988/b21aac983d94e5fdc83ef017bad7bd9e) with the information might come in handy. I resolved it by passing `data: { turbo: false }` in...