geonode
geonode copied to clipboard
Can't read datas in Geonode
Hello everybody, I have installed Geonode with docker. It works fine but there is a problem with geoserver. It's like Geonode can't read (or write) datas stored in geoserver.
Expected Behavior
Read, edit datas
Actual Behavior
cannot read or edit datas
It's like Geonode doesn't have rights to read or write data stored in geoserver, but I can download the data and if I connect Geoserver in QGIS, it works.
Steps to Reproduce the Problem
I think the problem is in the .env file but I can't find the solution Part of my .env file for geoserver: GEOSERVER_WEB_UI_LOCATION=MYIP/geoserver/ GEOSERVER_PUBLIC_LOCATION=MYIP/geoserver/ GEOSERVER_LOCATION=http://geoserver:8080/geoserver/ PROXY_BASE_URL="" GEOSERVER_ADMIN_USER=secret GEOSERVER_ADMIN_PASSWORD=secret
Specifications
- GeoNode version: 4.1.4
- Installation type (vanilla, geonode-project): geonode-project
- Installation method (manual, docker): docker
- Platform: ubuntu 22.04
- Additional details:
Thanks in advance !