You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo fails with the following exception:
System.InvalidOperationException: Can't migrate database after 1 tries. See previous errors
at Sitko.Core.Db.Postgres.PostgresDatabaseModule1.InitAsync(IApplicationContext context, IServiceProvider serviceProvider) at Sitko.Core.App.Application.InitAsync(IServiceProvider serviceProvider) at Sitko.Core.App.HostedApplication.GetOrCreateHostAsync(Action1 configure)
at Sitko.Core.App.HostedApplication.BuildAppContextAsync()
at Sitko.Core.App.Application.RunAsync()
at Sitko.Blockly.Demo.Program.Main(String[] args) in C:\Projects\Git\Sitko.Blockly\apps\Sitko.Blockly.Demo\Program.cs:line 8
I would assume the demo requires some prerequisites that I don't have on my machine. Instructions on how to run the demo would be beneficial.
The text was updated successfully, but these errors were encountered:
Demo fails with the following exception:
System.InvalidOperationException: Can't migrate database after 1 tries. See previous errors
at Sitko.Core.Db.Postgres.PostgresDatabaseModule
1.InitAsync(IApplicationContext context, IServiceProvider serviceProvider) at Sitko.Core.App.Application.InitAsync(IServiceProvider serviceProvider) at Sitko.Core.App.HostedApplication.GetOrCreateHostAsync(Action
1 configure)at Sitko.Core.App.HostedApplication.BuildAppContextAsync()
at Sitko.Core.App.Application.RunAsync()
at Sitko.Blockly.Demo.Program.Main(String[] args) in C:\Projects\Git\Sitko.Blockly\apps\Sitko.Blockly.Demo\Program.cs:line 8
I would assume the demo requires some prerequisites that I don't have on my machine. Instructions on how to run the demo would be beneficial.
The text was updated successfully, but these errors were encountered: