boostn

Untitled

Aug 13th, 2024
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. root@docker:/home/docker/containers/plunk# docker logs plunk-plunk-1
  2. Starting Prisma migrations...
  3. Prisma schema loaded from prisma/schema.prisma
  4. Datasource "db": PostgreSQL database "postgres", schema "public" at "db:5432"
  5.  
  6. 1 migration found in prisma/migrations
  7.  
  8. Applying migration `20240719085125_init`
  9.  
  10. The following migration(s) have been applied:
  11.  
  12. migrations/
  13. └─ 20240719085125_init/
  14. └─ migration.sql
  15.  
  16. All migrations have been successfully applied.
  17. Prisma migrations completed.
  18. Starting the API server...
  19. API server started in the background.
  20. Starting the Dashboard...
  21. Baking Environment Variables...
  22. Environment Variables Baked.
  23. ▲ Next.js 14.2.5
  24. - Local: http://localhost:5000
  25. - Network: http://0.0.0.0:5000
  26.  
  27. ✓ Starting...
  28. ✓ Ready in 1702ms
  29. (node:61) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
  30. (Use `node --trace-deprecation ...` to show where the warning was created)
  31. ✔ success [HTTPS] Ready on 4000
  32. ℹ info Running scheduled tasks
  33. ℹ info Updating verified identities
  34. node:internal/deps/undici/undici:13178
  35. Error.captureStackTrace(err);
  36. ^
  37.  
  38. TypeError: fetch failed
  39. at node:internal/deps/undici/undici:13178:13
  40. at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  41. [cause]: ConnectTimeoutError: Connect Timeout Error
  42. at onConnectTimeout (/app/node_modules/undici/lib/core/connect.js:190:24)
  43. at /app/node_modules/undici/lib/core/connect.js:133:46
  44. at Immediate._onImmediate (/app/node_modules/undici/lib/core/connect.js:174:9)
  45. at process.processImmediate (node:internal/timers:483:21) {
  46. code: 'UND_ERR_CONNECT_TIMEOUT'
  47. }
  48. }
  49.  
  50. Node.js v22.6.0
  51. ⚠ 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.
  52. Read more: https://nextjs.org/docs/messages/sharp-missing-in-production
  53.  
Advertisement
Add Comment
Please, Sign In to add comment