Activities of "alper"

Check that this URL is loading successfully

https://yourdomain.com/Abp/ServiceProxyScript

@camping89@gmail.com , you can also post your sample code to call external services. Our new platform ABP Community is live! Create your first article on https://community.abp.io/

can you check the Logs in your web folder? seems like ASP.NET Core Runtime is missing on the prod server.

you need to add the below line in BookStoreApplicationAutoMapperProfile.cs

CreateMap<AppUser, AppUserDto>().Ignore(x => x.ExtraProperties);

See https://support.abp.io/QA/Questions/560/How-can-I-call-an-ABP-remote-service-method#answer-19f25faa-e2f5-bc56-3bc7-39f8e32906bf

hi robb,

in your solution there's a console application that calls authenticated endpoints. go to your test folder and open Acme.BookStore.HttpApi.Client.ConsoleTestApp

the below code, fetches all users

I couldn't reproduce it. Can you check your Chrome version. If it's an older version please update it to the latest. Chrome v75 and older versions report this issue.

hi, this is a custom JavaScript that one of our developers implemented. it must be easy. I also notified the developer of this screen, he may post some sample code

hi,

did you add migrations? also see the logs in web folder

you need to ignore ExtraProperties like this;

CreateMap<AppUser, AppUserDto>().Ignore(x => x.ExtraProperties);

check out the following question, similar one https://support.abp.io/QA/Questions/150/How-To-Create-a-Help-Desk-Ticket-Entity#answer-21da8121-ab88-ab2c-67f0-39f51d1b1819

Showing 1661 to 1670 of 1955 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.