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
{{ message }}
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
I just deployed pupicloud on AWS ECS and I'm seeing a weird behavior on on gui.
Checking the request I see that this is sending the proper request as specified on the docs: https://mydomain.com/pypi/api/package/?verbose=true
and yet the response is: {"packages": ["pygds"]} which lacks the proper package name, version, etc. Which I guess are required by the gui to proper fill the table.
Is verbose broken on 1.0.13?
The text was updated successfully, but these errors were encountered:
I just deployed pupicloud on AWS ECS and I'm seeing a weird behavior on on gui.
Checking the request I see that this is sending the proper request as specified on the docs:
https://mydomain.com/pypi/api/package/?verbose=true
and yet the response is:
{"packages": ["pygds"]}
which lacks the proper package name, version, etc. Which I guess are required by the gui to proper fill the table.Is verbose broken on 1.0.13?
The text was updated successfully, but these errors were encountered: