n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.54k stars 253 forks source link

Not booting... Connecting to database... #275

Open oatmealm opened 1 week ago

oatmealm commented 1 week ago

I'm seeing this:

db:

PostgreSQL Database directory appears to contain a database; Skipping initialization

2024-07-01 08:06:13.007 UTC [1] LOG:  starting PostgreSQL 15.4 (Debian 15.4-2.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2024-07-01 08:06:13.008 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2024-07-01 08:06:13.008 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2024-07-01 08:06:13.166 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-07-01 08:06:13.273 UTC [24] LOG:  database system was shut down at 2024-07-01 08:03:37 UTC
2024-07-01 08:06:13.414 UTC [1] LOG:  database system is ready to accept connections
2024-07-01 08:06:16.048 UTC [28] LOG:  could not receive data from client: Connection reset by peer

and app:

[dialoqbase]    | 
[dialoqbase]    | 36 migrations found in prisma/migrations
[dialoqbase]    | 
[dialoqbase]    | 
[dialoqbase]    | No pending migrations to apply.
[dialoqbase]    | npm notice
[dialoqbase]    | npm notice New minor version of npm available! 10.7.0 -> 10.8.1
[dialoqbase]    | npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
[dialoqbase]    | npm notice To update run: npm install -g npm@10.8.1
[dialoqbase]    | npm notice
[dialoqbase]    | Running seed command `ts-node prisma/seed.ts` ...
[dialoqbase]    | Seeding new models...
[dialoqbase]    | 
[dialoqbase]    | 🌱  The seed command has been executed.
[dialoqbase]    | β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
[dialoqbase]    | β”‚  Update available 5.15.1 -> 5.16.1                      β”‚
[dialoqbase]    | β”‚  Run the following to update                            β”‚
[dialoqbase]    | β”‚    yarn add --dev prisma@latest                         β”‚
[dialoqbase]    | β”‚    yarn add @prisma/client@latest                       β”‚
[dialoqbase]    | β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
[dialoqbase]    | [info] use ffmpeg.wasm v0.12.0
[dialoqbase]    | Connecting to database...
n4ze3m commented 1 week ago

Hey , Is Dialqoabse working if you visit localhost:3000?

oatmealm commented 1 week ago

Hi! No. The app is not available...