You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often want to test my apis on a staging server. I use a ssh tunnel to connect with my frontend. Even if I for example allow localhost:3000, I still get cors error. If I use a reverse proxy with a domain etc. the same api connects to my local frontend without problems
Does anyone know how why this happens and how to solve this problem? Can it be a bug in the package?
Thank you
The text was updated successfully, but these errors were encountered:
I often want to test my apis on a staging server. I use a ssh tunnel to connect with my frontend. Even if I for example allow
localhost:3000
, I still get cors error. If I use a reverse proxy with a domain etc. the same api connects to my local frontend without problemsDoes anyone know how why this happens and how to solve this problem? Can it be a bug in the package?
Thank you
The text was updated successfully, but these errors were encountered: