When pushing a schema into an empty Directus instance with the directus-extensions-sync extension, there will be a loop.
…
[21:21:28.814] WARN (818977): [permissions] No id map found for c4f677e7-5f11-4727-929c-41e2011a1668, will try on the next round
[21:21:28.814] INFO (818977): [permissions] Created 112 items
[21:21:28.814] WARN (818977): [permissions] Could not create 112 items. Must run again.
To Reproduce
Steps to reproduce the behavior:
Run pnpx directus-sync push
See error
Expected behavior
The id maps are generated at some point.
Versions:
Directus-Sync version: error
Directus version: 10.12.1
Directus environment: Docker/Self-hosted
Additional context
This worked in one of the multiple rounds during push into another instance.
Describe the bug
When pushing a schema into an empty Directus instance with the
directus-extensions-sync
extension, there will be a loop.To Reproduce Steps to reproduce the behavior:
pnpx directus-sync push
Expected behavior
The id maps are generated at some point.
Versions:
error
10.12.1
Additional context
This worked in one of the multiple rounds during push into another instance.