Skip to content

Add proxy path for library downloads#8

Open
om-hb wants to merge 1 commit intoAKSarav:mainfrom
om-hb:fix/nginx_libraries_download_route
Open

Add proxy path for library downloads#8
om-hb wants to merge 1 commit intoAKSarav:mainfrom
om-hb:fix/nginx_libraries_download_route

Conversation

@om-hb
Copy link

@om-hb om-hb commented Feb 3, 2026

Deployed the application via docker compose, but the download buttons for the models threw errors like http://localhost:3000/libraries/marker/download 405 (Not Allowed).

image

Introduce a new nginx location matching ^/libraries/.+/download$ that proxies requests to http://backend:8000, now it seems to work fine.

Introduce a new nginx location matching ^/libraries/.+/download$ that proxies requests to http://backend:8000.
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

Successfully merging this pull request may close these issues.

1 participant