James Woodley

Results 21 comments of James Woodley

Same here I've gone through the authentication, but stuck on the Waiting for API token

I've just come up against this.. I'm having to create layers manually and then hard code the ARN into my CI for the `dotnet lambda package` command. It just feels...

Plus 1, getting this issue, and my sls deploy error is The specified bucket is not valid

Have also just got the following error when attempting to log out a user, so it feels to me there has been some issues with migrations? ``` Npgsql.PostgresException (0x80004005): 42703:...

Thanks for the explanation and pointers. Can you help me as to where to find the migrations run, we don't seem to have anything in our database that points to...

So it seems the migration is still on version 6? ```json {"Id":1,"DataMigrations":[{"DataMigrationClass":"OrchardCore.Liquid.Migrations","Version":1},{"DataMigrationClass":"OrchardCore.ContentManagement.Records.Migrations","Version":5},{"DataMigrationClass":"OrchardCore.Contents.Migrations","Version":1},{"DataMigrationClass":"OrchardCore.Alias.Migrations","Version":2},{"DataMigrationClass":"OrchardCore.ContentFields.Migrations","Version":2},{"DataMigrationClass":"OrchardCore.Deployment.Migrations","Version":1},{"DataMigrationClass":"OrchardCore.Widgets.Migrations","Version":1},{"DataMigrationClass":"OrchardCore.Flows.Migrations","Version":3},{"DataMigrationClass":"OrchardCore.Html.Migrations","Version":5},{"DataMigrationClass":"OrchardCore.Indexing.Migrations","Version":1},{"DataMigrationClass":"OrchardCore.Layers.Migrations","Version":1},{"DataMigrationClass":"OrchardCore.Lists.Migrations","Version":2},{"DataMigrationClass":"OrchardCore.Markdown.Migrations","Version":4},{"DataMigrationClass":"OrchardCore.Media.Migrations","Version":1},{"DataMigrationClass":"OrchardCore.Title.Migrations","Version":2},{"DataMigrationClass":"OrchardCore.Menu.Migrations","Version":2},{"DataMigrationClass":"OrchardCore.OpenId.YesSql.Migrations.OpenIdMigrations","Version":4},{"DataMigrationClass":"OrchardCore.Users.Migrations","Version":6},{"DataMigrationClass":"OrchardCore.Taxonomies.Migrations","Version":3},{"DataMigrationClass":"OrchardCore.Workflows.Migrations","Version":2}]} ``` Is there a way to run them again and get through to the latest?

So starting the application again gives ``` [20:12:28 ERR] Error while running migration version 7 for 'OrchardCore.OpenId'. Npgsql.PostgresException (0x80004005): 23503: update or delete on table "Document" violates foreign key constraint...

Any idea on a timeframe for the fix? Understanding this is open source so not expecting minutes, but are we talking months?

Okay makes sense, we are using a Nuget packages solution so that bodes well. I'll fix it manually, but if you need any help reproing I'm happy to be guinea...