zaidsaeed / CAManager-FE

This repo holds the typescript react FE of the CAManager app.
0 stars 0 forks source link

Make Sure backend is called from FE #1

Open zaidsaeed opened 10 months ago

zaidsaeed commented 10 months ago

Things tried so far: 1) Enable CORS from backend (tried in multiple ways) 2) Tried hosting FE on something else 3) Tried response injection from Render's side

What I plan on doing next: 1)Adding a filter to my spring boot api https://www.baeldung.com/spring-response-header

And manually set the header from the server

zaidsaeed commented 10 months ago

Created a ticket on Render service. Waiting to hear back