Unable to complete the request: Invalid Token

I’m working with PyRad, Flask, and PrimeVue. I’ve implemented a simple authentication system — the authentication itself works, but when I try to log in, I consistently get the error: ‘Unable to complete the request – Invalid Token’. How can I fix this issue??? helpp
the log return: 127.0.0.1 - - [08/May/2025 12:00:30] “POST /api/auth/login HTTP/1.1” 200 -
127.0.0.1 - - [08/May/2025 12:00:30] “OPTIONS /api/account/currentuserdata HTTP/1.1” 200 -
127.0.0.1 - - [08/May/2025 12:00:31] “GET /api/account/currentuserdata HTTP/1.1” 401 -

@willvin help?? Unable to complete the request – Invalid Token

What version of Radsystems Studio, what version of Python, and is this the default configuration of Radsystems Studio, or are you implementing something custom?

I use Radsystems 8.7.0 , Python version 3.13 , and this is the default configuration of Radsystems , i did´t change anything on it

Use Python 3.8.10 or you upgrade to the latest version of Radsystems Studio.

Problem solved, thanks @willvin ! i downgraded the Python version to 3.8.10 as you suggested