trying to run an Umbraco .NET 8 app, but it's getting stuck on the installation screen
Hi Team,
I've been trying to run an Umbraco .NET 8 app, but it's getting stuck on the installation screen, and I'm not sure why. The same codebase works on my colleague's PC, and I've compared all the settings, which seem to be correct. The connection string is also accurate, and I was able to connect to the database using a test app.
I noticed the following warning in the log. Could you please assist me with this?
[19:26:08 INF] Umbraco is in Install mode, so uSync will not run this time.
[19:26:08 WRN] No last synced Id found, this generally means this is a new server/install. A cold boot will be triggered.
In addition to my debugging, I've noticed that Angular.js is being sought, but it's not present in the lib folder. However, I can see the minified version is loaded. Could this be the issue? If so, what might be causing the bottleneck?
Error.
ReferenceError: Umbraco is not defined
at Object.getSteps (umbraco.installer.min.js:1:3283)
at umbraco.installer.min.js:1:2893
at angular.js:18075:37
at m.$digest (angular.js:19242:15)
at m.$apply (angular.js:19630:13)
at k (angular.js:13473:36)
at v (angular.js:13730:7)
at y.onload (angular.js:13635:9) 'Possibly unhandled rejection: {}'
trying to run an Umbraco .NET 8 app, but it's getting stuck on the installation screen
Hi Team,
I've been trying to run an Umbraco .NET 8 app, but it's getting stuck on the installation screen, and I'm not sure why. The same codebase works on my colleague's PC, and I've compared all the settings, which seem to be correct. The connection string is also accurate, and I was able to connect to the database using a test app. I noticed the following warning in the log. Could you please assist me with this?
Hi
Can you check a connection string to database, is it working?
Hi, thanks for checking. The connection string is configured correctly, and I have tested it in a test app—everything is working fine.
Hi, thanks for checking. The connection string is configured correctly, and I have tested it in a test app—everything is working fine.
Could you try creating a new database and connecting to that?
In addition to my debugging, I've noticed that Angular.js is being sought, but it's not present in the lib folder. However, I can see the minified version is loaded. Could this be the issue? If so, what might be causing the bottleneck?
Error. ReferenceError: Umbraco is not defined at Object.getSteps (umbraco.installer.min.js:1:3283) at umbraco.installer.min.js:1:2893 at angular.js:18075:37 at m.$digest (angular.js:19242:15) at m.$apply (angular.js:19630:13) at k (angular.js:13473:36) at v (angular.js:13730:7) at y.onload (angular.js:13635:9) 'Possibly unhandled rejection: {}'
is working on a reply...