You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 thewebprotege-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!
The text was updated successfully, but these errors were encountered: