I added the logs.txt file to the Google Drive
i already check these possible solutions but it cant 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