Hi, I am trying to get a node/express instance of ...
# support-questions-legacy
j
Hi, I am trying to get a node/express instance of Supertokens to authenticate to a docker core. I have them setup on my local system for development - node localhost:3001 and docker supertokens core on localhost:3567 & a angular front end on localhost:4200 - I have Cors setup between my front end Angular app and backend node. do I need to setup cors for the docker supertokens? I am getting a error when ever I try to login on the front end or the front end tests to see if a email address exists. POST http://localhost:3001/auth/signin 500 (Internal Server Error)
11 Views