I'm trying to push my schema, that I've just pulled, and my server seems to freeze up. I've tried pushes before with other schemas, and it takes a few seconds for info to start showing in the console, however with this schema there's never info in the console and my CPU stays at 100%
I'm using docker, with this command docker exec -ti directus-docker-directus-1 npx directus-sync push
When I try a diff using docker exec -ti directus-docker-directus-1 npx directus-sync diff the same thing happens
When I add the -d flag, nothing changes, the server freezes before any output is seen
I'm trying to push my schema, that I've just pulled, and my server seems to freeze up. I've tried pushes before with other schemas, and it takes a few seconds for info to start showing in the console, however with this schema there's never info in the console and my CPU stays at 100%
I'm using docker, with this command
docker exec -ti directus-docker-directus-1 npx directus-sync push
docker exec -ti directus-docker-directus-1 npx directus-sync diff
the same thing happens-d
flag, nothing changes, the server freezes before any output is seenAny idea how I can debug this? Thanks