Troubleshooting
Here, youâll find help with common issues.
âThe app doesnât work after Prisma migrationâ
If the app doesnât work after a Prisma migration, clear your browserâs storage and reload the page. This will force the app to fetch data from the server again.
âI ran âpnpm iâ but there seems to be an error with the packagesâ
If you run pnpm i
and get an error with the packages, try running pnpm clean
followed by pnpm i
again. This often solves the problem.
âI get a full-screen error with cryptic stringsâ
This usually happens when the Formbricks Widget isnât correctly or completely built.
âMy machine struggles with the repositoryâ
Since weâre working with a monorepo structure, the repository can get quite big. If youâre having trouble working with the repository, try the following:
Itâs better to use a single terminal with pnpm dev
rather than having multiple open (one with the Formbricks app and one with the demo).
Error: âUncaught (in promise) SyntaxError: Unexpected token !DOCTYPE ⌠is not valid JSONâ
If you see this error, it happens when the person connected to the widget is deleted. To fix it, log out of the test person and reload the page.
Was this page helpful?