-
Bug
-
Resolution: Awaiting Response
-
Normal
-
None
Hello, so two days ago, I found out that I could no longer login to online minecraft servers and I was getting a "Failed to login: Invalid session" error (I have already restarted my game). I tried to figure out what was going on by using the API and I saw that the sessionserver.mojang.com was returning a 403 Forbidden error after providing a valid access token and profile uuid. This is the returned data from the request:
{ "error": "ForbiddenOperationException", "path": "/session/minecraft/join" }
Thanks in advance!