Hello, After the update of some days ago my "Verif...
# support-questions-legacy
d
Hello, After the update of some days ago my "Verify your email" page stopped working. I get:
Copy code
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
r
Hey. You should add a tag to the image at the end. Like :5.0
If you want to upgrade though, make sure you see our Changelog
d
because I don't see the changes about e.g. new columns in the mysql DB there, is there any changelog where I could see that?
r
if you read the changelog, there is a migration script we have as well.
it's a in collapsable item