I am having an issue when trying to upgrade either through Nuget or manually, after merging files, etc. I eventually get to a point whereby when I launch the website for the first time locally using http://localhost:81 (this works fine before the upgrade), I keep receiving the error message below.
The URL that is being redirected to is as follows:
If I try to access the backend I also get the same message. I downloaded a copy of the Umbraco source and upon debugging can see in the file WebSecurity.cs of Umbraco.Web that the method IsAuthenticated() is showing null for the _httpContext.User.
I have the exact same problem when upgrading from 7.6.6 to 7.7.7.
also tried to upgrade to a lower version (7.6.11 and 7.6.7) but both have the exact same issue.
Problem upgrading from 7.1.9 to 7.5.4
I am having an issue when trying to upgrade either through Nuget or manually, after merging files, etc. I eventually get to a point whereby when I launch the website for the first time locally using http://localhost:81 (this works fine before the upgrade), I keep receiving the error message below.
The URL that is being redirected to is as follows:
http://localhost:81/install?redir=true&url=http%3a%2f%2flocalhost%3a81%2f
If I try to access the backend I also get the same message. I downloaded a copy of the Umbraco source and upon debugging can see in the file WebSecurity.cs of Umbraco.Web that the method IsAuthenticated() is showing null for the _httpContext.User.
Any ideas what the issue might be??
Hi,
I have the exact same problem when upgrading from 7.6.6 to 7.7.7. also tried to upgrade to a lower version (7.6.11 and 7.6.7) but both have the exact same issue.
Did you find a solution for this problem?
thnx Pierre
is working on a reply...