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?
4 Replies
Mmmmh setting
NEXT_PUBLIC_E2E_TEST
to true
should do the trick in theory
Can you record your screen to show the issue?Apologies for the delay. This is a recording of what happens for me.
Right, forgot to say that if you set
NEXT_PUBLIC_E2E_TEST
you should also seed the variable for the tests to work.
I really suggest that you just log in using the Github login it should work with our dev app. Way easier.
Otherwise, you will just have to run some e2e tests once by going to apps/builder
and run bun run test
I don’t understand what you mean by seed the variable?