Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template / add peppermint #311

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

mms-gianni
Copy link
Member

No description provided.

@mms-gianni mms-gianni linked an issue Apr 1, 2024 that may be closed by this pull request
@mms-gianni
Copy link
Member Author

Not working yet. API is running on a different port.

36 migrations found in prisma/migrations
No pending migrations to apply.
Environment variables loaded from .env
Running seed command `node ./src/prisma/seed.js` ...
No need to seed, already seeded
🌱  The seed command has been executed.
{"level":30,"time":1711970009115,"pid":3471,"hostname":"peppermint-kuberoapp-web-c7d4db4b5-8l554","msg":"Connected to Prisma"}
strict mode: missing type "object" for keyword "required" at "#" (strictTypes)
strict mode: missing type "object" for keyword "properties" at "#" (strictTypes)
Error: listen EADDRINUSE: address already in use 0.0.0.0:3000
    at Server.setupListenHandle [as _listen2] (node:net:1872:16)
    at listenInCluster (node:net:1920:12)
    at doListen (node:net:2075:7)
    at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'EADDRINUSE',
  errno: -98,
  syscall: 'listen',
  address: '0.0.0.0',
  port: 3000
}
2024-04-01T11:13:30: PM2 log: App [api:1] exited with code [1] via signal [SIGINT]
2024-04-01T11:13:33: PM2 log: App [api:1] starting in -fork mode-
2024-04-01T11:13:33: PM2 log: App [api:1] online





Environment variables loaded from .env
Prisma schema loaded from src/prisma/schema.prisma
Datasource "db": PostgreSQL database "peppermint", schema "public" at "peppermint-postgresql:5432"
36 migrations found in prisma/migrations
No pending migrations to apply.

Failed to proxy http://127.0.0.1:5003/api/v1/auth/sso/check Error: connect ECONNREFUSED 127.0.0.1:5003
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 5003
}

@mms-gianni mms-gianni added template A kubero template on hold do not merge, waiting labels Apr 2, 2024
@mms-gianni mms-gianni marked this pull request as draft April 8, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on hold do not merge, waiting template A kubero template
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Peppermint template
1 participant