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

Geonode cant upload geoTiff #12615

Open
fabiomonticelli23 opened this issue Sep 24, 2024 · 1 comment
Open

Geonode cant upload geoTiff #12615

fabiomonticelli23 opened this issue Sep 24, 2024 · 1 comment

Comments

@fabiomonticelli23
Copy link

Expected Behavior

Uploading a geotiff

Actual Behavior

While trying to load a geotiff via API or GUI gives

Steps to Reproduce the Problem

1.build application with docker compose
2.calling post api/v2/uploads/upload
3.loading a geotiff gives this error:
Failed to make DELETE request: 500, Failed to create reader from file:/usr/src/geonode/geonode/uploaded/tmpo3qrjgqc/output.tiff

image

Specifications

  • GeoNode version: 4.2.5
  • Installation type (vanilla, geonode-project):
  • Installation method (manual, docker):docker
  • Platform:
  • Additional details:
@fabiomonticelli23
Copy link
Author

i thought it was a permission error and i tried to add in settings.py this 2 variable:

FILE_UPLOAD_PERMISSIONS = 0o777
FILE_UPLOAD_DIRECTORY_PERMISSIONS = 0o777

but got the same result

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

1 participant