Hi,
When we start the application, Following error occurred.
JQMIGRATE: Migrate is installed, version 3.0.0 :22742/AbpUserConfiguration/GetAll:1 GET <a class="postlink" href="http://localhost:22742/AbpUserConfiguration/GetAll">http://localhost:22742/AbpUserConfiguration/GetAll</a> <span style="color:#FF0000">500 (Internal Server Error)</span> VM260:350 ERROR: VM260:350 {code: 0, message: "InternalServerError", details: null, validationErrors: null}
When we run the application in ie, Then we are not able to log in.
Error: Line: 392 Error: Syntax error
<a class="postlink" href="https://drive.google.com/file/d/0BzSirtYGe7EHYVl5aDVhYm94dU0/view?usp=sharing">https://drive.google.com/file/d/0BzSirt ... sp=sharing</a>
When we forcefully continue and ignore the error, And try to log in.
at that time browser redirect to the login page again instead of a dashboard.
1 Answer(s)
-
0
Hi @velu,
For internal server error, I suggest you to check Logs.txt under your *.Web.Host project for more error details. For javascript site, can you upgrade jquery-timeago to v1.6.1, see <a class="postlink" href="https://github.com/rmm5t/jquery-timeago/issues/321">https://github.com/rmm5t/jquery-timeago/issues/321</a>.
Thanks.