Activities of "devchase321"

[maliming] said: hi

Can you inherit from the app service interface in your controller?

Thanks

Thanks its work

[maliming] said: hi

Can you share a demo project? I will download and check it.

liming.ma@volosoft.com

Thanks

I just upload project on Google Drive and give you access please download it from there and check for issue thanks . https://drive.google.com/drive/folders/1MsGavXhWyxrUt_jOPREXNhJl23snEgcX?usp=sharing

i already check these possible solutions but it cant work

Hi EngincanV,

Thank you for your message. I have just added the Payment module in my solution from ABP Studio. I didn't change anything in default setup.

With default setup I am giving the error and then I have added the stripe module to the blazor and public module, but this is also giving me the same error.

Any update for me?

Hi, This did not helped me. I am getting the same error in Blazor & Public application. Please help me.

[maliming] said: hi

The new error:

Client validation failed because 'http://emeraldhealthcare.us/signin-oidc' was not a valid redirect_uri for Emerald_Web_Public_Prod. 

Have you added ctx.Request.Scheme = "https"; to the admin website?

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

Additionally, it seems there is an issue with your reverse proxy configuration. The browser requested HTTPS, but the URL is still HTTP.

Thanks.

Hi Yes, I have added it on the admin website, and in the database, it is set to HTTPS.

Thanks

[maliming] said: Hi

You can add it and try again.

If still get 500 error please share the logs.txt files again.

Thanks.

Hi

I have sent logs file in the mail.

Thanks

[maliming] said: Hi

You can add it and try again.

If still get 500 error please share the logs.txt files again.

Thanks.

Can I add it in the auth or admin module?

[maliming] said: hi

Your auth returns an error.

Does it have such code in the auth website startup module?

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

Thanks.

No, I have not added any such code in the auth website's startup module.

Showing 1 to 10 of 29 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.2.0-preview. Updated on January 20, 2026, 07:04
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.