Reproduce:
- Have CORS setup with credentials
- Make a request to the backend
Expected:
- Login Credentials are send to server
Observed:
- Login Credentials are not send to server
Hint:
- We need to set the withCredentials property to requests, see here.
Reproduce:
Expected:
Observed:
Hint: