coco-annotator icon indicating copy to clipboard operation
coco-annotator copied to clipboard

development build proxy problem

Open codehering opened this issue 5 years ago • 1 comments

Hi, first of all, thank you for this great tool! The production build works perfectly, but unfortunately I am not able to run it with the local files. When I run the development build, I am not able to visit the register tab. image

I receive the following errors on my browser: image

and the following errors on the console: image

I am new to container technology and vue.js.

Do you have any suggestions why its not working? Thanks in advance!

codehering avatar Apr 25 '20 17:04 codehering

Try changing proxy target to "localhost" from "webserver", you might not building the docker images from same network

sriramreddyM avatar May 10 '21 09:05 sriramreddyM