hslayers / hslayers-ng

User interface and map building extensions for OpenLayers
https://ng.hslayers.org/
MIT License
36 stars 20 forks source link

Map share error in console after startup #2796

Closed jmacura closed 2 years ago

jmacura commented 2 years ago

Bug

Describe the bug Immediately after the app(s) is loaded, there appears an error in the console, which description leads to a map share module via save-map-manager.service. This error appears even though the hslayers-proxy is up and running. Not sure how important this error is, but if it something we can catch, we shall catch it. And if it is an actual error, which perhaps comes from the hslayers-proxy, we shall hunt it.

To Reproduce Steps to reproduce the behavior:

  1. Go to test-app
  2. Open web console
  3. See error

Expected behavior No errors listed when no actual problem arises.

Screenshots image

Additional context happens since multiple-maps-hardcore have been merged

fzadrazil commented 2 years ago

The getgroups request has never been implemented in hslayers-server as it is not needed, I guess. I could add some empty response for that so the error is not fired, but is probably better to remove the call from hslayers itself. The same applies to getuserinfo request.