TypeError: Cannot read property 'findAll' of undefined

I am running Ghost on localhost (development mode) with Stripe CLI listening.
Everything was working fine with Ghost version 4.3.1 and earlier versions,
but after updating to 4.3.3 I gets this error when starting up:
[2021-05-04 11:05:44] ERROR Cannot read property ‘findAll’ of undefined

Cannot read property 'findAll' of undefined

----------------------------------------

TypeError: Cannot read property 'findAll' of undefined
    at StripeMigrations.populateProductsAndPrices (/var/lib/ghost/versions/4.3.3/node_modules/@tryghost/members-api/lib/migrations/index.js:40:53)
    at async Promise.all (index 1)

Anyone knows a solution for this?
Should I maybe post it as a issue on github?