Hi, I'm using supabase auth in production but the ...
# help
s
Hi, I'm using supabase auth in production but the log in functionality is broken. It works in development mode locally but when in production I get the error saying
atob is not defined for NextJS
. The only references of
atob
in my code are in supabase-auth-helpers. @thorwebdev how can I fix this?
n
Hello @sbr! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
t
@sbr can you upgrade your auth helpers version? The newest version uses
jose
instead
n
sbr (2022-06-02)
s
@thorwebdev thanks for the quick reply! Seems to work now!