You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
Using the native contentful-migration package it executes both scripts without any issues, but when using ctf-migrate to do the migrations, the aforementioned bugs and errors occur.
Hi,
Running migrations with this package throws errors and causes bugs that started a couple of days ago. Namely, doing this
causes scripts to fail with the following error:
"defaultValue" is not a valid property name for a field.
When adding a widget to the sidebar with the following code, it adds the widget, but it removes all of the other (native) widgets
Using the native contentful-migration package it executes both scripts without any issues, but when using ctf-migrate to do the migrations, the aforementioned bugs and errors occur.
Package versions:
"contentful": "^9.1.18",
"contentful-migrate": "^0.16.0",
"contentful-cli": "^1.12.8",
"contentful-migration": "^4.0.0"
Updating the packages still doesn't resolve the issue and if anything, it further breaks the whole set up.
I appreciate any help resolving this issue.
P.S. #224 might be the reason why it started failing only recently.
Thanks!
The text was updated successfully, but these errors were encountered: