Closed abr-storm closed 3 months ago
I have the same issue on rails edge/main. I can confirm this PR fixes the issue
Just found this PR after creating issue https://github.com/heartcombo/devise/issues/5707. I can also confirm that this PR fixes it.
The CI failures are unrelated to this PR. I have a potential fix here: https://github.com/heartcombo/devise/pull/5708.
@jeromedalbert thank you! @abr-storm Could you please rebase it to confirm it passes after the sqlite fix?
Running devise against the main branch of rails I get the following error:
It looks like it's been caused by this PR getting merged: https://github.com/rails/rails/pull/52605
After updating this call to use keyword arguments, the error doesn't happen any more