Umbraco 14 backend login error This server only accepts HTTPS requests, openiddict.com
Hi all, i just install umbraco , customize on local and success to publish and deploy on some VPS, and the website can access normally (https://dau.ebizity.com) but when i wants to access the backend, Umbraco 14 backend login and error appear, here for the error message
https://*****/management/api/v1/security/back-office/authorize?redirect_uri=https%3A
error:invalid_request
error_description:This server only accepts HTTPS requests.
error_uri:https://documentation.openiddict.com/errors/ID2083
Not Yet, when i using on localhost/my laptop its works fine with backend https deal (iis express built in), but when i deploy on some VPS, error appear
if you running on localhost/locally, please try run(f5 dubuggin) using IIS express including in Visual studio, i same got error when i try run via command dotnet build, dotnet run, but success login backend when start run debuggin(f5) using iis express in visual studio.
when i deploy on some VPS, (https) frontend run normally but when i access backend xxxx/umbraco got the error open like above
Hi Drake, where exactly are you doing this? I mean, is it before or after Umbraco? I've done this, but it's still not working for me. I'm unsure if it's related, as I think I'm forwarding traffic using Nginx on non-SSL ports. I will need to check this further tomorrow.
Umbraco 14 backend login error This server only accepts HTTPS requests, openiddict.com
Hi all, i just install umbraco , customize on local and success to publish and deploy on some VPS, and the website can access normally (https://dau.ebizity.com) but when i wants to access the backend, Umbraco 14 backend login and error appear, here for the error message
Regards
I'm having the same issue after updating to Umbraco 14. Did you find a solution yet?
we also met same problem happaend on the version 13. server os:ubuntu server deploy mode: dotnet publish xxxx and dotnet run
Not Yet, when i using on localhost/my laptop its works fine with backend https deal (iis express built in), but when i deploy on some VPS, error appear
Same problem running it locally. - Upgrade from 13 to 14. Any one got any ideas?
if you running on localhost/locally, please try run(f5 dubuggin) using IIS express including in Visual studio, i same got error when i try run via command dotnet build, dotnet run, but success login backend when start run debuggin(f5) using iis express in visual studio. when i deploy on some VPS, (https) frontend run normally but when i access backend xxxx/umbraco got the error open like above
Hi all. i just found solution, plaase add this on program.cs
.. app.UseAuthorization(); app.UseCertificateForwarding(); ...
regards,
Hi Drake, where exactly are you doing this? I mean, is it before or after Umbraco? I've done this, but it's still not working for me. I'm unsure if it's related, as I think I'm forwarding traffic using Nginx on non-SSL ports. I will need to check this further tomorrow.
I add also:
"WebRouting": { "UmbracoApplicationUrl": "https://control.dfdfdfdf.cloud/", }
is working on a reply...