Skip to content
Discussion options

You must be logged in to vote

Your issue arises because of the difference between the local and production engine versions:

  • Locally, you're running Contember engine v1.4.
  • In production, you're running Contember engine v2.

The engine system behaves slightly differently between these two versions. Specifically, Contember v2 introduced different events handling during execution of generated query, causing your current setup (two different entity trees referencing the same entity but with different ordering or filtering conditions) to throw errors when attempting deletion.

Why the issue is occurring:

In your code, you're referencing:

field="files[folder.id=null]"

in multiple places but with different conditions or order…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jonasnobile
Comment options

Answer selected by kausik10
Comment options

You must be logged in to vote
1 reply
@jonasnobile
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants