[Solved] "Failed to verify authentication" error when loading running and debugging in VSCode #2352
Replies: 3 comments
-
|
The error in the crash report doesn't match what you say. You have some mismatch between your classname and its configuration in the entrypoint in fabric.mod.json Testmod is not the same as |
Beta Was this translation helpful? Give feedback.
-
|
The crash is not from authentication but from an incorrect class name for your entrypoint in the fabric.mod.json:
The authentication error is perfectly normal and happens in all dev environments, it's safe to ignore. (Dev envs don't have a Mojang auth token so they can't authenticate for online mode servers) |
Beta Was this translation helpful? Give feedback.
-
|
@Juuxel @warjort |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I try to run and debug my mod in VSCode, it crashes and gives me a "Failed to verify authentication" error. I have tried to install "Auth Me" mod in my projects 'mod folder' (as seen here) to fix this but it does not help.

Crash logs:
crash-2022-06-22_14.04.05-client.txt
Beta Was this translation helpful? Give feedback.
All reactions