Activities of "maliming"

hi

Can you share a project with me? liming.ma@volosoft.com

hi

Can you share a simple project? liming.ma@volosoft.com I will test it on IIS

hi

Can you set the environment to Production and test the app locally instead of IIS?

hi

The logs your shared is not a application-configuration request.

ok, I will share you a sample. is mbuthiagrg@gmail.com ok?

500 Internal server

Do you get new error logs?

hi

https://docs.abp.io/en/abp/latest/Migration-Guides/Index https://docs.abp.io/en/commercial/latest/migration-guides/index

hi

System.Net.Http.HttpRequestException: No such host is known. (api.ubxcloud.net:443)

https://support.abp.io/QA/Questions/3448#answer-5f70c8df-651b-08ba-ec76-3a053289a6f4

But after login it started throwing 500 error.

What's the error detail?

hi

Update to the latest version or add the code below to your project:

services.ConfigureApplicationCookie(options =>
{
    options.ForwardDefaultSelector = ctx =>
    {
        string authorization = ctx.Request.Headers.Authorization;
        if (!authorization.IsNullOrWhiteSpace() && authorization.StartsWith("Bearer ", StringComparison.OrdinalIgnoreCase))
        {
            return "Bearer";
        }

        return null;
    };
});

hi

Have you tried the steps I mentioned above?

Showing 8611 to 8620 of 11539 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.