CORS issues when deployed with domain name #572
DenisIvanovIvanov
started this conversation in
General
Replies: 1 comment
-
which setting do u change in angular to use your certificate ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the template to create small web app for my wife.
I've finally deployed it with domain name and SSL, but login redirect doesn't work because of CORS. The error is
CORS request made for path: /sockjs-node/701/xvyuio0h/xhr from origin: https://domainname.com but was ignored because path was not for an allowed IdentityServer CORS endpoint"
I've tried enabling all cors as suggested
And using it
but it still doesn't work. Can someone help on that?
Beta Was this translation helpful? Give feedback.
All reactions