Broken Upgrade to 1.3.0 (Self hosted)

Hello, i'm having a graphql error when upgrading to 1.3.0 incrementally from 1.1.0 here is the error:
{ "errors": [ { "message": "Unable to merge GraphQL type "Query": Field "apiKeys" already defined with a different type. Declared as "ApiKey", but you tried to override with "ApiKeyConnection"" } ] } and here is an error in the logs: and the full logs:
2 Replies
Wesordonez
WesordonezOP2mo ago
Fixed the issue. I had to delete webhooks and API keys in both core and workspace specific schema
Prastoin
Prastoin2mo ago
Hey there, looks like you're missing a migration 🤔 In a nuthsell you've manually processed what should be automatic in prior versions Please be sure to create a backup If your workspace version gets updated by next version upgrade sounds good !

Did you find this page helpful?