praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
683 stars 121 forks source link

HTTP 500 error on fuget.org #155

Open fubar-coder opened 3 years ago

fubar-coder commented 3 years ago

I get a HTTP 500 error: HTTP Error 500.30 when I try to open fuget.org for the package Microsoft.Office.Interop.PowerPoint.

Arnab-Developer commented 3 years ago

Yes, I also got the same error.

image

praeclarum commented 3 years ago

Hi everyone. As far as I can tell this is due to FuGet failing to startup because the database file fails to load. That exception prevents the rest of Startup from executing. I am working on a patch right now to disable database usage until a solution can be found.

I am unclear why the database file keeps getting corrupted. It's worked this way for years, but every time Azure restarts the app, the database is broke. It could be as simple as a path issue, or worse, some kind of incompatibility with how Azure moves apps around.