V13 test site hosted on port 85 but umbraco backoffice rerdirect back to default web site
hi, I have asked this question couple of times but not got an answer. I have built umbraco v13 site and published and then copy folders and database to development server to test hosting with .net core
After few tweaks site is up and running but I can't load Backoffice
Sorry , that wont fix the issue , now get Bootfailed error 500
when "UseHttps":false umbraco backoffice worked once but after restart site i get boot failed error
"Runtime mode validation failed for Production:\nUsing HTTPS should be enforced in production mode.","@l":"Error","SourceContext":"Umbraco.Cms.Infrastructure.Runtime.RuntimeState"
right , found why its doing this. umbraco backend doesn't like http its automatically redirect to https so colleague from it team said I need to add binding https and point to 443 under my test site . now I can access both frontend and back office cms
But I still like to know what configurations need to use to allow back office cms can be accessible via http
V13 test site hosted on port 85 but umbraco backoffice rerdirect back to default web site
hi, I have asked this question couple of times but not got an answer. I have built umbraco v13 site and published and then copy folders and database to development server to test hosting with .net core After few tweaks site is up and running but I can't load Backoffice
http://xxxxxxxxxx:85 - frontend load fine no issues http://xxxxxxxxxx:85/umbraco does not load its automatically redirect to https://xxxxxxxxxx/umbraco
Where it goes wrong ? anyone can help or give a clue please
Hi Pathini,
Could you try after toggling UseHttps to false
thanks , just fixed the issue .. I didn't notice that set to true
Sorry , that wont fix the issue , now get Bootfailed error 500 when "UseHttps":false umbraco backoffice worked once but after restart site i get boot failed error
"Runtime mode validation failed for Production:\nUsing HTTPS should be enforced in production mode.","@l":"Error","SourceContext":"Umbraco.Cms.Infrastructure.Runtime.RuntimeState"
right , found why its doing this. umbraco backend doesn't like http its automatically redirect to https so colleague from it team said I need to add binding https and point to 443 under my test site . now I can access both frontend and back office cms
But I still like to know what configurations need to use to allow back office cms can be accessible via http
if anyone know the answer pls post here
Can you try changing the runtime mode to Development or Backofficedevelopment?
https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/setup/server-setup/runtime-modes
is working on a reply...