-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project.yaml - Can't import saved single section #3873
Comments
Do you have a database backup from before you synced the project config on production? If so can you please send that into [email protected], along with the updated |
I just had the same problem, but for an entry type that I created in dev, it was added to the Edit: I just tried with the production database and it worked, so maybe something was off with the staging database (I don't have a backup from before the sync sadly) |
I'm appearing to have the same or a similar issue. Locally, I created a new single, several fields, and assigned those fields to the single. The single itself appears in the
|
Temporarily allowing admin changes on staging and resaving the section created the missing entry. Perhaps there's a step missing in the sync for new singles? |
I just experienced this same issue in Craft 3.1.33. Even did a |
@jsunsawyer Did the section itself make it in, and just not the actual entry? Or neither? |
@brandonkelly I pulled down the remote db and re-synced my project config. It looks like the section (single) is being created, but it has 0 entry types and there doesn't seem to be a way to add one to a single. Will try to recreate the section and re-sync. |
@brandonkelly After recreating the section, |
FYI the |
Description
It's probably linked with this issues #3872
The single section created in dev (my computer) can't be imported from production. But the information about the single section is saved in the project.yaml file and the save/import process worked without giving any warning or error.
Steps to reproduce
Content of the project.yaml file after saving the single section :
Additional info
The text was updated successfully, but these errors were encountered: