How to set up Typebot without authentication
I am trying to set up a development version of Typebot, hosted on the local device, not on a server, so entirely on loopback. If I set NEXT_PUBLIC_E2E_TEST to true, this is supposed to skip authentication but actually what seems to happen is that the user cannot login so the builder starts to load and gets stuck. How can I set Typebot up so there is no authentication at all?
1 Reply
Mmmmh setting
NEXT_PUBLIC_E2E_TEST
to true
should do the trick in theory
Can you record your screen to show the issue?