craigzyc
Unable to Reach Back-endFailed to fetch
Mine is running on my local network on a docker container for testing so it was just http://192.168.0.2:3000
I originally accidently had localhost in there but it is not on my local machine so that obviously didnt work.
After changing it to the IP I noticed the request had a double // and failed. Removing the trailing slash made it all work
32 replies