lou
lou
RRailway
Created by lou on 8/19/2023 in #✋|help
Questions
I have deployed my project. How can I put this project as asleep?
13 replies
RRailway
Created by lou on 8/13/2023 in #✋|help
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...
5 replies