Hello,
After the update of some days ago my "Verify your email" page stopped working. I get:
Response { type: "basic", url: "https://my.app.org/api/auth/session/refresh", redirected: false, status: 401, ok: false, statusText: "Unauthorized", headers: Headers(13), body: ReadableStream, bodyUsed: false }
in the console and nothing loads.
I don't know where to start to deal with this, so I think my best way out of it is just downgrade. With the node modules I already did, but I also have to do with the docker image. Right now I have:
image: registry.supertokens.io/supertokens/supertokens-mysql
in my docker compose. Does anyone know how to make so that I pull an old image?
Thanks