commerce icon indicating copy to clipboard operation
commerce copied to clipboard

[ BigCommerce] Error when checking out after logging in

Open WebcrazyDylan opened this issue 2 years ago • 0 comments

When checking out after logging in from the nextjs storefront channel, an error occurs saying that the page cannot be found even though the login page is called during the checkout process. The error message is as below.

[GET] /login 13:12:58:46 2022-01-11T21:12:59.112Z 450ca539-8439-479e-a89d-f6366fc8db17 ERROR Error: Page with slug 'en-US/login' not found at getStaticProps (/var/task/.next/server/pages/[...pages].js:91:15) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async Object.renderToHTML (/var/task/node_modules/next/dist/server/render.js:362:20) at async doRender (/var/task/node_modules/next/dist/server/next-server.js:1389:38) at async /var/task/node_modules/next/dist/server/next-server.js:1484:28 at async /var/task/node_modules/next/dist/server/response-cache.js:63:36 { page: '/[...pages]' } RequestId: 450ca539-8439-479e-a89d-f6366fc8db17 Error: Runtime exited with error: exit status 1 Runtime.ExitError

WebcrazyDylan avatar Jan 11 '22 21:01 WebcrazyDylan