We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}
36 | 37 | 38 |
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)
The text was updated successfully, but these errors were encountered:
use Public access token on SHOPIFY_STOREFRONT_ACCESS_TOKEN not Private access token
Sorry, something went wrong.
No branches or pull requests
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 |
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)
The text was updated successfully, but these errors were encountered: