When running Umbraco 16.3.1 in a proxied setup (Nuxt frontend → ASP.NET backend), setting both UmbracoApplicationUrl and BackOfficeHost to point to the Nuxt application’s URL (http://localhost:3000) leads to a redirect loop when trying to login.
Observed behavior:
Endless redirect loop
Expected behavior:
BackOffice should operate correctly when proxied through the Nuxt frontend.
Ah I forgot posting videos here is not yet possible, here’s a gif of your video:
Seems like you need to login on localhost:8081 instead..
I can’t say much more about it as I have no experience with Nuxt and the setup you have is not something I’ve ever seen before, it might be possible but there’s all kinds of security implications if you proxy through something else so I am not surprised it’s not working.
No worries, I appreciate the insight! Would it help if I try to reproduce the issue using a proxy setup like Traefik or Nginx to see if the same behavior occurs? That might help narrow down whether it’s related to the proxy or the Nuxt configuration.
I’m running netCore on windows 11, V16.3.1 and my login is working fine for me. Have logged in and out quite a few times to check and make sure it’s working, and have not had the loading error. Not sure if this helps, but I hope it does.