Daniel15 / simple-nuget-server

A very simple PHP NuGet server
MIT License
116 stars 43 forks source link

Not seeing packages in the browser #40

Open rodneyo opened 5 years ago

rodneyo commented 5 years ago

I can upload & download packages via nuget CLI but I don't see them on the web page. All I get is xml output

<service xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns="http://www.w3.org/2007/app" xml:base="http://nuget-server.stonemor.com/" capture-installed="true">
<workspace>
<atom:title>Default</atom:title>
<collection href="Packages">
<atom:title>Packages</atom:title>
</collection>
</workspace>
</service>

Is this normal?

MarcoGriep88 commented 2 years ago

Same issue here. Any tipps or information? The file is uploaded correctly and i can see it in the filesystem.