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

Project download returns empty 200 OK response #67

Open
jdrusso opened this issue Sep 10, 2024 · 0 comments
Open

Project download returns empty 200 OK response #67

jdrusso opened this issue Sep 10, 2024 · 0 comments

Comments

@jdrusso
Copy link

jdrusso commented Sep 10, 2024

I have deployed webprotege using webprotege-deploy. Almost everything seems to be working -- I can log in, upload an ontology, modify it, etc.

However, trying to download the ontology with the button on the projects list page returns a blank page and no download.

I can see it's correctly making the GET request to what appears to be the correct url, .../download?project=<project_uid>&revision=<revision>, but there's no response.

Looking in the server logs, I see that it acknowledges the received request, and then nothing, no failures or anything.

When I compare the ProjectDownloadServlet in this repo against the one in the webprotege-server monolith, it almost seems like it's just missing the code after that logging statement that would trigger the download...

Is there a reason this was removed? Or, am I missing something?

Thank you!

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