T
Typebot4mo ago
Rónán

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
Baptiste
Baptiste4mo ago
Mmmmh setting NEXT_PUBLIC_E2E_TEST to true should do the trick in theory Can you record your screen to show the issue?
Rónán
RónánOP3mo ago
Apologies for the delay. This is a recording of what happens for me.
Baptiste
Baptiste3mo ago
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
Rónán
RónánOP3mo ago
I don’t understand what you mean by seed the variable?

Did you find this page helpful?