Unable to upload COG TIFF url to TiTiler #1080
Replies: 1 comment 1 reply
-
does you env has the correct Google credential set? when running titiler locally you should get more verbose error message? Can you try running 👇 python -m pip install rio-cogeo
rio cogeo info {URL} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem description
Attempting to upload a Cloud Optimized GeoTIFF (COG) file from Google Cloud Storage (GCS) to TiTiler via a Next.js app results in a 500 Internal Server Error.
Source code for uploading:
The error occurs when validating the COG URL using TiTiler's /cog/validate endpoint. Same issue also occurs when using Titiler locally
Expected Output
JSON OUTPUT
Environment Information
titiler:latest (v0.18.6) run in local docker env on fedoraos
with ENV WORKERS_PER_CORE 1
Next.js:"^14.0.4"
Beta Was this translation helpful? Give feedback.
All reactions