Base solution for your next web application
Open Closed

AbpScripts/GetScripts giving 500 Server Error #497


User avatar
0
twigman08 created

This issue just seemed to pop up, though a little unsure why it did. Though on any page I go to now in my web app using Abp I get a 500 Internal Server Error when it tries load the dynamic scripts up.

This is where I get the error:

<script src="/api/AbpServiceProxies/GetAll"></script> // this executes just fine
<script src="/AbpScripts/GetScripts" type="text/javascript"></script> // this gives me the 500 internal server error

I'd assume it is because it is trying to load the scripts from <a class="postlink" href="http://www.myurl.com/AbpScripts/GetScripts">www.myurl.com/AbpScripts/GetScripts</a> which wouldn't seem like a valid route unless Abp creates that route? As of right now this isn't causing any issue, everything else works just fine, but wanted to see if this has popped up before, and/or why this has just all of a sudden started to pop up.

Thanks for any help.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Have you checked Logs under the web project? It says the reason.