Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache related errors when running commerce #1449

Open
cbcbbcbc opened this issue Apr 2, 2025 · 1 comment
Open

Cache related errors when running commerce #1449

cbcbbcbc opened this issue Apr 2, 2025 · 1 comment

Comments

@cbcbbcbc
Copy link

cbcbbcbc commented Apr 2, 2025

I ran commerce according to the description of https://github.com/vercel/commerce?tab=readme-ov-file, but the following error appeared in the background when accessing it:

[Error: {cause: ..., status: 500, message: ..., query: ...}] {
environmentName: 'Cache',
digest: '1463595931'
}

The errors displayed on the page:

Unhandled Runtime Error Cache
Error: {cause: ..., status: 500, message: ..., query: ...}

app/layout.tsx (36:9) @ RootLayout

34 |
35 |

36 |
37 |
38 |


39 | {children}

Exception stack:
resolveErrorDev
node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.edge.development.js (2110:46)
processFullStringRow
node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.edge.development.js (2678:17)
processFullBinaryRow
node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.edge.development.js (2666:7)
progress
node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.edge.development.js (2918:17)
resolveErrorDev
node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.browser.development.js (1886:46)
processFullStringRow
node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.browser.development.js (2454:17)
processFullBinaryRow
node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.browser.development.js (2442:7)
progress
node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/react-server-dom-turbopack-experimental/cjs/react-server-dom-turbopack-client.browser.development.js (2689:17)

@mitesh9991
Copy link

use Public access token on SHOPIFY_STOREFRONT_ACCESS_TOKEN not Private access token

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants