Cors Error in while sending cookies
when using credentials like cookie that are begin set by backend make sure to not use cors configuration like this:
The above approach will not let browser send the cookies
Instead be specific like this:
when using credentials like cookie that are begin set by backend make sure to not use cors configuration like this:
The above approach will not let browser send the cookies
Instead be specific like this: