I have the following problem. I have installed and running (on local) mapstore, geoserver (both in Tomcat), postgresql+postgis in a Virtual BOX 7 virtual machine (OS Ubuntu server 22).
I have encountered some problems with geometry editing functionality. It's not working for my multipolygon/multilinestring layers. It works for my point layers.
Moreover, mapstore pops up these error message:
1- 'Update error: Error occured updating features'
Of course I have enable WFS in my workspace (Geoserver).
Service access rules set up (Geoserver): (*.*/wfs.*/wms.*).
Data security set up (5 rules) (Geoserver):
- *.*.r (ROLES: *)
- *.*.w (ROLES: ROLE_AUTHENTICATED, GROUP_ADMIN, ADMIN, ROLE_ANONYMOUS)
- ssr_loslagos.*.r (ROLES: ADMIN)
- ssr_loslagos.*.w (ROLES: ADMIN)
- ssr_loslagos.*.a (ROLES: ADMIN)
Access to mapstore as ADMIN.
What am I missing??
Thanks!