You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Next.js with the app directory, when the built-in UI generates the QR code, it is black and does not have a "fill" in the generated SVG. Attached below:
I can recreate this using the test app "npx create-supertokens-app@latest --recipe=multifactorauth"
If I use the test app with react > next.js > express.js, it works okay.