-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Geonode 4.0.2 with geonode-importer does not upload #12618
Comments
Aside this, the importer logs more info in the log when something happen. Please try to re-upload the tif and attach the Plus the dockerfile between the introduction of the two versions has changed as you can see from this: So i suppose that |
this is the content of celery.log as you can see it doesnt find the db['ENGINE'] value
for gdal-bin i modified the dockerfile to install it |
it looks like an issue with the generation of the |
Expected Behavior
After changing the settings.py with the geonode.importer celery tasks it should use the new API and upload but it returns an error
Actual Behavior
After calling the API and passing a simple tiff file it return this error
Steps to Reproduce the Problem
1.installed Geonode 4.0.2 using docker compose
2. added in dockerfile after pip install requirements -> RUN pip install -e git+https://github.com/geosolutions-it/[email protected]#egg=geonode_importer
3.Added at the end of settings.py
Specifications
The text was updated successfully, but these errors were encountered: