'redirect_uri' is not valid for this client applic...
# help-with-umbraco
r
I am setting up the latest v14 alpha. The install went great, and I can boot to the "Welcome to your Umbraco" screen. But as soon as I hit "Open Umbraco" I see
Copy code
error:invalid_request
error_description:The specified 'redirect_uri' is not valid for this client application.
error_uri:https://documentation.openiddict.com/errors/ID2043
I saw a similar post in an archived thread about this, appears there is a URL that needs updating (site url or default port maybe?) Any help is appreciated! -Roger
found it - for anyone else who stumples on this. The port needs to be 44339
s
Did you need to change the port manually or.. ? Not sure what the acutal "fix" was?
j
m
We just had the same issue. With a Umbraco backend running in a Kuberneetes cluster. Had to set the "Umbraco:CMS:Security:BackOfficeHost" in the appsettings.json Running v14.1.1
r
I got confused reading this, I though RHamilton was me!
Still getting this. Its when 2 environments link toi the same database Maybe local dev and a dev server
You can do this and set it to your local environment "Umbraco": { "CMS": { "WebRouting": { "UmbracoApplicationUrl": "https://localhost:44369/" }, "Security": { "BackOfficeHost": "https://localhost:44369/", "AllowConcurrentLogins": false }
3 Views