i’ts not that i am nagging but after update to 1.7...
# orm-help
w
i’ts not that i am nagging but after update to 1.7
prisma deploy
doesn’t regenerate the database model. any idea?
Copy code
# prisma.yml
endpoint: '${env:PRISMA_ENDPOINT}'
datamodel: datamodel.graphql

# graphqlconfig
projects:
  app:
    schemaPath: src/schema.graphql
    extensions:
      endpoints:
        default: '<http://localhost:4000>'
  database:
    schemaPath: src/generated/prisma.graphql
    extensions:
      prisma: database/prisma.yml
      prepare-binding:
        output: src/generated/prisma.ts
        generator: prisma-ts
i
Same here. Console's stuck at "waiting". Been trying to debug for 1 1/2 hours now.
n
Could you please bring this up in the Forum? 🙂
@immanuelrosal what Console do you mean?
i
After doing
docker compose up -d
it stops at "waiting" but never proceeds
Closest I've gotten to was issues 2271 and 2273 (posted by you) but still no go.
n
This seems to be a completely different question than @woss' one 🙂 I'd appreciate if you two start a new conversation about your respective situations in the Forum or on Github.
👍 1