Closed cstudioakt closed 1 year ago
I am experiencing the exact same issue. Any updates?
I was able to reproduce and the relevant team has been notified. We'll investigate and post an update. Thanks for reporting!
Hey there, @cstudioakt! Thanks a lot for bringing this to our attention. We really appreciate it!
We're experiencing a temporary issue with some of the features that were recently introduced on shopify/dawn, as they are not currently supported by our theme library.
But no worries, we're already on it! We've reached out to the Dawn folks to make sure we can get this fixed as soon as possible.
In the meantime, we do have a workaround that you can use. If you initialize your theme using the --latest
tag instead of using the main
branch of Dawn, it will initialize the latest release of Dawn and should help you avoid this issue:
shopify theme init --latest
Once again, thank you for reporting this!
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
shopify theme dev
should upload my current project (theme) and run a preview window.Actual behavior
First using
shopify theme init
to install a fresh version of Dawn then runningshopify theme dev
throws a ton of errors about color_scheme and color_schemes and prevents theme from uploading. The preview url load with a 404 error.Verbose output
Reproduction steps
shopify theme init
shopify theme dev
Operating System
Mac OS Monterey (12.6.2)
Shopify CLI version (check your project's
package.json
if you're not sure)3.45.3
Shell
iTerm 2 via FishShell
Node version (run
node -v
if you're not sure)v14.21.3
What language and version are you using in your application?
No response