Open psychiatrichwj opened 1 month ago
Did you make any changes to the app or config? I'm not able to reproduce this in a new app
No, no changes, I suspected something up with sqllite?
No. A pluginDivisionMode
setting must be somewhere in your config; this is thrown by our code and as far as I can tell it's all defaulted to the value 'database'
unless explicitly configured to something else. Could you for example have an app-config.local.yaml
that has a partial database config in it? Your config files are merged together in layers, so the setting may not be in the file you expect it to be.
π Description
I created a new backstage app with
npx @backstage/create-app@latest
and when trying to run withyarn dev
, I got following error:π Expected behavior
Newly created app should start without a problem
π Actual Behavior with Screenshots
Newly created app failed to start
π Reproduction steps
Create a new application, and run
yarn dev
π Provide the context for the Bug.
No response
π₯οΈ Your Environment
Sqlite version:
π Have you spent some time to check if this bug has been raised before?
π’ Have you read the Code of Conduct?
Are you willing to submit PR?
None