Hi Supertokens Team : i have an issue i tried to s...
# support-questions-legacy
f
Hi Supertokens Team : i have an issue i tried to setup an auth application that will communicate with many application , it works perfectly on local ( client send request to auth app -> token setuped -> api request done to my chosen app) , but when i tried to launch it in vps , it returns 500 error on network with
Copy code
supertokens_python.recipe.session.exceptions.UnauthorisedError: Session does not exist. Are you sending the session tokens in the request with the appropriate token transfer method?
and error of
Copy code
/dashboard:1 Access to XMLHttpRequest at 'http://159.69.142.232:5008/traders/?&items_per_page=10&page=1' (redirected from 'http://159.69.142.232:5008/traders?&items_per_page=10&page=1') from origin 'http://cqg.tttcontestapi.xyz' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.`` is present on the console