GithubHelp home page GithubHelp logo

Comments (7)

danieldanielecki avatar danieldanielecki commented on May 18, 2024 1

I'm aware it might be quite a silly question, but I can't really find how to create a home page like on https://demo.vercel.store with the 3 images and carousel underneath.
On the demo it looks like some widget is being used, but I can't find this information in the docs/issues. Can someone share an opinion/help out?

hi @danieldanielecki the best option to share your code ,or repo, screenshot of (package.json, prettierignore (*pnpm-lock.yaml added, in my case) .gitignore (has been edited too /lib/shopify/queries/ added)) could help me. My bug case was packages and modules versions at deployment so i deleted node_modules ignored some files and changed in vercel deployment install command to , but i got production version as it should be, 100% workable . Did You follow https://vercel.com/docs/integrations/cms/shopify guide? *Storefront has included 2 collections(at least 3 products(inserted in this storefront sales channel) collections/hidden-carousel collections/hidden-homepage-featured-items Navigation is made in shopify admin dashboard > Online Store > Navigation (*where you must follow quide included in this post). Also confirm about deploying repo to production , did You use VERCEL cli? or throw vercel connected github repo ? (vercel building logs could help us too). **Also there was issue about /shopify/lib/ files editing not sure if You run into it ***if there is extra spacings before variables at the end of functions You should config package.json "lint-staged": " npm:lint-staged-offline", it could help to find Your Homepage products carousel and featured product items, good luck

I simply forked the repo and it's being deployed from https://github.com/Ditectrev/shop and deploying from tge Vercel connected repo as shared below.
Screenshot 2024-02-20 at 08 15 57

Navigation I've "fixed" as commented in #1281 (comment).

Yes, I followed https://vercel.com/docs/integrations/cms/shopify, for example related to branding You can use Shopify's admin to customize these pages to match your brand and design., but it doesn't work from Shopify's admin panel. I've shared screenshots in #1301.

Logs showcasing all remaining problematic issues (no home page, 500 on policies -> #1295, broken checkout page, and maybe something related to missing branding -> #1301).

[
  {
    "TimeUTC": "2024-02-20 06:57:10",
    "timestampInMs": 1708412230713,
    "requestPath": "shop.ditectrev.com/policies/legal-notice",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "arn1::iad1::8k9pm-1708412230342-590dee424d2b",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "error",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "lambda",
    "function": "/_not-found",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shop.ditectrev.com",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "Error: Runtime exited with error: exit status 1",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:57:10",
    "timestampInMs": 1708412230694,
    "requestPath": "shop.ditectrev.com/policies/legal-notice",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "arn1::iad1::8k9pm-1708412230342-590dee424d2b",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "error",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "lambda",
    "function": "/_not-found",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shop.ditectrev.com",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "Error: Cannot find module '/var/task/.next/server/app/page.js'\nRequire stack:\n- /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js\n- /var/task/___next_launcher.cjs\n    at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)\n    at /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:11:25516\n    at Module._load (node:internal/modules/cjs/loader:975:27)\n    at r.<computed>.e._load (/var/task/___vc/__launcher/bridge-server-72TT5FOD.js:1:1574)\n    at Module.require (node:internal/modules/cjs/loader:1225:19)\n    at w.require (/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:11:25732)\n    at require (node:internal/modules/helpers:177:18)\n    at rp (/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:17:10514)\n    at /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:17:11093\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {\n  code: 'MODULE_NOT_FOUND',\n  requireStack: [\n    '/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js',\n    '/var/task/___next_launcher.cjs'\n  ],\n  page: '/'\n}",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:57:10",
    "timestampInMs": 1708412230491,
    "requestPath": "shop.ditectrev.com/policies/legal-notice",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "arn1::iad1::8k9pm-1708412230342-590dee424d2b",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "error",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "lambda",
    "function": "/_not-found",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shop.ditectrev.com",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "⨯ Error: Cannot find module '/var/task/.next/server/app/page.js'\nRequire stack:\n- /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js\n- /var/task/___next_launcher.cjs\n    at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)\n    at /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:11:25516\n    at Module._load (node:internal/modules/cjs/loader:975:27)\n    at r.<computed>.e._load (/var/task/___vc/__launcher/bridge-server-72TT5FOD.js:1:1574)\n    at Module.require (node:internal/modules/cjs/loader:1225:19)\n    at w.require (/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:11:25732)\n    at require (node:internal/modules/helpers:177:18)\n    at rp (/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:17:10514)\n    at /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:17:11093\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {\n  code: 'MODULE_NOT_FOUND',\n  requireStack: [\n    '/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js',\n    '/var/task/___next_launcher.cjs'\n  ],\n  page: '/'\n}",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:57:10",
    "timestampInMs": 1708412230401,
    "requestPath": "shop.ditectrev.com/policies/legal-notice",
    "requestMethod": "GET",
    "responseStatusCode": 500,
    "requestId": "arn1::iad1::8k9pm-1708412230342-590dee424d2b",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "error",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "lambda",
    "function": "/_not-found",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shop.ditectrev.com",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": 292,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": 32,
    "lambdaMemorySize": 1024,
    "message": "[GET] /policies/legal-notice status=500\n",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:57:03",
    "timestampInMs": 1708412223564,
    "requestPath": "shop.ditectrev.com/cart/c/c1-2470db04e2d3cc8755f18c978e6e5f94",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "arn1::iad1::7kpvz-1708412222461-4a2402a9cb4a",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "error",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "lambda",
    "function": "/_not-found",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shop.ditectrev.com",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "Error: Runtime exited with error: exit status 1",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:57:03",
    "timestampInMs": 1708412223553,
    "requestPath": "shop.ditectrev.com/cart/c/c1-2470db04e2d3cc8755f18c978e6e5f94",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "arn1::iad1::7kpvz-1708412222461-4a2402a9cb4a",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "error",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "lambda",
    "function": "/_not-found",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shop.ditectrev.com",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "Error: Cannot find module '/var/task/.next/server/app/page.js'\nRequire stack:\n- /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js\n- /var/task/___next_launcher.cjs\n    at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)\n    at /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:11:25516\n    at Module._load (node:internal/modules/cjs/loader:975:27)\n    at r.<computed>.e._load (/var/task/___vc/__launcher/bridge-server-72TT5FOD.js:1:1574)\n    at Module.require (node:internal/modules/cjs/loader:1225:19)\n    at w.require (/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:11:25732)\n    at require (node:internal/modules/helpers:177:18)\n    at rp (/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:17:10514)\n    at /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:17:11093\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {\n  code: 'MODULE_NOT_FOUND',\n  requireStack: [\n    '/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js',\n    '/var/task/___next_launcher.cjs'\n  ],\n  page: '/'\n}",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:57:03",
    "timestampInMs": 1708412223351,
    "requestPath": "shop.ditectrev.com/cart/c/c1-2470db04e2d3cc8755f18c978e6e5f94",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "arn1::iad1::7kpvz-1708412222461-4a2402a9cb4a",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "error",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "lambda",
    "function": "/_not-found",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shop.ditectrev.com",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "⨯ Error: Cannot find module '/var/task/.next/server/app/page.js'\nRequire stack:\n- /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js\n- /var/task/___next_launcher.cjs\n    at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)\n    at /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:11:25516\n    at Module._load (node:internal/modules/cjs/loader:975:27)\n    at r.<computed>.e._load (/var/task/___vc/__launcher/bridge-server-72TT5FOD.js:1:1574)\n    at Module.require (node:internal/modules/cjs/loader:1225:19)\n    at w.require (/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:11:25732)\n    at require (node:internal/modules/helpers:177:18)\n    at rp (/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:17:10514)\n    at /var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js:17:11093\n    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {\n  code: 'MODULE_NOT_FOUND',\n  requireStack: [\n    '/var/task/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/compiled/next-server/server.runtime.prod.js',\n    '/var/task/___next_launcher.cjs'\n  ],\n  page: '/'\n}",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:57:02",
    "timestampInMs": 1708412222698,
    "requestPath": "shop.ditectrev.com/cart/c/c1-2470db04e2d3cc8755f18c978e6e5f94",
    "requestMethod": "GET",
    "responseStatusCode": 500,
    "requestId": "arn1::iad1::7kpvz-1708412222461-4a2402a9cb4a",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "error",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "lambda",
    "function": "/_not-found",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shop.ditectrev.com",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": 282,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": 91,
    "lambdaMemorySize": 1024,
    "message": "[GET] /cart/c/c1-2470db04e2d3cc8755f18c978e6e5f94?key=2f9de21bc7527f93b841e6648ac2bb66 status=500\n",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:59",
    "timestampInMs": 1708412219508,
    "requestPath": "shop.ditectrev.com/product/microsoft-azure-az-204-developing-solutions-for-azure-practice-tests-exams-220-questions-answers-pdf",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::9bm8m-1708412219501-cea0d8a60cd1",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/product/[handle]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /product/microsoft-azure-az-204-developing-solutions-for-azure-practice-tests-exams-220-questions-answers-pdf?_rsc=82fgw&nxtPhandle=microsoft-azure-az-204-developing-solutions-for-azure-practice-tests-exams-220-questions-answers-pdf status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:59",
    "timestampInMs": 1708412219503,
    "requestPath": "shop.ditectrev.com/product/scrum-developer-i-for-psd-i-practice-tests-exams-305-questions-answers-pdf",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::vk7wn-1708412219501-996e92b345ff",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/product/[handle]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /product/scrum-developer-i-for-psd-i-practice-tests-exams-305-questions-answers-pdf?_rsc=82fgw&nxtPhandle=scrum-developer-i-for-psd-i-practice-tests-exams-305-questions-answers-pdf status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:59",
    "timestampInMs": 1708412219496,
    "requestPath": "shop.ditectrev.com/product/itil-4-foundation-it-service-management-exam-269-questions-no-answers-pdf",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::qxf7g-1708412219485-42bff327fcdc",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/product/[handle]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /product/itil-4-foundation-it-service-management-exam-269-questions-no-answers-pdf?_rsc=82fgw&nxtPhandle=itil-4-foundation-it-service-management-exam-269-questions-no-answers-pdf status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:59",
    "timestampInMs": 1708412219487,
    "requestPath": "shop.ditectrev.com/product/scrum-master-i-for-psm-i-practice-tests-exams-245-questions-no-answers-pdf",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::cg7xk-1708412219484-78468d7df15a",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/product/[handle]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /product/scrum-master-i-for-psm-i-practice-tests-exams-245-questions-no-answers-pdf?_rsc=82fgw&nxtPhandle=scrum-master-i-for-psm-i-practice-tests-exams-245-questions-no-answers-pdf status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:58",
    "timestampInMs": 1708412218708,
    "requestPath": "shop.ditectrev.com/product/scrum-product-owner-i-for-pspo-i-practice-tests-exams-264-questions-no-answers-pdf",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::9xqbr-1708412218706-ffc09837f400",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/product/[handle]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /product/scrum-product-owner-i-for-pspo-i-practice-tests-exams-264-questions-no-answers-pdf?_rsc=82fgw&nxtPhandle=scrum-product-owner-i-for-pspo-i-practice-tests-exams-264-questions-no-answers-pdf status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:58",
    "timestampInMs": 1708412218704,
    "requestPath": "shop.ditectrev.com/product/amazon-web-services-certified-aws-certified-machine-learning-specialty-mls-c01-practice-tests-exams-138-questions-answers-pdf",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::fgfjc-1708412218702-bc176ad5d60f",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/product/[handle]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /product/amazon-web-services-certified-aws-certified-machine-learning-specialty-mls-c01-practice-tests-exams-138-questions-answers-pdf?_rsc=82fgw&nxtPhandle=amazon-web-services-certified-aws-certified-machine-learning-specialty-mls-c01-practice-tests-exams-138-questions-answers-pdf status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:58",
    "timestampInMs": 1708412218674,
    "requestPath": "shop.ditectrev.com/product/amazon-web-services-certified-aws-certified-data-analytics-specialty-das-c01-practice-tests-exams-83-questions-answers-pdf",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::lvlf7-1708412218670-239e73d2083c",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/product/[handle]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /product/amazon-web-services-certified-aws-certified-data-analytics-specialty-das-c01-practice-tests-exams-83-questions-answers-pdf?_rsc=82fgw&nxtPhandle=amazon-web-services-certified-aws-certified-data-analytics-specialty-das-c01-practice-tests-exams-83-questions-answers-pdf status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:58",
    "timestampInMs": 1708412218671,
    "requestPath": "shop.ditectrev.com/product/google-cloud-platform-gcp-associate-cloud-engineer-ace-practice-tests-exams-179-questions-answers-pdf",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::vk7wn-1708412218668-9cf99a37f3c5",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/product/[handle]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /product/google-cloud-platform-gcp-associate-cloud-engineer-ace-practice-tests-exams-179-questions-answers-pdf?_rsc=82fgw&nxtPhandle=google-cloud-platform-gcp-associate-cloud-engineer-ace-practice-tests-exams-179-questions-answers-pdf status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:58",
    "timestampInMs": 1708412218670,
    "requestPath": "shop.ditectrev.com/product/scrum-developer-i-for-psd-i-practice-tests-exams-305-questions-no-answers-pdf",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::hrdr2-1708412218667-e274b94cf722",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/product/[handle]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /product/scrum-developer-i-for-psd-i-practice-tests-exams-305-questions-no-answers-pdf?_rsc=82fgw&nxtPhandle=scrum-developer-i-for-psd-i-practice-tests-exams-305-questions-no-answers-pdf status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:58",
    "timestampInMs": 1708412218098,
    "requestPath": "shop.ditectrev.com/search/handbooks-with-answers",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::xmtj4-1708412218091-ffb550c86cca",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/search/[collection]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /search/handbooks-with-answers?_rsc=82fgw&nxtPcollection=handbooks-with-answers status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:58",
    "timestampInMs": 1708412218083,
    "requestPath": "shop.ditectrev.com/search/no-answers-handbooks",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::26c8f-1708412218080-15038bc442c1",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/search/[collection]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /search/no-answers-handbooks?_rsc=82fgw&nxtPcollection=no-answers-handbooks status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:58",
    "timestampInMs": 1708412218079,
    "requestPath": "shop.ditectrev.com/search",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::fgfjc-1708412218077-e8c2b97da15c",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/search",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /search?_rsc=4crad status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:56",
    "timestampInMs": 1708412216783,
    "requestPath": "shop.ditectrev.com/terms-of-service",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::fgfjc-1708412216782-f6b974d0f932",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/[page]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /terms-of-service?_rsc=acgkz&nxtPpage=terms-of-service status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:56",
    "timestampInMs": 1708412216777,
    "requestPath": "shop.ditectrev.com/shipping-return-policy",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::hrdr2-1708412216775-e85825b4f25a",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/[page]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /shipping-return-policy?_rsc=acgkz&nxtPpage=shipping-return-policy status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:56",
    "timestampInMs": 1708412216743,
    "requestPath": "shop.ditectrev.com/privacy-policy",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::fgfjc-1708412216741-4e69eb6a1f03",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/[page]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /privacy-policy?_rsc=acgkz&nxtPpage=privacy-policy status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:56",
    "timestampInMs": 1708412216512,
    "requestPath": "shop.ditectrev.com/faq",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::8xmbt-1708412216510-ecbdf7b63fd3",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/[page]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /faq?_rsc=acgkz&nxtPpage=faq status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:56",
    "timestampInMs": 1708412216510,
    "requestPath": "shop.ditectrev.com/contact",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::h6c57-1708412216505-0ccdcde72378",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/[page]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /contact?_rsc=acgkz&nxtPpage=contact status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:56",
    "timestampInMs": 1708412216497,
    "requestPath": "shop.ditectrev.com/about",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::fgfjc-1708412216494-99be7b46875c",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/[page]",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /about?_rsc=acgkz&nxtPpage=about status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:56",
    "timestampInMs": 1708412216472,
    "requestPath": "shop.ditectrev.com/",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::jrhj2-1708412216450-968540908f31",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/index",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /?_rsc=acgkz status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:56",
    "timestampInMs": 1708412216472,
    "requestPath": "shop.ditectrev.com/search",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::s2dsj-1708412216454-7e41a6102ada",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/search",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] /search?_rsc=acgkz status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:23",
    "timestampInMs": 1708412183938,
    "requestPath": "shop.ditectrev.com/",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "s2dsj-1708412183701-651a107f2e7b",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "edge-function",
    "function": "/index",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "No collection found for `hidden-homepage-featured-items`",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:23",
    "timestampInMs": 1708412183938,
    "requestPath": "shop.ditectrev.com/",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "s2dsj-1708412183701-651a107f2e7b",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "edge-function",
    "function": "/index",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "No collection found for `hidden-homepage-carousel`",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:56:23",
    "timestampInMs": 1708412183716,
    "requestPath": "shop.ditectrev.com/",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "arn1::s2dsj-1708412183701-651a107f2e7b",
    "requestUserAgent": [
      "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0"
    ],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/index",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] / status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:55:25",
    "timestampInMs": 1708412125611,
    "requestPath": "shop.ditectrev.com/",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "j64gh-1708412125231-ecc28012c5d7",
    "requestUserAgent": ["Vercelbot/0.1 (favicon; +https://vercel.com)"],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "edge-function",
    "function": "/index",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "No collection found for `hidden-homepage-featured-items`",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:55:25",
    "timestampInMs": 1708412125610,
    "requestPath": "shop.ditectrev.com/",
    "requestMethod": "GET",
    "responseStatusCode": -10,
    "requestId": "j64gh-1708412125231-ecc28012c5d7",
    "requestUserAgent": ["Vercelbot/0.1 (favicon; +https://vercel.com)"],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "-",
    "type": "edge-function",
    "function": "/index",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "No collection found for `hidden-homepage-carousel`",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  },
  {
    "TimeUTC": "2024-02-20 06:55:25",
    "timestampInMs": 1708412125234,
    "requestPath": "shop.ditectrev.com/",
    "requestMethod": "GET",
    "responseStatusCode": 200,
    "requestId": "sfo1::j64gh-1708412125231-ecc28012c5d7",
    "requestUserAgent": ["Vercelbot/0.1 (favicon; +https://vercel.com)"],
    "level": "info",
    "environment": "production",
    "branch": "main",
    "vercelCache": "MISS",
    "type": "edge-function",
    "function": "/index",
    "host": "shop.ditectrev.com",
    "deploymentDomain": "shopify-ditectrev-oif80yyym-ditectrevs-projects.vercel.app",
    "deploymentId": "dpl_8L6srBVduizXJHQK3b4HGhJbKKC9",
    "lambdaDurationInMs": -1,
    "lambdaRegion": "-",
    "lambdaMaxMemoryUsed": -1,
    "lambdaMemorySize": -1,
    "message": "[GET] / status=200",
    "projectId": "prj_tmzyAJUhG7xhcDXR6MDKIT4bgPMo",
    "wafAction": "-"
  }
]

from commerce.

danieldanielecki avatar danieldanielecki commented on May 18, 2024 1

I got my carousel working on the home page (https://shop.ditectrev.com); thanks a million! I'll find my way for the featured products somehow, but maybe it's some cache mechanism. Sometimes it takes a day to reflect changes.
The Hidden: XYZ collections were indeed missing, wow.

I'm closing this issue in that case, and would you mind continuing in #1301? The branding I can't get done :(
I'm an experienced developer, but I am dealing with Vercel deployment for the second time and with a headless setup for the first time!

from commerce.

danieldanielecki avatar danieldanielecki commented on May 18, 2024

Silly question, sorry, it's my first time dealing with Shopify.
I can use some apps from the Shopify App Store to get these elements, thanks!

from commerce.

danieldanielecki avatar danieldanielecki commented on May 18, 2024

couldn't make it with any widgets, reopening :(

from commerce.

vitustockholm avatar vitustockholm commented on May 18, 2024

I'm aware it might be quite a silly question, but I can't really find how to create a home page like on https://demo.vercel.store with the 3 images and carousel underneath.

On the demo it looks like some widget is being used, but I can't find this information in the docs/issues. Can someone share an opinion/help out?

hi @danieldanielecki the best option to share your code ,or repo, screenshot of
(package.json,
prettierignore (*pnpm-lock.yaml added, in my case)
.gitignore (has been edited too /lib/shopify/queries/ added))
could help me. My bug case was packages and modules versions at deployment so i deleted node_modules ignored some files and changed in vercel deployment install command to , but i got production version as it should be, 100% workable . Did You follow https://vercel.com/docs/integrations/cms/shopify guide?
*Storefront has included 2 collections(at least 3 products(inserted in this storefront sales channel)
collections/hidden-carousel
collections/hidden-homepage-featured-items
Navigation is made in shopify admin dashboard > Online Store > Navigation (*where you must follow quide included in this post).
Also confirm about deploying repo to production , did You use VERCEL cli? or throw vercel connected github repo ? (vercel building logs could help us too).
**Also there was issue about /shopify/lib/ files editing not sure if You run into it
***if there is extra spacings before variables at the end of functions You should config package.json "lint-staged": " npm:lint-staged-offline",
it could help to find Your Homepage products carousel and featured product items, good luck

from commerce.

vitustockholm avatar vitustockholm commented on May 18, 2024

godd morning @danieldanielecki ,check vercel.json file , does file has same ProjectId : dpl_8L6srBVduizXJHQK3b4HGhJbKKC9 ???If You have been created those collections manually in shopify admin , try to delete .next folder and run comman ,, npm run dev" and then check local does it appears on homepage....... keep it updating.

from commerce.

danieldanielecki avatar danieldanielecki commented on May 18, 2024

Shocking finding for Hidden: Homepage Featured Items, which didn't work for a long time!

Only when I clicked "Edit" in the collection itself I've noticed "hidden" is missing in the URL even though the title was there.
Screenshot 2024-03-11 at 18 45 32
Screenshot 2024-03-11 at 18 43 44

I've recreated the collection, it was there, and it works!
Screenshot 2024-03-11 at 18 44 07

It looks like when you've created a collection with a wrong title, then edited it to the collection you wish, it somehow behind the scenese doesn't update it and the component isn't working. Fixed, finally!!

from commerce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.