local Umbraco fails after obtaining database from the live site
I exported database from server and deleted local one
than I re-created local database and for a first time I saw warning in SQL console
Warning! The maximum key length for a nonclustered index is 1700 bytes. The index 'IXcmsDictionarykey' has maximum length of 2000 bytes. For some combination of large values, the insert/update operation will fail.
Warning! The maximum key length for a nonclustered index is 1700 bytes. The index 'IXcmsMemberLoginName' has maximum length of 2000 bytes. For some combination of large values, the insert/update operation will fail.
Then when Im navigating to the localpage, I get redirected to
/umbraco/AuthorizeUpgrade?redir=%2finstall%2f%3fredir%3dtrue%26url%3dhttp%253a%252f%252fwww.gilitickets.loc%252f#/AuthorizeUpgrade?redir=%2Finstall%2F%3Fredir%3Dtrue%26url%3Dhttp%253a%252f%252fwww.gilitickets.loc%252f
And I can't log in. The login saved in the browser isnt working however I did this many times before and only now its a problem.
Also this is exactly same version which is runing on the live site - Im on the same branch which got build and released to the production.
local Umbraco fails after obtaining database from the live site
I exported database from server and deleted local one than I re-created local database and for a first time I saw warning in SQL console
Warning! The maximum key length for a nonclustered index is 1700 bytes. The index 'IXcmsDictionarykey' has maximum length of 2000 bytes. For some combination of large values, the insert/update operation will fail. Warning! The maximum key length for a nonclustered index is 1700 bytes. The index 'IXcmsMemberLoginName' has maximum length of 2000 bytes. For some combination of large values, the insert/update operation will fail.
Then when Im navigating to the localpage, I get redirected to /umbraco/AuthorizeUpgrade?redir=%2finstall%2f%3fredir%3dtrue%26url%3dhttp%253a%252f%252fwww.gilitickets.loc%252f#/AuthorizeUpgrade?redir=%2Finstall%2F%3Fredir%3Dtrue%26url%3Dhttp%253a%252f%252fwww.gilitickets.loc%252f
And I can't log in. The login saved in the browser isnt working however I did this many times before and only now its a problem.
Also this is exactly same version which is runing on the live site - Im on the same branch which got build and released to the production.
Any idea what went wrong?
is working on a reply...