Hey, I am trying to configure multiple api endpoints using
https://supertokens.com/docs/emailpassword/common-customizations/sessions/multiple-api-endpoints. Facing an issue while testing it locally. My frontend is in angular which is running on localhost:5000 and two api apps, one in nestjs running on loclahost:3000 and second one in expressjs running on localhost:3333. I have added 127.0.0.1 to local.myapp.com in /etc/hosts file but still getting Access was denied in browser. 😦