500 server error with api routes using http third party api
Unanswered
Japanese Bobtail posted this in #help-forum
Japanese BobtailOP
I want to use a external API that is only http. I tried using this on client side fetch and works normal on local. App doesn't work after deployed since browser block these requests and mixed content error. So next. I tried to use next API routes and called this http server their. It worked from local but fails with internal server error on user console. How to solve this problem?