You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.
Verify canary release
Provide environment information
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 21.4.0: Mon Feb 21 20:35:58 PST 2022; root:xnu-8020.101.4~2/RELEASE_ARM64_T6000
Binaries:
Node: 18.8.0
npm: 6.14.17
Yarn: 1.22.19
pnpm: N/A
Relevant packages:
next: 12.2.5
eslint-config-next: N/A
react: 18.2.0
react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
Routing (next/router, next/navigation, next/link)
Link to the code that reproduces this issue
https://github.com/bigtimestudios/marketplace-frontend/blob/test-purchase/src/pages/sales/%5Bslug%5D/sale/%5BsaleId%5D/purchase/index.tsx
To Reproduce
we pushed the code to a branch and then vercel build the instance successfully. However, when you access the deployment through this url: https://bts-marketplace-iz9efs7m4-bigtime.vercel.app/sales/951b3e90-caad-4948-a5fb-66a94fac9a59/sale/a910273c-be88-4600-a591-a83c0a0156ef/purchase?q=1, it gives you the error of Runtime.UnhandledPromiseRejection MODULE NOT FOUND
Describe the Bug
when visit the route, the error 500 is returned and the route cannot be visited and the error I found on vercel logs:
you can find the logs here: build link
Expected Behavior
I should be able to visit the page like other pages in this application
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: