Spring boot application deployed and documented with swagger but not return datas
Hey guys, whatsup. I deployed my application and I documented using swagger, but when I try to do some request my datas dont return. First I thought was cors issue so I implemented cors in my backend even after to do this, my requests are fail. When I open my dev tools (F12) and inspect network, the status code is empty. Still in dev tools, but now on console says:
Mixed Content: The page at 'https://climafilm-api.up.railway.app/swagger-ui/index.html#/movie-controller/getAllMoviesOnDatabase' was loaded over HTTPS, but requested an insecure resource 'http://climafilm-api.up.railway.app/app/movie/db'. This request has been blocked; the content must be served over HTTPS.
On localhost it works normaly...3 Replies