formbricks / formbricks

Open Source Survey Platform
https://formbricks.com
Other
5.9k stars 953 forks source link

[BUG] Build error #2743

Closed sebiweise closed 2 weeks ago

sebiweise commented 2 weeks ago

Issue Summary

@formbricks/surveys:build: src/components/wrappers/StackedCardsContainer.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.

@formbricks/web:build: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

Error: No serverless pages were built

Steps to Reproduce

  1. pnpm install
  2. pnpm turbo build --filter=@formbricks/web...

Expected behavior

web project build successfully.

Other information

No response

Screenshots

No response

Environment

Desktop (please complete the following information)

- OS:Linux
- Node:20
- npm: latest
mattinannt commented 2 weeks ago

@sebiweise thanks for pointing that out. We are only seeing this error on Vercel and are currently investigating it :-)

mattinannt commented 2 weeks ago

Solved with https://github.com/formbricks/formbricks/pull/2750 :-)