{"status":401,"message":"invalid csrf token"}

I have the message {“status”: 401, “message”: “invalid csrf token”} when I want to connect to the moobot site can you help me

Basically try again later.

Your CSRF token is invalid.

I had the same problem with JavaScript blocker enabled. It actually displayed exactly this JSON response in my browser. Do you use anything similar?

It’s not as simple as that.

There is an out of date token in your session. Hence the invalid CSRF token. (Cross Site Request Forgery). There’s a few things that can cause it but not one thing. Hence the “try again later”, is the only real answer

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.