supabase: The file system does not support extended attributes on windows server
Bug report
Describe the bug
I got this error when trying to host supabase on windows server 2019 docker
The file system does not support extended attributes or has the feature disabled
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Start Supabase docker locally
- Open studio at localhost:3000
- Create bucket in storage UI
- Upload a file
Expected behavior
Upload work
Screenshots
If applicable, add screenshots to help explain your problem.
System information
- OS: Windows Server 2019
Additional context
I saw there others has the same problem but they are on MacOS, but I am Windows OS
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 2
- Comments: 22 (6 by maintainers)
Same issue on MacOS 13.2.1 with Docker 4.16.2 (95914).
Update: Setting Docker to use VirtioFS solved the issue.