In devtools I see that backend is sending header:
access-control-allow-origin: ‘https://localhost:4000’
But I get error in dev console:
Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’
In devtools I see that backend is sending header:
access-control-allow-origin: ‘https://localhost:4000’
But I get error in dev console:
Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’