Cannot access my backend from my frontend

Hi @NimAce,

Can you check my post about the same issue and confirm if you have the same result: Cors Issue?

I think your application has an Authorization token sent to its backend, is this correct? Also, your calls should include the withCredentials parameter (depending on what library you are using).

Looking forward to your feedback!