Denis S Dujota

Results 5 comments of Denis S Dujota

also running into this issue, our build succeeds and we don't seem to have any issue with the app in staging or production, but would be nice to resolve this...

@Asjas i am using v16.14.0 (lts)

encountering this exact same problem. out of the box create next app crashes when LSM DevTools used https://stackblitz.com/edit/nextjs-vo1yys?file=pages%2F_app.js

To make this work gracefully, you need to overload sign_up to deal with user pushed to session on create as @democlitos mentioned and use `store: false` option see https://github.com/waiting-for-dev/devise-jwt/issues/235#issuecomment-1365667870

### Setup: * devise (4.8.1) * devise-jwt (0.10.0) * rails (7.0.4) * ruby-3.1.3 in canse anyone else is struggling with this, you dont need to do any temp patching or...