Umbraco 7 imported into Visual Studio 2019 redirects when viewing content pages
I have attempted to import a Umbraco project into an ASP.NET Web Application in Visual Studio 2019. I had some issues that I needed my trusty debugger for.
When I go to my URL: https://localhost:44316/umbraco#/umbraco everything is all good and dandy, but when I click on one of my content folders my Umbraco page/dashboard/overview suddenly goes into a reload loop in this manner:
If any more info is needed please let me know. I'm fairly new to the umbraco game :)
Umbraco 7 imported into Visual Studio 2019 redirects when viewing content pages
I have attempted to import a Umbraco project into an ASP.NET Web Application in Visual Studio 2019. I had some issues that I needed my trusty debugger for.
When I go to my URL: https://localhost:44316/umbraco#/umbraco everything is all good and dandy, but when I click on one of my content folders my Umbraco page/dashboard/overview suddenly goes into a reload loop in this manner:
If any more info is needed please let me know. I'm fairly new to the umbraco game :)
I found the answer. Somehow it's to do with "Browser Sync" and the way Umbraco 7 handles scripts/saves.
If you disable the "Reload on save" functionality in Browser Sync then you avoid the constant refresh cycle in your browser.
is working on a reply...