Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@docker:/home/docker/containers/plunk# docker logs plunk-plunk-1
- Starting Prisma migrations...
- Prisma schema loaded from prisma/schema.prisma
- Datasource "db": PostgreSQL database "postgres", schema "public" at "db:5432"
- 1 migration found in prisma/migrations
- Applying migration `20240719085125_init`
- The following migration(s) have been applied:
- migrations/
- └─ 20240719085125_init/
- └─ migration.sql
- All migrations have been successfully applied.
- Prisma migrations completed.
- Starting the API server...
- API server started in the background.
- Starting the Dashboard...
- Baking Environment Variables...
- Environment Variables Baked.
- ▲ Next.js 14.2.5
- - Local: http://localhost:5000
- - Network: http://0.0.0.0:5000
- ✓ Starting...
- ✓ Ready in 1702ms
- (node:61) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
- (Use `node --trace-deprecation ...` to show where the warning was created)
- ✔ success [HTTPS] Ready on 4000
- ℹ info Running scheduled tasks
- ℹ info Updating verified identities
- node:internal/deps/undici/undici:13178
- Error.captureStackTrace(err);
- ^
- TypeError: fetch failed
- at node:internal/deps/undici/undici:13178:13
- at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
- [cause]: ConnectTimeoutError: Connect Timeout Error
- at onConnectTimeout (/app/node_modules/undici/lib/core/connect.js:190:24)
- at /app/node_modules/undici/lib/core/connect.js:133:46
- at Immediate._onImmediate (/app/node_modules/undici/lib/core/connect.js:174:9)
- at process.processImmediate (node:internal/timers:483:21) {
- code: 'UND_ERR_CONNECT_TIMEOUT'
- }
- }
- Node.js v22.6.0
- ⚠ For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended. Run 'npm i sharp', and Next.js will use it automatically for Image Optimization.
- Read more: https://nextjs.org/docs/messages/sharp-missing-in-production
Advertisement
Add Comment
Please, Sign In to add comment