Hello.
I have deployed a static site as a React app using a fetch url of: ‘https://0.0.0.0:10000/file’ to a python flask web service that is running on ‘https://0.0.0.0:10000’ when I make the request to the python flask I am getting the error message: net::ERR_CONNECTION_REFUSED
What should I of done to make the successful request please?
Thank you