-
Notifications
You must be signed in to change notification settings - Fork 136
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]: Cart events oddities #4510
Comments
Fixed by #4497 as mentioned in #4497 (comment) Closing but feel free to reopen if you still find issues. |
@tpage99 Oh somehow I thought you wrote this comment but I 've realized now it wasn't you. I think you created this issue after testing the current release so I'm going to re-open it again. |
Just updated the shopify-cli via brew and ran into this issue. Is there a version of the package I can roll back to in the time being via brew? |
Also still facing this in |
Just updated to Verbose Logsthis is not on Dawn reproduction for sake of time so removed some client info
|
#4497 released in in 3.68.0 🎉 |
I'm still unable to use a URL generated by the |
👋 Hey @mrpunkin, Could you please share your cart-workflows-.mp4Regarding the checkout page, that's currently not supported in the local development server for the legacy version nor the new version. |
@karreiro If you look at your network panel you can see that was handled via a Javascript fetch event, not a traditional HTTP GET request. I included all my verbose output in the ticket I started a few weeks ago (#4488) which talks about using basic links and forms without any of the AJAX actions. These all worked fine previously but break with the recent CLI updates unless using the |
@karreiro Note, there is a minor bug introduced where the new CLI doesn't redirect http://127.0.0.1:9292/checkout/* to https://STORE_URL/checkout/* like the legacy CLI does. In legacy, one can POST to add items to cart then get redirected to checkout without hitting the 401 like the new CLI has. It did make for easier testing when bouncing between testing theme and checkout extensions. |
Thank you for sharing that context, @rbarreca! I've re-validated the cart workflows and the checkout issue (in the Gif below) in the latest minor release (3.68.1), and I've noticed we have parity when run the command without the In case you still experience any 401 issue with that page, could you please let me know here or in a new issue with your |
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
Add to cart or updating the cart provides visual / real-time feedback
Actual behavior
Cart doesn't appear to be updated on add/update.
I am running the snapshot for 3.67.1 mentioned here.
Video: https://vimeo.com/1012042809/b5724989c7?share=copy
Verbose output
shopify theme dev -s the-pages-media-webinars --verbose
2024-09-23T14:29:16.528Z: Running command theme dev
2024-09-23T14:29:16.538Z: Ensuring that the user is authenticated with the Theme API with the following scopes:
[]
2024-09-23T14:29:16.539Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store the-pages-media-webinars.myshopify.com:
[]
2024-09-23T14:29:16.539Z: Getting session store...
2024-09-23T14:29:16.540Z: Validating existing session against the scopes:
[
"openid",
"https://api.shopify.com/auth/shop.admin.graphql",
"https://api.shopify.com/auth/shop.admin.themes",
"https://api.shopify.com/auth/partners.collaborator-relationships.readonly",
"https://api.shopify.com/auth/shop.storefront-renderer.devtools",
"https://api.shopify.com/auth/partners.app.cli.access",
"https://api.shopify.com/auth/destinations.readonly"
]
For applications:
{
"adminApi": {
"scopes": [],
"storeFqdn": "the-pages-media-webinars.myshopify.com"
}
}
2024-09-23T14:29:16.541Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2024-09-23T14:29:16.541Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:
2024-09-23T14:29:16.758Z: Request to https://accounts.shopify.com/oauth/introspection completed in 217 ms
With response headers:
2024-09-23T14:29:16.762Z: The identity token is valid: true
2024-09-23T14:29:16.762Z:
The validation of the token for application/identity completed with the following results:
2024-09-23T14:29:16.762Z: The current session is valid but needs refresh. Refreshing...
2024-09-23T14:29:16.763Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=refresh_token&access_token=atkn_CjQI5PPFtwYQhKzGtwZSJggBEhA6eOD3B9VH-JEg-RbQpDyMGhAi3AzfaN1DarMh5j5Wp_n0EkA4LeIPSwgfPmKsPsaJfaGB6QNl7Cfn17afg_UYYGXw4SJRj-K5_8USbfGLwWQlkjZJHtlu9xnaTAM_toRWMqgF&refresh_token=atkn_CiEI5PPFtwYQ5I3kuAaiARIKECLcDN9o3UNqsyHmPlan-fQSQPpkx3kIrf9HsrK7QRaXQyDxrBMIk1Qx34rc7uow0vSB4qOuhJXQ6mVmPRiZeoRoodDnc6Ju-2PVmm95eLY2vgE&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3
With request headers:
2024-09-23T14:29:17.041Z: Request to https://accounts.shopify.com/oauth/token?grant_type=refresh_token&access_token=atkn_CjQI5PPFtwYQhKzGtwZSJggBEhA6eOD3B9VH-JEg-RbQpDyMGhAi3AzfaN1DarMh5j5Wp_n0EkA4LeIPSwgfPmKsPsaJfaGB6QNl7Cfn17afg_UYYGXw4SJRj-K5_8USbfGLwWQlkjZJHtlu9xnaTAM_toRWMqgF&refresh_token=atkn_CiEI5PPFtwYQ5I3kuAaiARIKECLcDN9o3UNqsyHmPlan-fQSQPpkx3kIrf9HsrK7QRaXQyDxrBMIk1Qx34rc7uow0vSB4qOuhJXQ6mVmPRiZeoRoodDnc6Ju-2PVmm95eLY2vgE&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3 completed in 278 ms
With response headers:
2024-09-23T14:29:17.043Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=271e16d403dfa18082ffb3d197bd2b5f4479c3fc32736d69296829cbb28d41a6&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.app.cli.access&subject_token=****
With request headers:
2024-09-23T14:29:17.043Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=ee139b3d-5861-4d45-b387-1bc3ada7811c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.storefront-renderer.devtools&subject_token=****
With request headers:
2024-09-23T14:29:17.043Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=32ff8ee5-82b8-4d93-9f8a-c6997cefb7dc&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fdestinations.readonly&subject_token=****
With request headers:
2024-09-23T14:29:17.043Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=7ee65a63608843c577db8b23c4d7316ea0a01bd2f7594f8a9c06ea668c1b775c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.graphql+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.themes+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.collaborator-relationships.readonly&subject_token=****&destination=https%3A%2F%2Fthe-pages-media-webinars.myshopify.com%2Fadmin
With request headers:
2024-09-23T14:29:17.255Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=ee139b3d-5861-4d45-b387-1bc3ada7811c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.storefront-renderer.devtools&subject_token=**** completed in 212 ms
With response headers:
2024-09-23T14:29:17.258Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=7ee65a63608843c577db8b23c4d7316ea0a01bd2f7594f8a9c06ea668c1b775c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.graphql+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.themes+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.collaborator-relationships.readonly&subject_token=****&destination=https%3A%2F%2Fthe-pages-media-webinars.myshopify.com%2Fadmin completed in 215 ms
With response headers:
2024-09-23T14:29:17.260Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=271e16d403dfa18082ffb3d197bd2b5f4479c3fc32736d69296829cbb28d41a6&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.app.cli.access&subject_token=**** completed in 217 ms
With response headers:
2024-09-23T14:29:17.317Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=32ff8ee5-82b8-4d93-9f8a-c6997cefb7dc&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fdestinations.readonly&subject_token=**** completed in 273 ms
With response headers:
2024-09-23T14:29:17.318Z: Setting session store...
2024-09-23T14:29:17.325Z: Ensuring that the user is authenticated with the Storefront API with the following scopes:
[]
2024-09-23T14:29:17.325Z: Getting session store...
2024-09-23T14:29:17.327Z: Validating existing session against the scopes:
[
"openid",
"https://api.shopify.com/auth/shop.admin.graphql",
"https://api.shopify.com/auth/shop.admin.themes",
"https://api.shopify.com/auth/partners.collaborator-relationships.readonly",
"https://api.shopify.com/auth/shop.storefront-renderer.devtools",
"https://api.shopify.com/auth/partners.app.cli.access",
"https://api.shopify.com/auth/destinations.readonly"
]
For applications:
{
"storefrontRendererApi": {
"scopes": []
}
}
2024-09-23T14:29:17.328Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2024-09-23T14:29:17.328Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:
2024-09-23T14:29:17.521Z: Request to https://accounts.shopify.com/oauth/introspection completed in 193 ms
With response headers:
2024-09-23T14:29:17.530Z: The identity token is valid: true
2024-09-23T14:29:17.530Z:
The validation of the token for application/identity completed with the following results:
2024-09-23T14:29:17.534Z: Getting development theme...
2024-09-23T14:29:17.861Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842.json?fields=id%2Cname%2Crole%2Cprocessing completed in 325 ms
With response headers:
╭─ info ────────────────────────────────────────────────────────────────╮
│ │
│ You're using the new version of
shopify theme dev
. ││ │
│ Run
shopify theme dev --legacy
to switch back to the previous ││ version. │
│ │
╰───────────────────────────────────────────────────────────────────────╯
[removed 'reading file at...' logs due to message on character limit ]
╭─ success ─────────────────────────────────────────────────────────────╮
│ │
│ Preview your theme │
│ • http://127.0.0.1:9292 [1] │
│ │
│ Next steps │
│ • Customize your theme at the theme editor [2] │
│ • Share your theme preview [3] (https://the-pages-media-webinars. │
│ myshopify.com/?preview_theme_id=137376071842) │
│ │
╰───────────────────────────────────────────────────────────────────────╯
[1] http://127.0.0.1:9292
[2] https://the-pages-media-webinars.myshopify.com/admin/themes/137376071
842/editor
[3] https://the-pages-media-webinars.myshopify.com/?preview_theme_id=1373
76071842
2024-09-23T14:29:19.138Z:
Running system process:
· Command: npm prefix
· Working directory: /Users/taylorpage/Testing/ShopifyCLICommands
2024-09-23T14:29:19.249Z: Obtaining the dependency manager in directory /Users/taylorpage/Testing/ShopifyCLICommands...
2024-09-23T14:29:19.358Z:
Running system process:
· Command: ruby -v
· Working directory: /Users/taylorpage/Testing/ShopifyCLICommands
2024-09-23T14:29:19.593Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 128 ms
With response headers:
2024-09-23T14:29:19.593Z: Analytics event sent: {
"command": "theme dev",
"time_start": 1727101756528,
"time_end": 1727101759133,
"total_time": 2605,
"success": true,
"cli_version": "3.67.1",
"ruby_version": "3.2.2",
"node_version": "22.4.1",
"is_employee": false,
"uname": "darwin arm64",
"env_ci": false,
"env_plugin_installed_any_custom": false,
"env_plugin_installed_shopify": "["@shopify/cli"]",
"env_shell": "zsh",
"env_device_id": "c28c0222f9a1afaae2a40cda5d8351d493ef5f6c",
"env_cloud": "localhost",
"env_package_manager": "unknown",
"env_is_global": true,
"cmd_app_warning_api_key_deprecation_displayed": false,
"cmd_all_timing_network_ms": 2475,
"cmd_all_timing_prompts_ms": 0,
"cmd_all_launcher": "unknown",
"cmd_all_topic": "theme",
"cmd_all_plugin": "@shopify/theme",
"cmd_all_force": false,
"cmd_all_verbose": true,
"cmd_all_path_override": true,
"cmd_all_path_override_hash": "8b61cadb689dd9a15c5604d6178160df03b65e78",
"cmd_all_timing_active_ms": 129,
"cmd_all_exit": "ok",
"args": "-s the-pages-media-webinars --verbose",
"env_plugin_installed_all": "["@shopify/cli"]",
"metadata": "{"extraPublic":{},"extraSensitive":{}}"
}
2024-09-23T14:29:19.593Z: Completed command theme dev
2024-09-23T14:29:19.646Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 527 ms
With response headers:
2024-09-23T14:29:19.647Z: File Upload Results:
-locales/es.schema.json: success
2024-09-23T14:29:19.713Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 597 ms
With response headers:
2024-09-23T14:29:19.713Z: File Upload Results:
-locales/fi.json: success
-locales/cs.schema.json: success
2024-09-23T14:29:19.715Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 601 ms
With response headers:
2024-09-23T14:29:19.715Z: File Upload Results:
-locales/en.default.json: success
-locales/de.schema.json: success
2024-09-23T14:29:19.819Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 701 ms
With response headers:
2024-09-23T14:29:19.820Z: File Upload Results:
-locales/fr.json: success
-locales/da.schema.json: success
2024-09-23T14:29:19.829Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 709 ms
With response headers:
2024-09-23T14:29:19.829Z: File Upload Results:
-locales/es.json: success
-locales/hr.json: success
-locales/fi.schema.json: success
2024-09-23T14:29:19.965Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 853 ms
With response headers:
2024-09-23T14:29:19.967Z: File Upload Results:
-locales/bg.json: success
-locales/cs.json: success
-locales/da.json: success
-locales/de.json: success
-locales/el.json: success
2024-09-23T14:29:20.717Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 581 ms
With response headers:
2024-09-23T14:29:20.719Z: File Upload Results:
-locales/pl.json: success
-locales/pt-BR.json: success
-locales/nl.schema.json: success
2024-09-23T14:29:20.740Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 616 ms
With response headers:
2024-09-23T14:29:20.741Z: File Upload Results:
-locales/hu.json: success
-locales/id.json: success
-locales/it.json: success
-locales/en.default.schema.json: success
2024-09-23T14:29:20.782Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 644 ms
With response headers:
2024-09-23T14:29:20.783Z: File Upload Results:
-locales/pl.schema.json: success
-locales/nb.schema.json: success
2024-09-23T14:29:20.911Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 780 ms
With response headers:
2024-09-23T14:29:20.912Z: File Upload Results:
-locales/ko.json: success
-locales/lt.json: success
-locales/nb.json: success
-locales/nl.json: success
-locales/it.schema.json: success
2024-09-23T14:29:20.922Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 794 ms
With response headers:
2024-09-23T14:29:20.922Z: File Upload Results:
-locales/ja.json: success
-locales/fr.schema.json: success
2024-09-23T14:29:21.430Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 1296 ms
With response headers:
2024-09-23T14:29:21.432Z: File Upload Results:
-locales/ja.schema.json: success
-locales/ko.schema.json: success
2024-09-23T14:29:21.661Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 506 ms
With response headers:
2024-09-23T14:29:21.662Z: File Upload Results:
-locales/tr.schema.json: success
-locales/zh-TW.json: success
2024-09-23T14:29:21.671Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 527 ms
With response headers:
2024-09-23T14:29:21.671Z: File Upload Results:
-locales/pt-PT.json: success
-locales/pt-BR.schema.json: success
2024-09-23T14:29:21.751Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 601 ms
With response headers:
2024-09-23T14:29:21.752Z: File Upload Results:
-locales/th.json: success
-locales/tr.json: success
-locales/sv.schema.json: success
2024-09-23T14:29:21.772Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 625 ms
With response headers:
2024-09-23T14:29:21.774Z: File Upload Results:
-locales/ro.json: success
-locales/ru.json: success
-locales/sk.json: success
-locales/sl.json: success
-locales/sv.json: success
2024-09-23T14:29:21.909Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 756 ms
With response headers:
2024-09-23T14:29:21.910Z: File Upload Results:
-locales/vi.json: success
-locales/zh-CN.json: success
-locales/pt-PT.schema.json: success
2024-09-23T14:29:22.533Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 361 ms
With response headers:
2024-09-23T14:29:22.534Z: File Upload Results:
-sections/footer-group.json: success
-sections/header-group.json: success
2024-09-23T14:29:22.534Z: Uploading the following files:
-templates/404.json
-templates/article.json
-templates/blog.json
-templates/collection.json
-templates/cart.json
-templates/index.json
-templates/list-collections.json
-templates/page.contact.json
-templates/page.json
-templates/password.json
2024-09-23T14:29:22.534Z: Uploading the following files:
-templates/product.json
-templates/search.json
-templates/customers/account.json
-templates/customers/activate_account.json
-templates/customers/addresses.json
-templates/customers/order.json
-templates/customers/register.json
-templates/customers/login.json
-templates/customers/reset_password.json
2024-09-23T14:29:22.691Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 524 ms
With response headers:
2024-09-23T14:29:22.693Z: File Upload Results:
-locales/zh-TW.schema.json: success
-locales/th.schema.json: success
2024-09-23T14:29:22.770Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 599 ms
With response headers:
2024-09-23T14:29:22.772Z: File Upload Results:
-assets/custom-styles.css: success
2024-09-23T14:29:22.866Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 703 ms
With response headers:
2024-09-23T14:29:22.867Z: File Upload Results:
-locales/zh-CN.schema.json: success
-locales/vi.schema.json: success
2024-09-23T14:29:23.186Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 651 ms
With response headers:
2024-09-23T14:29:23.188Z: File Upload Results:
-templates/product.json: success
-templates/search.json: success
-templates/customers/account.json: success
-templates/customers/activate_account.json: success
-templates/customers/addresses.json: success
-templates/customers/order.json: success
-templates/customers/register.json: success
-templates/customers/login.json: success
-templates/customers/reset_password.json: success
2024-09-23T14:29:23.667Z: Request to https://the-pages-media-webinars.myshopify.com/admin/api/unstable/themes/137376071842/assets/bulk.json completed in 1133 ms
With response headers:
2024-09-23T14:29:23.668Z: File Upload Results:
-templates/404.json: success
-templates/article.json: success
-templates/blog.json: success
-templates/collection.json: success
-templates/cart.json: success
-templates/index.json: success
-templates/list-collections.json: success
-templates/page.contact.json: success
-templates/page.json: success
-templates/password.json: success
2024-09-23T14:29:23.670Z: Files to be deleted:
GET /
2024-09-23T14:29:27.001Z: → Rendering https://the-pages-media-webinars.myshopify.com/?_fd=0&pb=0 (with )...
2024-09-23T14:29:27.357Z: Request to https://the-pages-media-webinars.myshopify.com/?_fd=0&pb=0 completed in 355 ms
With response headers:
2024-09-23T14:29:27.358Z: ← 200 (request_id: f3f0d857-8599-44e0-b654-ba0a3e001255-1727101767)
GET /collections/all
2024-09-23T14:29:32.859Z: → Rendering https://the-pages-media-webinars.myshopify.com/collections/all?_fd=0&pb=0 (with )...
2024-09-23T14:29:33.361Z: Request to https://the-pages-media-webinars.myshopify.com/collections/all?_fd=0&pb=0 completed in 501 ms
With response headers:
2024-09-23T14:29:33.361Z: ← 200 (request_id: ec1f6071-f5b3-4e3c-a76a-25e37ffdf198-1727101773)
GET /products/zipped-jacket
2024-09-23T14:29:38.321Z: → Rendering https://the-pages-media-webinars.myshopify.com/products/zipped-jacket?_fd=0&pb=0 (with )...
2024-09-23T14:29:38.613Z: Request to https://the-pages-media-webinars.myshopify.com/products/zipped-jacket?_fd=0&pb=0 completed in 291 ms
With response headers:
2024-09-23T14:29:38.614Z: ← 200 (request_id: 8a9a5643-d55e-4cd4-8c44-c6e4febf2d61-1727101778)
GET /recommendations/products?limit=4&product_id=7746476572834§ion_id=template--17166537490594__related-products
2024-09-23T14:29:38.788Z: → Rendering https://the-pages-media-webinars.myshopify.com/recommendations/products?_fd=0&pb=0&limit=4&product_id=7746476572834§ion_id=template--17166537490594__related-products (with )...
2024-09-23T14:29:39.001Z: Request to https://the-pages-media-webinars.myshopify.com/recommendations/products?_fd=0&pb=0&limit=4&product_id=7746476572834§ion_id=template--17166537490594__related-products completed in 212 ms
With response headers:
2024-09-23T14:29:39.001Z: ← 200 (request_id: 3af0991a-bcae-46fc-84f3-c1ea0909ec15-1727101778)
GET /products/zipped-jacket
2024-09-23T14:30:05.847Z: → Rendering https://the-pages-media-webinars.myshopify.com/products/zipped-jacket?_fd=0&pb=0 (with )...
2024-09-23T14:30:06.158Z: Request to https://the-pages-media-webinars.myshopify.com/products/zipped-jacket?_fd=0&pb=0 completed in 309 ms
With response headers:
2024-09-23T14:30:06.158Z: ← 200 (request_id: 37787887-1c6f-460a-a0d4-f60ee13a3e4b-1727101805)
GET /recommendations/products?limit=4&product_id=7746476572834§ion_id=template--17166537490594__related-products
2024-09-23T14:30:06.356Z: → Rendering https://the-pages-media-webinars.myshopify.com/recommendations/products?_fd=0&pb=0&limit=4&product_id=7746476572834§ion_id=template--17166537490594__related-products (with )...
2024-09-23T14:30:06.543Z: Request to https://the-pages-media-webinars.myshopify.com/recommendations/products?_fd=0&pb=0&limit=4&product_id=7746476572834§ion_id=template--17166537490594__related-products completed in 186 ms
With response headers:
2024-09-23T14:30:06.543Z: ← 200 (request_id: e382a8a5-482f-493a-8f1d-b6fe7d077168-1727101806)
GET /cart
2024-09-23T14:30:08.090Z: → Rendering https://the-pages-media-webinars.myshopify.com/cart?_fd=0&pb=0 (with )...
2024-09-23T14:30:08.321Z: Request to https://the-pages-media-webinars.myshopify.com/cart?_fd=0&pb=0 completed in 230 ms
With response headers:
2024-09-23T14:30:08.322Z: ← 200 (request_id: fb4e26a5-ee5e-4c6c-b4a0-f6ae1fed5b07-1727101808)
GET /cart
2024-09-23T14:30:25.582Z: → Rendering https://the-pages-media-webinars.myshopify.com/cart?_fd=0&pb=0 (with )...
2024-09-23T14:30:25.998Z: Request to https://the-pages-media-webinars.myshopify.com/cart?_fd=0&pb=0 completed in 414 ms
With response headers:
2024-09-23T14:30:25.998Z: ← 200 (request_id: 994bb7ac-b7c7-4993-ba82-c9a784f498c7-1727101825)
GET /collections/all
2024-09-23T14:30:42.461Z: → Rendering https://the-pages-media-webinars.myshopify.com/collections/all?_fd=0&pb=0 (with )...
2024-09-23T14:30:42.824Z: Request to https://the-pages-media-webinars.myshopify.com/collections/all?_fd=0&pb=0 completed in 362 ms
With response headers:
2024-09-23T14:30:42.824Z: ← 200 (request_id: 9dae5881-0cc0-4e6e-91b8-36fd4bce016c-1727101842)
GET /products/yellow-wool-jumper
2024-09-23T14:30:44.437Z: → Rendering https://the-pages-media-webinars.myshopify.com/products/yellow-wool-jumper?_fd=0&pb=0 (with )...
2024-09-23T14:30:44.714Z: Request to https://the-pages-media-webinars.myshopify.com/products/yellow-wool-jumper?_fd=0&pb=0 completed in 277 ms
With response headers:
2024-09-23T14:30:44.715Z: ← 200 (request_id: a10b9af0-c3a8-4660-81e4-2236cbbdd80b-1727101844)
GET /recommendations/products?limit=4&product_id=7746476310690§ion_id=template--17166537490594__related-products
2024-09-23T14:30:44.887Z: → Rendering https://the-pages-media-webinars.myshopify.com/recommendations/products?_fd=0&pb=0&limit=4&product_id=7746476310690§ion_id=template--17166537490594__related-products (with )...
2024-09-23T14:30:45.106Z: Request to https://the-pages-media-webinars.myshopify.com/recommendations/products?_fd=0&pb=0&limit=4&product_id=7746476310690§ion_id=template--17166537490594__related-products completed in 219 ms
With response headers:
2024-09-23T14:30:45.107Z: ← 200 (request_id: 770c94be-bfb2-43dc-bc52-379a30c2cd67-1727101844)
Reproduction steps
Operating System
Mac OS Sonoma 14.6.1
Shopify CLI version (check your project's
package.json
if you're not sure)3.67.1
Shell
zsh
Node version (run
node -v
if you're not sure)v22.4.1
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: