Skip to content
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

[Bug]: Development store preview on Plus Sandboxes #3738

Open
2 tasks done
bastos71 opened this issue Apr 17, 2024 · 0 comments
Open
2 tasks done

[Bug]: Development store preview on Plus Sandboxes #3738

bastos71 opened this issue Apr 17, 2024 · 0 comments
Labels
Area: @shopify/theme @shopify/theme package issues Type: Bug Something isn't working

Comments

@bastos71
Copy link

Please confirm that you have:

  • Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
  • Reproduced the issue in the latest CLI version.

In which of these areas are you experiencing a problem?

Extension

Expected behavior

When activating the "Development store preview" feature in an app extensions panel, new draft features should appear in the Theme Editor given by the command npm run shopify app dev

image

Actual behavior

On Plus Sandboxes, this does not work, npm run shopify deploy is mandatory to see new features.
It's annoying when you have to work on features linked to Plus only features (like B2B for instance)

Verbose output

➜ npm run shopify app dev -- --store=b2b-accounts.myshopify.com --verbose

> shopify-b2b-accounts-app@1.0.0 shopify
> shopify app dev --store=b2b-accounts.myshopify.com --verbose

2024-04-17T10:20:04.603Z: Running command app dev
2024-04-17T10:20:04.620Z: Getting a random port...
2024-04-17T10:20:04.626Z: Random port obtained: 62539
2024-04-17T10:20:04.668Z: cloudflared already installed, skipping
...

Reproduction steps

  1. Run the following command to any Plus Sandbox store :
npm run shopify app dev
  1. Add a new component in the extension

  2. Command output shows the component is uploaded

  3. It does not appear in the Theme Editor, even after reloading the page

Operating System

Mac OS

Shopify CLI version (check your project's package.json if you're not sure)

3.59.0

Shell

zsh

Node version (run node -v if you're not sure)

v20.11.1

What language and version are you using in your application?

Node

@bastos71 bastos71 added the Type: Bug Something isn't working label Apr 17, 2024
@isaacroldan isaacroldan added the Area: @shopify/app @shopify/app package issues label Apr 18, 2024
@isaacroldan isaacroldan added Area: @shopify/theme @shopify/theme package issues and removed Area: @shopify/app @shopify/app package issues labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: @shopify/theme @shopify/theme package issues Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants