6/15/2021 10:58 AM | |
Joined: 5/2/2016 Last visit: 8/19/2024 Posts: 19 Rating: (4) |
Hi Dieter, I think a similar setup as in your case should not be necessary. CORS error root cause lies on the server. So you need to configure the CORS in your server correctly. I would recommend following this getting started:https://docs.nestjs.com/security/cors But probably you already did. Also take a look in configuration options:https://github.com/expressjs/cors#configuration-options Default configuration should allow all cross origin requests. |
Follow us on