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
fix: resolve 500 Internal Server Error in 3002-checkout app
Add missing module declarations for shop remote in remotes.d.ts to fix
TypeScript compilation errors that were causing the Next.js application
to fail with 500 Internal Server Error during Cypress E2E tests.
The missing declarations included:
- shop/menu
- shop/pages/shop/index
- shop/pages/shop/exposed-pages
- shop/pages/shop/test-webpack-png
- shop/pages/shop/test-webpack-svg
- shop/pages/shop/products/[...slug]
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments