any idea why this is happening?
# help
d
any idea why this is happening?
n
Hello @Diogovski! 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.
d
what i am trying to do is simple, the user can upload his pfp and choose a username, after that i upload the image , and update the profiles table with the new username and the pfp, problem is that , i cant 1. change the the icon next to the dropzone so it shows the image that was just uploaded , 2. it keeps getting the profile or something else, every time i leave the page even when its open 3. overral i dont think if i am doing everything correctly
this is my first time using supabase
with next js
can someone help me?
c
How are you uploading the image? The URL in the request for the image doesn’t look correct. Typically you would upload the image to object storage and then load it from there. Are you doing something like that?
d
uploading as an input
i am using an input
im doing some tests now
testing stuff i find on the internet
was able to do this ( 1st part of what i want to do)