"vu.dh@veek.vn" की गतिविधियाँ

Hello vu.dh@veek.vn,

Please try this,

app.Use((ctx, next) => 
 
        { 
 
            ctx.Request.Scheme = "https"; 
 
            return next(ctx); 
 
        }); 

This code needs to be added in " public override void OnApplicationInitialization(ApplicationInitializationContext context) " in this file - **AuthServerModule.cs

Please do let me know if this solution works.

Thanks, Anjali

The issue relates to Nginx configure, I fixed it, thanks for your support.

AuthServerModule

I did it but the issue is still existing.

Hello vu.dh@veek.vn,

Please add this block of code to **HttpApiHostModule.cs in public override void OnApplicationInitialization(ApplicationInitializationContext context)

app.Use((ctx, next) => 
    { 
        ctx.Request.Scheme = "https"; 
        return next(); 
    }); 

let me know if this helps you.

Thanks, Anjali

Hi Anjali, I did it but the problem is still existing.

3 प्रविष्टियों में 1 से 3 दिखा रहा है
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11