Last login: Tue May 7 15:48:25 on ttys004 m.scapoli@MacBook-Pro-di-mscapoli ~ % cd workspace/company/company-returns-app m.scapoli@MacBook-Pro-di-mscapoli company-returns-app % npm run shopify app dev -- --verbose > shopify > shopify app dev --verbose 2024-05-07T13:52:56.064Z: Running command app dev 2024-05-07T13:52:56.084Z: Getting a random port... 2024-05-07T13:52:56.091Z: Random port obtained: 53243 2024-05-07T13:52:56.119Z: cloudflared already installed, skipping 2024-05-07T13:52:56.124Z: Running system process: · Command: /Users/m.scapoli/workspace/company/company-returns-app/node_modules/@shopify/cli/bin/cloudflared tunnel --url http://localhost:53243 --no-autoupdate · Working directory: /Users/m.scapoli/workspace/company/company-returns-app 2024-05-07T13:52:56.132Z: Reading cached app information for directory /Users/m.scapoli/workspace/company/company-returns-app... 2024-05-07T13:52:56.134Z: Reading the content of file at shopify.app.dev.toml... 2024-05-07T13:52:56.139Z: Reading the content of file at shopify.app.dev.toml... 2024-05-07T13:52:56.143Z: Reading the content of file at shopify.app.dev.toml... 2024-05-07T13:52:56.143Z: Reading the content of file at shopify.app.prod.toml... 2024-05-07T13:52:56.144Z: Reading the content of file at shopify.app.test.toml... 2024-05-07T13:52:56.144Z: 2024-05-07T13:52:56Z INF Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps 2024-05-07T13:52:56Z INF Requesting new quick Tunnel on trycloudflare.com... 2024-05-07T13:52:56.222Z: Reading cached app information for directory /Users/m.scapoli/workspace/company/company-returns-app... 2024-05-07T13:52:56.224Z: Reading cached app information for directory /Users/m.scapoli/workspace/company/company-returns-app... 2024-05-07T13:52:56.225Z: Reading cached app information for directory /Users/m.scapoli/workspace/company/company-returns-app... 2024-05-07T13:52:56.226Z: Reading the content of file at shopify.app.dev.toml... 2024-05-07T13:52:56.227Z: Reading the content of file at shopify.app.dev.toml... 2024-05-07T13:52:56.230Z: Reading the content of file at shopify.app.dev.toml... 2024-05-07T13:52:56.230Z: Reading the content of file at shopify.app.prod.toml... 2024-05-07T13:52:56.230Z: Reading the content of file at shopify.app.test.toml... 2024-05-07T13:52:56.292Z: Ensuring that the user is authenticated with the Partners API with the following scopes: [] 2024-05-07T13:52:56.294Z: Getting session store... 2024-05-07T13:52:56.296Z: 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: { "partnersApi": { "scopes": [] } } 2024-05-07T13:52:56.297Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection 2024-05-07T13:52:56.298Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:52:56.596Z: Request to https://accounts.shopify.com/oauth/introspection completed in 291 ms With response headers: - cache-control: no-cache, no-store, private, must-revalidate, max-age=0 - content-type: application/json; charset=utf-8 - etag: W/"46d0082689332d32e9d5631739d156c1" - x-request-id: 7de7a878-c122-4084-8f22-b064d4a5e1c6-1715089976 2024-05-07T13:52:56.600Z: The identity token is valid: true 2024-05-07T13:52:56.600Z: The validation of the token for application/identity completed with the following results: - It's expired: false - It's invalid in identity: false 2024-05-07T13:52:56.601Z: Verifying that the user has a Partner organization 2024-05-07T13:52:56.608Z: Sending "Partners" GraphQL request: { organizations(first: 1) { nodes { id } } } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:52:56.995Z: Request to https://partners.shopify.com/api/cli/graphql completed in 370 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"d34a3637247717f7e598c8761df18107" - x-request-id: 2305618f-b3ea-4c32-b53c-4de921ab411b-1715089976 2024-05-07T13:52:57.001Z: Sending "Partners" GraphQL request: query currentAccountInfo { currentAccountInfo { __typename ... on ServiceAccount { orgName } ... on UserAccount { email } } } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:52:57.305Z: Request to https://partners.shopify.com/api/cli/graphql completed in 302 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"cefe50d06153a9eb004035170cd9401f" - x-request-id: 25fbfadd-d651-4f09-bb69-7936f8830378-1715089977 2024-05-07T13:52:57.312Z: Sending "Partners" GraphQL request: query FindApp($apiKey: String!) { app(apiKey: $apiKey) { id title apiKey organizationId apiSecretKeys { secret } appType grantedScopes applicationUrl redirectUrlWhitelist requestedAccessScopes webhookApiVersion embedded posEmbedded preferencesUrl gdprWebhooks { customerDeletionUrl customerDataRequestUrl shopDeletionUrl } appProxy { subPath subPathPrefix url } developmentStorePreviewEnabled disabledFlags } } With variables: { "apiKey": "*****" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:52:57.879Z: Request to https://partners.shopify.com/api/cli/graphql completed in 565 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"a8f86d178508a36ecb34168d33d8c2c2" - x-request-id: bf845417-b475-43e1-916f-7f0aa8f320bd-1715089977 2024-05-07T13:52:57.885Z: Sending "Partners" GraphQL request: query FindOrganization($id: ID!) { organizations(id: $id, first: 1) { nodes { id businessName website } } } With variables: { "id": "928200" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:52:58.159Z: 2024-05-07T13:52:58Z INF +--------------------------------------------------------------------------------------------+ 2024-05-07T13:52:58Z INF | Your quick Tunnel has been created! Visit it at (it may take some time to be reachable): | 2024-05-07T13:52:58Z INF | https://accurately-circulation-lucas-quantum.trycloudflare.com | 2024-05-07T13:52:58Z INF +--------------------------------------------------------------------------------------------+ 2024-05-07T13:52:58Z INF Cannot determine default configuration path. No file [config.yml config.yaml] in [~/.cloudflared ~/.cloudflare-warp ~/cloudflare-warp /etc/cloudflared /usr/local/etc/cloudflared] 2024-05-07T13:52:58Z INF Version 2024.2.1 2024-05-07T13:52:58Z INF GOOS: darwin, GOVersion: go1.21.5-devel-cf, GoArch: amd64 2024-05-07T13:52:58Z INF Settings: map[ha-connections:1 no-autoupdate:true protocol:quic url:http://localhost:53243] 2024-05-07T13:52:58.160Z: Request to https://partners.shopify.com/api/cli/graphql completed in 273 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"7daa39514706dc70f1d4438fef28eb69" - x-request-id: 4299cb34-7bed-4448-b4ff-fc63675c6c03-1715089978 2024-05-07T13:52:58.160Z: 2024-05-07T13:52:58Z INF Generated Connector ID: ee308cd7-b9e5-49fd-aaee-4284acf9f2f1 2024-05-07T13:52:58.165Z: Sending "Partners" GraphQL request: query FindOrganization($orgId: ID!, $shopDomain: String) { organizations(id: $orgId, first: 1) { nodes { id businessName website stores(shopDomain: $shopDomain, first: 1, archived: false) { nodes { shopId link shopDomain shopName transferDisabled convertableToPartnerTest } } } } } With variables: { "orgId": "928200", "shopDomain": "local-dev-company.myshopify.com" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:52:58.218Z: 2024-05-07T13:52:58Z INF Initial protocol quic 2024-05-07T13:52:58Z INF ICMP proxy will use 192.168.1.140 as source for IPv4 2024-05-07T13:52:58Z INF ICMP proxy will use fe80::bc:ece5:1d47:ea7b in zone en0 as source for IPv6 2024-05-07T13:52:58Z INF Created ICMP proxy listening on 192.168.1.140:0 2024-05-07T13:52:58Z INF Created ICMP proxy listening on [fe80::bc:ece5:1d47:ea7b%en0]:0 2024-05-07T13:52:58.248Z: 2024-05-07T13:52:58Z INF Starting metrics server on 127.0.0.1:53252/metrics 2024-05-07T13:52:58.449Z: 2024-05-07T13:52:58Z WRN Your version 2024.2.1 is outdated. We recommend upgrading it to 2024.4.1 2024-05-07T13:52:58.482Z: Request to https://partners.shopify.com/api/cli/graphql completed in 315 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"2cf71794226cc8a1878fd701cb7fa34e" - x-request-id: 13ad9226-ef77-41a4-8894-f5c7de27c698-1715089978 2024-05-07T13:52:58.488Z: Sending "Partners" GraphQL request: query fetchSpecifications($api_key: String!) { extensionSpecifications(apiKey: $api_key) { name externalName externalIdentifier identifier gated experience options { managementExperience registrationLimit } features { argo { surface } } } } With variables: { "api_key": "xxxxxxxxxx" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:52:58.793Z: 2024-05-07T13:52:58Z INF Registered tunnel connection connIndex=0 connection=30bd2a83-31af-464c-872f-30970471a809 event=0 ip=198.41.192.227 location=mxp02 protocol=quic 2024-05-07T13:52:58.892Z: Request to https://partners.shopify.com/api/cli/graphql completed in 402 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"68e8ae72b0d4af5ae96f3bdc073f965d" - x-request-id: f66418f2-b4e3-4f04-b405-849927c8d6ae-1715089978 2024-05-07T13:52:58.899Z: Sending "Partners" GraphQL request: query activeAppVersion($apiKey: String!) { app(apiKey: $apiKey) { activeAppVersion { appModuleVersions { registrationId registrationUuid registrationTitle type config specification { identifier name experience options { managementExperience } } } } } } With variables: { "apiKey": "*****" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:52:59.557Z: Request to https://partners.shopify.com/api/cli/graphql completed in 656 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"5b40492205fa1247b014994a6f09b44d" - x-request-id: 578bade3-4bdc-4f7e-ba5a-3db03e130a0a-1715089979 2024-05-07T13:52:59.563Z: Reading cached app information for directory /Users/m.scapoli/workspace/company/company-returns-app... 2024-05-07T13:52:59.564Z: Reading the content of file at shopify.app.dev.toml... 2024-05-07T13:52:59.565Z: Reading the content of file at shopify.app.dev.toml... 2024-05-07T13:52:59.567Z: Reading the content of file at shopify.app.dev.toml... 2024-05-07T13:52:59.567Z: Reading the content of file at shopify.app.prod.toml... 2024-05-07T13:52:59.567Z: Reading the content of file at shopify.app.test.toml... 2024-05-07T13:52:59.628Z: Reading the .env file at .env.dev 2024-05-07T13:52:59.628Z: Reading the content of file at .env.dev... 2024-05-07T13:52:59.639Z: Reading the content of file at package.json... 2024-05-07T13:52:59.639Z: Reading the content of file at package.json... 2024-05-07T13:52:59.640Z: Obtaining the dependency manager in directory /Users/m.scapoli/workspace/company/company-returns-app... 2024-05-07T13:52:59.672Z: Reading the content of file at package.json... 2024-05-07T13:52:59.674Z: Unable to decide project type as no web backend 2024-05-07T13:52:59.676Z: File-writing some content to file at shopify.app.dev.toml... ╭─ info ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ Using shopify.app.dev.toml: │ │ │ │ • Org: MyCompany Spa │ │ • App: company Resi DEV │ │ • Dev store: local-dev-company.myshopify.com │ │ • Update URLs: Yes │ │ │ │ You can pass `--reset` to your command to reset your app configuration. │ │ │ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ 2024-05-07T13:52:59.714Z: Port 3457 is free 2024-05-07T13:52:59.717Z: Polling tunnel status for cloudflare (attempt 0): connected 2024-05-07T13:52:59.717Z: Getting a random port... 2024-05-07T13:52:59.719Z: Random port obtained: 53255 2024-05-07T13:52:59.719Z: Getting a random port... 2024-05-07T13:52:59.719Z: Random port obtained: 53256 2024-05-07T13:52:59.725Z: Sending "Partners" GraphQL request: query allAppExtensionRegistrations($apiKey: String!) { app(apiKey: $apiKey) { extensionRegistrations { id uuid title type draftVersion { config context } activeVersion { config context } } configurationRegistrations { id uuid title type draftVersion { config context } activeVersion { config context } } dashboardManagedExtensionRegistrations { id uuid title type activeVersion { config context } draftVersion { config context } } } } With variables: { "apiKey": "*****" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:00.419Z: Request to https://partners.shopify.com/api/cli/graphql completed in 693 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"29c2a1d84210bd577875ccc6148adcba" - x-request-id: 96eeb55a-ac26-401d-a24b-390e01ea7397-1715089979 2024-05-07T13:53:00.428Z: Sending "Partners" GraphQL request: query activeAppVersion($apiKey: String!) { app(apiKey: $apiKey) { activeAppVersion { appModuleVersions { registrationId registrationUuid registrationTitle type config specification { identifier name experience options { managementExperience } } } } } } With variables: { "apiKey": "*****" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:01.036Z: Request to https://partners.shopify.com/api/cli/graphql completed in 605 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"5b40492205fa1247b014994a6f09b44d" - x-request-id: 102083b5-3c23-4dc9-9a12-f4520f851b89-1715089980 2024-05-07T13:53:01.042Z: Sending "Partners" GraphQL request: query activeAppVersion($apiKey: String!) { app(apiKey: $apiKey) { activeAppVersion { appModuleVersions { registrationId registrationUuid registrationTitle type config specification { identifier name experience options { managementExperience } } } } } } With variables: { "apiKey": "*****" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:01.543Z: Request to https://partners.shopify.com/api/cli/graphql completed in 499 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"5b40492205fa1247b014994a6f09b44d" - x-request-id: 7ff7fcc2-e35a-4953-83e6-871c2d0dfef8-1715089981 2024-05-07T13:53:01.550Z: Storing app information for directory /Users/m.scapoli/workspace/company/company-returns-app:{ "directory": "/Users/m.scapoli/workspace/company/company-returns-app", "previousAppId": "xxxxxxxxxx" } 2024-05-07T13:53:01.582Z: Obtaining the dependency manager in directory /Users/m.scapoli/workspace/company/company-returns-app... 2024-05-07T13:53:01.585Z: Running system process: · Command: ruby -v · Working directory: /Users/m.scapoli/workspace/company/company-returns-app 2024-05-07T13:53:01.784Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 179 ms With response headers: - x-request-id: aba21cb1-09e0-4e05-85a8-5367485a74e5 2024-05-07T13:53:01.785Z: Analytics event sent: { "command": "app dev", "time_start": 1715089976066, "time_end": 1715089981579, "total_time": 5513, "success": true, "cli_version": "3.60.0", "ruby_version": "2.6.10", "node_version": "20.11.0", "is_employee": false, "uname": "darwin amd64", "env_ci": false, "env_plugin_installed_any_custom": false, "env_plugin_installed_shopify": "[\"@shopify/cli\"]", "env_shell": "zsh", "env_device_id": "c610db44c0d5099f22a28f48c1449ab5ec766a08", "env_cloud": "localhost", "env_package_manager": "npm", "env_is_global": false, "cmd_app_warning_api_key_deprecation_displayed": false, "cmd_app_all_configs_any": true, "cmd_app_all_configs_clients": "{\"shopify.app.dev.toml\":\"xxxxxxxxxx\",\"shopify.app.prod.toml\":\"9013c03aab4faf51c13771598a3765f8\",\"shopify.app.test.toml\":\"6a089774dff3f6c199e939c1025d62b0\"}", "cmd_app_linked_config_used": true, "cmd_app_linked_config_name": "shopify.app.dev.toml", "cmd_app_linked_config_git_tracked": true, "cmd_app_linked_config_source": "flag", "cmd_app_linked_config_uses_cli_managed_urls": true, "partner_id": 928200, "api_key": "****", "app_extensions_any": false, "app_extensions_breakdown": "{}", "app_extensions_count": 0, "app_extensions_custom_layout": false, "app_extensions_function_any": false, "app_extensions_function_count": 0, "app_extensions_theme_any": false, "app_extensions_theme_count": 0, "app_extensions_ui_any": false, "app_extensions_ui_count": 0, "app_name_hash": "9457fb34edeabea37296aced039edd9ab7f404aa", "app_path_hash": "34ec1c0f5bd648508d5c2080c4c0c51383d86155", "app_scopes": "[\"customer_read_orders\",\"read_customers\",\"read_orders\",\"read_returns\",\"write_orders\",\"write_returns\"]", "app_web_backend_any": false, "app_web_backend_count": 0, "app_web_custom_layout": false, "app_web_frontend_any": false, "app_web_frontend_count": 0, "env_package_manager_workspaces": true, "cmd_deploy_include_config_used": true, "cmd_deploy_config_modules_breakdown": "[\"access_scopes\",\"application_url\",\"auth\",\"embedded\",\"handle\",\"name\",\"pos\",\"webhooks\"]", "cmd_dev_urls_updated": false, "store_fqdn_hash": "1bfed4b9af7351ad1e0386f10de4601b096a0256", "cmd_app_dependency_installation_skipped": false, "cmd_app_reset_used": false, "cmd_all_timing_network_ms": 5011, "cmd_all_timing_prompts_ms": 0, "cmd_all_launcher": "npm", "cmd_all_topic": "app", "cmd_all_plugin": "@shopify/cli", "cmd_all_verbose": true, "cmd_all_path_override": true, "cmd_all_path_override_hash": "34ec1c0f5bd648508d5c2080c4c0c51383d86155", "cmd_all_timing_active_ms": 501, "cmd_all_exit": "ok", "args": "--verbose", "app_name": "company-returns-app", "store_fqdn": "local-dev-company.myshopify.com", "env_plugin_installed_all": "[\"@shopify/cli\"]", "metadata": "{\"extraPublic\":{},\"extraSensitive\":{}}" } 2024-05-07T13:53:01.790Z: Sending "Partners" GraphQL request: query allAppExtensionRegistrations($apiKey: String!) { app(apiKey: $apiKey) { extensionRegistrations { id uuid title type draftVersion { config context } activeVersion { config context } } configurationRegistrations { id uuid title type draftVersion { config context } activeVersion { config context } } dashboardManagedExtensionRegistrations { id uuid title type activeVersion { config context } draftVersion { config context } } } } With variables: { "apiKey": "*****" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:02.548Z: Request to https://partners.shopify.com/api/cli/graphql completed in 756 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"29c2a1d84210bd577875ccc6148adcba" - x-request-id: fe75fd83-3652-43a3-a1be-114699ab351b-1715089982 15:53:02 │ graphiql │ 2024-05-07T13:53:02.565Z: Setting up GraphiQL HTTP server on port 3457... 15:53:02 │ graphiql │ GraphiQL server started on port 3457 2024-05-07T13:53:02.592Z: Sending "Partners" GraphQL request: mutation DevelopmentStorePreviewUpdate($input: DevelopmentStorePreviewUpdateInput!) { developmentStorePreviewUpdate(input: $input) { app { id developmentStorePreviewEnabled } userErrors { message field } } } With variables: { "input": { "apiKey": "xxxxxxxxxx", "enabled": true } } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:02.742Z: Sending "Partners" GraphQL request: mutation ExtensionUpdateDraft( $apiKey: String! $registrationId: ID! $config: JSON! $context: String $handle: String ) { extensionUpdateDraft( input: {apiKey: $apiKey, registrationId: $registrationId, config: $config, context: $context, handle: $handle} ) { userErrors { field message } } } With variables: { "apiKey": "*****", "config": "{\"name\":\"company Resi DEV\",\"app_handle\":\"company-returns-app-dev\"}", "handle": "branding", "context": "", "registrationId": "52186021889" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:02.892Z: Sending "Partners" GraphQL request: mutation ExtensionUpdateDraft( $apiKey: String! $registrationId: ID! $config: JSON! $context: String $handle: String ) { extensionUpdateDraft( input: {apiKey: $apiKey, registrationId: $registrationId, config: $config, context: $context, handle: $handle} ) { userErrors { field message } } } With variables: { "apiKey": "*****", "config": "{\"scopes\":\"customer_read_orders,read_customers,read_orders,read_returns,write_orders,write_returns\",\"redirect_url_allowlist\":[\"https://size-conspiracy-doing-therapist.trycloudflare.com/auth/callback\",\"https://size-conspiracy-doing-therapist.trycloudflare.com/auth/shopify/callback\",\"https://size-conspiracy-doing-therapist.trycloudflare.com/api/auth/callback\"]}", "handle": "app-access", "context": "", "registrationId": "52186054657" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:03.042Z: Sending "Partners" GraphQL request: mutation ExtensionUpdateDraft( $apiKey: String! $registrationId: ID! $config: JSON! $context: String $handle: String ) { extensionUpdateDraft( input: {apiKey: $apiKey, registrationId: $registrationId, config: $config, context: $context, handle: $handle} ) { userErrors { field message } } } With variables: { "apiKey": "*****", "config": "{\"api_version\":\"2024-01\"}", "handle": "webhooks", "context": "", "registrationId": "52186087425" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:03.064Z: Request to https://partners.shopify.com/api/cli/graphql completed in 471 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"0f638d040f535748057e09cc13239ec7" - x-request-id: 1210d1d7-15b1-4b1f-a0b0-e508273d80cf-1715089982 2024-05-07T13:53:03.192Z: Sending "Partners" GraphQL request: mutation ExtensionUpdateDraft( $apiKey: String! $registrationId: ID! $config: JSON! $context: String $handle: String ) { extensionUpdateDraft( input: {apiKey: $apiKey, registrationId: $registrationId, config: $config, context: $context, handle: $handle} ) { userErrors { field message } } } With variables: { "apiKey": "*****", "config": "{\"embedded\":false}", "handle": "point-of-sale", "context": "", "registrationId": "52185956353" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:03.295Z: Request to https://partners.shopify.com/api/cli/graphql completed in 549 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"68998c1ebe8616191e40bd4a51eb4d42" - x-request-id: 60f5c904-fbe1-4dd2-8287-e8c53d046838-1715089982 15:53:03 │ extensions │ 2024-05-07T13:53:03.309Z: Watching extension: branding for: 15:53:03 │ extensions │ Rebuild and Redeploy Paths: 15:53:03 │ extensions │ 15:53:03 │ extensions │ 15:53:03 │ extensions │ Redeploy Paths: 15:53:03 │ extensions │ /Users/m.scapoli/workspace/company/company-returns-app/shopify.app.dev.toml 2024-05-07T13:53:03.342Z: Sending "Partners" GraphQL request: mutation ExtensionUpdateDraft( $apiKey: String! $registrationId: ID! $config: JSON! $context: String $handle: String ) { extensionUpdateDraft( input: {apiKey: $apiKey, registrationId: $registrationId, config: $config, context: $context, handle: $handle} ) { userErrors { field message } } } With variables: { "apiKey": "*****", "config": "{\"app_url\":\"https://size-conspiracy-doing-therapist.trycloudflare.com/\",\"embedded\":true}", "handle": "app-home", "context": "", "registrationId": "52185989121" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:03.438Z: Request to https://partners.shopify.com/api/cli/graphql completed in 543 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"68998c1ebe8616191e40bd4a51eb4d42" - x-request-id: 81036c84-555e-4c46-a6b0-ed890f2d8749-1715089983 15:53:03 │ extensions │ 2024-05-07T13:53:03.438Z: Watching extension: app-access for: 15:53:03 │ extensions │ Rebuild and Redeploy Paths: 15:53:03 │ extensions │ 15:53:03 │ extensions │ 15:53:03 │ extensions │ Redeploy Paths: 15:53:03 │ extensions │ /Users/m.scapoli/workspace/company/company-returns-app/shopify.app.dev.toml 2024-05-07T13:53:03.545Z: Request to https://partners.shopify.com/api/cli/graphql completed in 500 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"68998c1ebe8616191e40bd4a51eb4d42" - x-request-id: 6cb32690-df1d-4f7d-9f88-cee17ca373af-1715089983 15:53:03 │ extensions │ 2024-05-07T13:53:03.546Z: Watching extension: webhooks for: 15:53:03 │ extensions │ Rebuild and Redeploy Paths: 15:53:03 │ extensions │ 15:53:03 │ extensions │ 15:53:03 │ extensions │ Redeploy Paths: 15:53:03 │ extensions │ /Users/m.scapoli/workspace/company/company-returns-app/shopify.app.dev.toml 2024-05-07T13:53:03.746Z: Request to https://partners.shopify.com/api/cli/graphql completed in 551 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"68998c1ebe8616191e40bd4a51eb4d42" - x-request-id: 3a38a295-07fc-4c2b-8f26-b3b9b2b7438a-1715089983 15:53:03 │ extensions │ 2024-05-07T13:53:03.747Z: Watching extension: point-of-sale for: 15:53:03 │ extensions │ Rebuild and Redeploy Paths: 15:53:03 │ extensions │ 15:53:03 │ extensions │ 15:53:03 │ extensions │ Redeploy Paths: 15:53:03 │ extensions │ /Users/m.scapoli/workspace/company/company-returns-app/shopify.app.dev.toml 2024-05-07T13:53:04.078Z: Request to https://partners.shopify.com/api/cli/graphql completed in 735 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"68998c1ebe8616191e40bd4a51eb4d42" - x-request-id: f5c88d7c-6b55-4c89-beb1-cabbffd2d59c-1715089983 15:53:04 │ extensions │ 2024-05-07T13:53:04.080Z: Watching extension: app-home for: 15:53:04 │ extensions │ Rebuild and Redeploy Paths: 15:53:04 │ extensions │ 15:53:04 │ extensions │ 15:53:04 │ extensions │ Redeploy Paths: 15:53:04 │ extensions │ /Users/m.scapoli/workspace/company/company-returns-app/shopify.app.dev.toml 2024-05-07T13:53:07.573Z: Sending "Partners" GraphQL request: query FindAppPreviewMode($apiKey: String!) { app(apiKey: $apiKey) { developmentStorePreviewEnabled } } With variables: { "apiKey": "*****" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:08.016Z: Request to https://partners.shopify.com/api/cli/graphql completed in 441 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"f9e834f7231872722829cb9dec035749" - x-request-id: e32610be-fc04-4846-85c6-102880abacdb-1715089987 2024-05-07T13:53:12.576Z: Sending "Partners" GraphQL request: query FindAppPreviewMode($apiKey: String!) { app(apiKey: $apiKey) { developmentStorePreviewEnabled } } With variables: { "apiKey": "*****" } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:13.019Z: Request to https://partners.shopify.com/api/cli/graphql completed in 440 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"f9e834f7231872722829cb9dec035749" - x-request-id: ceebb497-c829-4d83-96c8-2943f9e84027-1715089992 15:53:16 │ extensions │ 2024-05-07T13:53:16.625Z: Closing file watching for extension with ID dev-2ee14cfe-6945-427f-beb7-755c04ef083b 15:53:16 │ extensions │ 2024-05-07T13:53:16.625Z: Closing file watching for extension with ID dev-babb7a36-9655-4d8d-8e8d-b775dd7e8376 15:53:16 │ extensions │ 2024-05-07T13:53:16.625Z: Closing file watching for extension with ID dev-1f81add7-ed90-48c3-946c-3c013be1b9f9 15:53:16 │ extensions │ 2024-05-07T13:53:16.626Z: Closing file watching for extension with ID dev-9156c22c-0d6f-4514-8046-88ae91cc40de 15:53:16 │ extensions │ 2024-05-07T13:53:16.626Z: Closing file watching for extension with ID dev-18d1a2e9-a6f2-43b3-9797-e718fed2b771 15:53:16 │ extensions │ 2024-05-07T13:53:16.641Z: File watching closed for extension with dev-2ee14cfe-6945-427f-beb7-755c04ef083b 15:53:16 │ extensions │ 2024-05-07T13:53:16.648Z: File watching closed for extension with dev-babb7a36-9655-4d8d-8e8d-b775dd7e8376 15:53:16 │ extensions │ 2024-05-07T13:53:16.655Z: File watching closed for extension with dev-1f81add7-ed90-48c3-946c-3c013be1b9f9 15:53:16 │ extensions │ 2024-05-07T13:53:16.663Z: File watching closed for extension with dev-9156c22c-0d6f-4514-8046-88ae91cc40de 15:53:16 │ extensions │ 2024-05-07T13:53:16.669Z: File watching closed for extension with dev-18d1a2e9-a6f2-43b3-9797-e718fed2b771 2024-05-07T13:53:16.677Z: Sending "Partners" GraphQL request: mutation DevelopmentStorePreviewUpdate($input: DevelopmentStorePreviewUpdateInput!) { developmentStorePreviewUpdate(input: $input) { app { id developmentStorePreviewEnabled } userErrors { message field } } } With variables: { "input": { "apiKey": "xxxxxxxxxx", "enabled": false } } With request headers: - User-Agent: Shopify CLI; v=3.60.0 - Keep-Alive: timeout=30 - Sec-CH-UA-PLATFORM: darwin - Content-Type: application/json 2024-05-07T13:53:17.167Z: Request to https://partners.shopify.com/api/cli/graphql completed in 488 ms With response headers: - cache-control: max-age=0, private, must-revalidate - content-type: application/json; charset=utf-8 - etag: W/"d33236e220b22cf64bf305be99d7b8d5" - x-request-id: 40324c0e-0889-4381-a8e6-97eee17a534d-1715089996 2024-05-07T13:53:17.178Z: Obtaining the dependency manager in directory /Users/m.scapoli/workspace/company/company-returns-app... 2024-05-07T13:53:17.180Z: Running system process: · Command: ruby -v · Working directory: /Users/m.scapoli/workspace/company/company-returns-app 2024-05-07T13:53:17.383Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 186 ms With response headers: - x-request-id: 1058cf13-9c5b-46b3-a819-3bdd921f8865 2024-05-07T13:53:17.383Z: Analytics event sent: { "command": "app dev stop", "time_start": 1715089997177, "time_end": 1715089997177, "total_time": 0, "success": true, "cli_version": "3.60.0", "ruby_version": "2.6.10", "node_version": "20.11.0", "is_employee": false, "uname": "darwin amd64", "env_ci": false, "env_plugin_installed_any_custom": false, "env_plugin_installed_shopify": "[\"@shopify/cli\"]", "env_shell": "zsh", "env_device_id": "c610db44c0d5099f22a28f48c1449ab5ec766a08", "env_cloud": "localhost", "env_package_manager": "npm", "env_is_global": false, "cmd_app_warning_api_key_deprecation_displayed": false, "cmd_app_all_configs_any": true, "cmd_app_all_configs_clients": "{\"shopify.app.dev.toml\":\"xxxxxxxxxx\",\"shopify.app.prod.toml\":\"9013c03aab4faf51c13771598a3765f8\",\"shopify.app.test.toml\":\"6a089774dff3f6c199e939c1025d62b0\"}", "cmd_app_linked_config_used": true, "cmd_app_linked_config_name": "shopify.app.dev.toml", "cmd_app_linked_config_git_tracked": true, "cmd_app_linked_config_source": "flag", "cmd_app_linked_config_uses_cli_managed_urls": true, "partner_id": 928200, "api_key": "****", "app_extensions_any": false, "app_extensions_breakdown": "{}", "app_extensions_count": 0, "app_extensions_custom_layout": false, "app_extensions_function_any": false, "app_extensions_function_count": 0, "app_extensions_theme_any": false, "app_extensions_theme_count": 0, "app_extensions_ui_any": false, "app_extensions_ui_count": 0, "app_name_hash": "9457fb34edeabea37296aced039edd9ab7f404aa", "app_path_hash": "34ec1c0f5bd648508d5c2080c4c0c51383d86155", "app_scopes": "[\"customer_read_orders\",\"read_customers\",\"read_orders\",\"read_returns\",\"write_orders\",\"write_returns\"]", "app_web_backend_any": false, "app_web_backend_count": 0, "app_web_custom_layout": false, "app_web_frontend_any": false, "app_web_frontend_count": 0, "env_package_manager_workspaces": true, "cmd_deploy_include_config_used": true, "cmd_deploy_config_modules_breakdown": "[\"access_scopes\",\"application_url\",\"auth\",\"embedded\",\"handle\",\"name\",\"pos\",\"webhooks\"]", "cmd_dev_urls_updated": false, "store_fqdn_hash": "1bfed4b9af7351ad1e0386f10de4601b096a0256", "cmd_app_dependency_installation_skipped": false, "cmd_app_reset_used": false, "cmd_all_timing_network_ms": 9129, "cmd_all_timing_prompts_ms": 0, "cmd_all_launcher": "npm", "cmd_all_topic": "app", "cmd_all_plugin": "@shopify/cli", "cmd_all_verbose": true, "cmd_all_path_override": true, "cmd_all_path_override_hash": "34ec1c0f5bd648508d5c2080c4c0c51383d86155", "cmd_all_timing_active_ms": -9130, "cmd_all_exit": "ok", "args": "--verbose", "app_name": "company-returns-app", "store_fqdn": "local-dev-company.myshopify.com", "env_plugin_installed_all": "[\"@shopify/cli\"]", "metadata": "{\"extraPublic\":{},\"extraSensitive\":{}}" } 2024-05-07T13:53:17.384Z: Completed command app dev 2024-05-07T13:53:18.669Z: Killing process 14188: /Users/m.scapoli/workspace/company/company-returns-app/node_modules/@shopify/cli/bin/cloudflared tunnel --url http://localhost:53243 --no-autoupdate m.scapoli@MacBook-Pro-di-mscapoli company-returns-app %