You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: