Skip to content

ABP Service Api 500 Internal Server Error #5881

@genceraziz

Description

@genceraziz

Hello,

I published a .net core application I made with ABP to a remote server.

I am getting a 500 error while fetching a list from the service and I could not find the cause of the error. Can you please help.

var _appService = bDH.services.producer;
ajax: abp.libs.datatables.createAjax(_appService.getProducers)
public PagedResultDto<ProducerDto> GetProducers(ProducerListPageDto input)

Error : https://domain/api/app/producer/producers?sorting=name%20asc&skipCount=0&maxResultCount=10 500 (Internal Server Error)

I am not having a problem with my local machine.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions