You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When creating a spacebar server with postgres in docker, the server keeps trying to use SQL lite and tries to install it.
To Reproduce
Create a docker compose file with postgres as the database and run it.
Expected behavior
Spacebar should start.
Console Logs
spacebar | DriverPackageNotInstalledError: SQLite package has not been found installed. Try to install it: npm install sqlite3 --save
spacebar | at SqliteDriver.loadDependencies (/exec/node_modules/typeorm/driver/sqlite/SqliteDriver.js:143:19)
spacebar | at new SqliteDriver (/exec/node_modules/typeorm/driver/sqlite/SqliteDriver.js:25:14)
spacebar | at DriverFactory.create (/exec/node_modules/typeorm/driver/DriverFactory.js:44:24)
spacebar | at new DataSource (/exec/node_modules/typeorm/data-source/DataSource.js:53:59)
spacebar | at Object. (/exec/dist/util/util/Database.js:42:27)
spacebar | at Module._compile (node:internal/modules/cjs/loader:1256:14)
spacebar | at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
spacebar | at Module.load (node:internal/modules/cjs/loader:1119:32)
spacebar | at Module._load (node:internal/modules/cjs/loader:960:12)
spacebar | at Module.require (node:internal/modules/cjs/loader:1143:19) uncaughtException
System Information (please complete the following information):
OS: Debian 12
Version (If not applicable skip): Bookworm
Python 3 Version: Python 3.11
Env and Software info
Release: Docker container
Database: Postgres 15
Reverse Proxy: ngnix
Additional context
Database is up, healthy and listening.
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating a spacebar server with postgres in docker, the server keeps trying to use SQL lite and tries to install it.
To Reproduce
Create a docker compose file with postgres as the database and run it.
Expected behavior
Spacebar should start.
Console Logs
spacebar | DriverPackageNotInstalledError: SQLite package has not been found installed. Try to install it: npm install sqlite3 --save
spacebar | at SqliteDriver.loadDependencies (/exec/node_modules/typeorm/driver/sqlite/SqliteDriver.js:143:19)
spacebar | at new SqliteDriver (/exec/node_modules/typeorm/driver/sqlite/SqliteDriver.js:25:14)
spacebar | at DriverFactory.create (/exec/node_modules/typeorm/driver/DriverFactory.js:44:24)
spacebar | at new DataSource (/exec/node_modules/typeorm/data-source/DataSource.js:53:59)
spacebar | at Object. (/exec/dist/util/util/Database.js:42:27)
spacebar | at Module._compile (node:internal/modules/cjs/loader:1256:14)
spacebar | at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
spacebar | at Module.load (node:internal/modules/cjs/loader:1119:32)
spacebar | at Module._load (node:internal/modules/cjs/loader:960:12)
spacebar | at Module.require (node:internal/modules/cjs/loader:1143:19) uncaughtException
System Information (please complete the following information):
Env and Software info
Additional context
Database is up, healthy and listening.
The text was updated successfully, but these errors were encountered: