Base solution for your next web application
Open Closed

Server responded with a status of 500 (Internal Server Error #2364


User avatar
0
sampath created

Hi,

ng-2 version app.

I can compile server project properly.But when I run it where it gives below error.Can you tell me why? Thanks.


3 Answer(s)
  • User Avatar
    0
    sampath created

    Hi,

    I have found out the issue.But can you tell me is there any log details related to this issue? If so where? In the table or text file.I tried to see that on AbpAuditLogs table.But there are no such errors for this event.Please tell me how to see the log details.Thanks.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @sampath,

    How did you solve this problem, can you explain ? You can find error details in the Logs.txt file under your web project's bin folder.

  • User Avatar
    0
    sampath created

    Hi ismcagdas,

    Ok, Thanks.

    Actually, it was a very strange issue. I have created 2 Dtos on 2 different layers with the same name (i.e. DocumentDto). Two layers are Application layer and Web.Core layer. After that Swagger UI showed above error.I have renamed One Dto and then problem vanished. Very strange no? Any thoughts?