hello, i removed import but im not sure why it sti...
# javascript
i
hello, i removed import but im not sure why it still isn't working? could you please take a look
g
Hey, I looked at your online dev and not familiar with that environment, but on the network tab there are no network requests. It acts like it did not load the cdn code. Code looks OK except for misspelling supabase later (at least at a high level). I do seem to find the unpkg code in your system even without the network request in the client browser.
var supabase = supabase.createClient(SUPABASE_URL, SUPABASE_KEY) works for me
i
ahhhh thanks i found what was wrong