I’ve updated my package.json from:
{
"dependencies": {
"@strapi/plugin-graphql": "4.1.5",
"@strapi/plugin-i18n": "4.1.5",
"@strapi/plugin-users-permissions": "4.1.5",
"@strapi/strapi": "4.1.5",
"pg": "^8.8.0",
"pg-connection-string": "^2.5.0",
"sqlite3": "5.0.2"
},
...
to
{
"dependencies": {
"@strapi/plugin-graphql": "4.5.3",
"@strapi/strapi": "4.5.3",
"@strapi/plugin-users-permissions": "4.5.3",
"@strapi/plugin-i18n": "4.5.3",
"better-sqlite3": "7.4.6",
"pg": "^8.8.0",
"pg-connection-string": "^2.5.0"
},
...
And it worked!! Don’t be scared if you need to wait a couple of seconds for the admin panel to load!