Failed to push branch: source and destination environments must have the same schema ERROR

Thank you.

Ok, nothing changed when you restart (14h09 and 14h16).
It means Forest already has the schema synchronized for both of your environments.
Your schemas are in sync between your server and forest, but they are different together.

The diff between the two schemas show this:

  • A field named “Subscriptions” is present on Development but not in Test
  • A field named “partner” has a different reference and a different relationship (“HasMany” vs “BelongsTo”)

The “Test” main branch and the “development” main branch must be synchronized, then restart.

Best regards