uav4geo / GCPEditorPro

Amazingly fast and simple ground control points interface. ◎
https://gcp.uav4geo.com
Other
57 stars 17 forks source link

Cannot GET / #36

Open manoloterranova opened 7 months ago

manoloterranova commented 7 months ago

I followed the instructions. Everything went fine the first time. Then i rebooted my computer and trying to star again GCPEditorPro in a Windows 11 machine or in a Linux Xubuntu machine it opens the browser but i get the error "Cannot GET /" on the "http://localhost:4200/" address. Is the address different (for example "http://localhost:4200/index.html"?

Thank you in advance

joanlyq commented 2 months ago

I had a similar issue, what I found was with the patches/@types+proj4+2.5.0.patch.

I had a warning about current version of proj4 is 2.5.5 and it doesn't match with the patch

So I tried remove the patch and use proj4 2.5.5, and I can serve with angular but got a Cannot GET/ error. I have to force install 2.5.0 and with the patch. Not sure if you had a similar thing going on.