Bug when using storage locally with docker-compose #9539
Replies: 10 comments 1 reply
-
Hey @nacho-carnicero - thanks for reporting this. what are you using for the storage backend? S3 or local disk? |
Beta Was this translation helpful? Give feedback.
-
I am using the local disk. |
Beta Was this translation helpful? Give feedback.
-
I found this in the docker documention for MacOS:
I guess that's the problem? Have you been able to run this on a Mac? |
Beta Was this translation helpful? Give feedback.
-
Quick update here: I tried executing the same app in a Linux machine and the storage worked without problems, so it does sound like a MacOS specific issue (probably more a Docker for MacOS issue). Did you face this issue before as well? |
Beta Was this translation helpful? Give feedback.
-
thanks for the update @nacho-carnicero - I have been swamped this week prepping for Launch Week. I'll get around to testing/fixing in the coming week unless someone else manages to jump in before me Looks like there are similar errors experienced in other storage engines: macfuse/macfuse#85 |
Beta Was this translation helpful? Give feedback.
-
@nacho-carnicero yes this is a macOS-specific Docker limitation - we could document this somewhere. Right now you'd need to use S3-like backend for this to work. |
Beta Was this translation helpful? Give feedback.
-
Ok thanks, for the answer, let me know if you want me to add a PR for documenting this |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? I have to use the macOS version of docker because Debian Linux isn't working with supabase. Is there something I can do to the files to make them compatible? I'm getting the error |
Beta Was this translation helpful? Give feedback.
-
I'm also getting this error with docker on Windows Server 2019 |
Beta Was this translation helpful? Give feedback.
-
This PR is to fix this issue on macOS. You will also need to choose |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
I've been trying to have Supabase running locally in my computer for testing purposes. I'm using the docker-compose file and I managed to have everything up and running. When I try to connect to the DB everything seems to be working fine, but when I try to use the storage module to upload/retrieve a picture I get the following error:
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
The upload works without getting errors
Screenshots
System information
Beta Was this translation helpful? Give feedback.
All reactions