Martin Høgh
Martin Høgh
The build test fails because it uses Ubuntu 20.04 with rsvg 2.48. `get_intrinsic_size_in_pixels` is added in 2.52. It's worth reading the docs for `get_intrinsic_dimensions`: https://gnome.pages.gitlab.gnome.org/librsvg/Rsvg-2.0/method.Handle.get_intrinsic_dimensions.html It's not necessary to test...
@geographika Yes. I'll try to setup a build environment based on 20.04.
I also experience this issue on both Stable and Edge. I tried to downgrade stable to `18.03.0-ce` but with no luck. I deploy using a docker-compose with: ```yml volumes: gc2core_var_www_geocloud2:...
I'm having the same problem. Did you find a solution?
Could you check the response from the server in the browser developer consol?
Is in the browser developer tools. When you create a new user, the page will make a POST request. It returns an error in your case. Take a look at...
When creating a new user, GC2 will create a database and a role (with the same name). For some reason something went wrong and GC2 tried to clean up by...
You get an error even when using a completely new name? As never used before?
I've gone through the Docker images and compose file https://github.com/mapcentia/gc2-vidi-docker-compose It should work now - I've tested on a freshly installed Ubuntu 24.04. Remove old images and volumes `docker compose...
Could you try to pull the image: `docker pull mapcentia/gc2core8` And then `docker compose down` and `docker compose up`