Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't read datas in Geonode #12127

Open
ci-ana opened this issue Apr 3, 2024 · 4 comments
Open

Can't read datas in Geonode #12127

ci-ana opened this issue Apr 3, 2024 · 4 comments

Comments

@ci-ana
Copy link

ci-ana commented Apr 3, 2024

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
image
image
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 !

@ffischer1984
Copy link

do you use the docker-compose file?
In case of no: an nginx is mandatory and the nginx has to know the ipadresses from the django-container, the geoserver, rabbit-mq and celery container otherwise it will not work.

@ci-ana
Copy link
Author

ci-ana commented Apr 11, 2024

yes I use th docker-compose file.

@ffischer1984
Copy link

ffischer1984 commented Apr 11, 2024

Have you changed sth in the .env files?
Check if the geoserver has changed the admin password - I know that sometimes this does change then you have to do it manually

@ci-ana
Copy link
Author

ci-ana commented Apr 11, 2024

I changed the ip adresses and the add the line :
PROXY_BASE_URL=""
in the geoserver section

and I have the good admin password in the env file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants