Hi everyone,
I have tested this behavior using the built-in admin, as well as with a newly created admin user.
Access to the mapstore is provided via NGINX, with the following default sites_enabled configuration:
If I access the portal from localhost:8080/mapstore_version everything works perfectly fine, the admin user can edit everything as expected. When I try to access Mapstore via the nginx location, it fails to updated anything (existing maps, item details, existing users, existing groups).
I can however create new resources, via POST requests items/maps/users from the NGINX accesed mapstore, but not the attributes. Comparing the two ways of accessing the application, I see that PUT requests are being rejected with 403 forbidden
Any help on how to configure NGINX or Tomcat, or Mapstore to accept my put requests would be great!