How I set Localhost 8100 and localhost 5000 together on my Ionic project?

Hi, I have a problem, when I start Ionic Procejt on localhost 8100, and i have on my project localhost: 5000 / posts Flask server, this not funkcioniert.

How i set ,when i can this go?

Thanks


Hi Miki,

Looking at your screenshots you have a problem with your Flask server.

Try to visit http://localhost:5000/posts in your browser → does this work correctly? If not you would probably need to check on that part if something is wrong on the api side.

Good luck

Thank you, yes, the problem was in my Flask server.I remove and change the script and yet funkcioniert. Thanks