openchargemap / ocm-system

Open Charge Map is the global public registry of electric vehicle charging locations. Established 2011. Help wanted.
https://openchargemap.org
MIT License
101 stars 33 forks source link

500.19 Internal Server Error #227

Open lkjfd654d6f5g4d6f54g6ddf34sdfvdffty65rf opened 7 months ago

lkjfd654d6f5g4d6f54g6ddf34sdfvdffty65rf commented 7 months ago

I am getting this annoying error when I try to run the application. When I google, it suggest number of solutions which I have tried like ensuring needed utilities/modules are installed or not. I tried hosting this application directly at server also and there also I have the same error.

image

Any help or pointers would be appreciated.

Thanks Ritesh

webprofusion-chrisc commented 7 months ago

I would first check that you have the .net 8 hosting bundle installed https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-8.0.1-windows-hosting-bundle-installer

If you are working on a Windows machine normally you just need the latest version of Visual Studio installed and run the application from there, that way you can catch exceptions and see what the problem is (such as database connection etc).