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
When I initialize a Sanity project locally using the CLI, the schema I created via the in-browser "Quickstart with schema" wizard is not synced to my local environment.
Steps to Reproduce:
Created a new project and schema in the browser with the quickstart wizard, not through the cli.
Followed instructions from the web dashboard to initialize the project locally with the command:
The local Studio is initialized, but no existing schema is pulled. I am prompted to either start with a clean project or a totally different predefined schema template.
Expected Behavior:
The schema created in the web Studio should sync to the local environment, or there should be an option to pull it down.
Actual Behavior:
No schema is transferred, and I had to manually recreate the schema locally and manually. Going through the wizard in the browser turned out to make no difference to simply starting an empty project.
Suggested Improvement:
If this is expected behavior, the web interface should clearly inform users that they will need to manually recreate the schema locally after initializing their project.
The text was updated successfully, but these errors were encountered:
Description:
When I initialize a Sanity project locally using the CLI, the schema I created via the in-browser "Quickstart with schema" wizard is not synced to my local environment.
Steps to Reproduce:
Created a new project and schema in the browser with the quickstart wizard, not through the cli.
Followed instructions from the web dashboard to initialize the project locally with the command:
npm create sanity@latest -- --quickstart <project-id>
The local Studio is initialized, but no existing schema is pulled. I am prompted to either start with a clean project or a totally different predefined schema template.
Expected Behavior:
The schema created in the web Studio should sync to the local environment, or there should be an option to pull it down.
Actual Behavior:
No schema is transferred, and I had to manually recreate the schema locally and manually. Going through the wizard in the browser turned out to make no difference to simply starting an empty project.
Suggested Improvement:
If this is expected behavior, the web interface should clearly inform users that they will need to manually recreate the schema locally after initializing their project.
The text was updated successfully, but these errors were encountered: