You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storing a filename with a "#" character results in everything subsequent to the "#" being ignored in the stored filename. It seems like this is due to the name being turned into a URI with the "#" not URI-encoded, which results in Supabase interpreting it as a hash.
Bug report
Describe the bug
Storing a filename with a "#" character results in everything subsequent to the "#" being ignored in the stored filename. It seems like this is due to the name being turned into a URI with the "#" not URI-encoded, which results in Supabase interpreting it as a hash.
To Reproduce
Store any object as a file with a "#" character:
The resulting object will have the name "files/My".
The text was updated successfully, but these errors were encountered: