ERR_NAME_NOT_RESOLVED
I am running an app in a docker container with a backend in express and frontend in next. I am getting the following error when trying to sign in: My auth config seems to be correct, with the trusted origins on both the client and backend auth setup pointing to eachothers container respectively, and when my user session was kept from a previous sign in i was pushed to the correct page but trying to sign out i got the following error: What can cause this issue? Some server logs i see are:
0 Replies