hiya... anyone else experiencing api issues at the...
# help
v
hiya... anyone else experiencing api issues at the moment using supabase ?
n
Hello @vexkiddy! 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.
g
US-West and US-East are working for my instances. What are you seeing?
n
vexkiddy (2022-05-26)
v
let me check
so when using this we're not getting anything back..
Copy code
await supabase
    .storage
    .from('bucket')
    .getPublicUrl("test.jpg")
g
Well that would be odd as getPublicUrl does not make an API call it just calculates the URL from constants and parameters passed to it.
v
ja.. sorry.. its probably not an api issue .. but basically that call isn't returning anything
well its not generating a public URL
we can generate a public url when we upload directly in supabase.. but using the above in our project it doesnt seem to generate one 😦
g
Can you show your call?
v
Copy code
supabase
    .storage
    .from('test')
    .getPublicUrl("test")
g
The part where you assign it to a variable
v
ok.. gimme a sec 😄
ok.. so we fixed it!
thank you @garyaustin !! 😄
n
Thread was archived by @vexkiddy. Anyone can send a message to unarchive it.