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:

  1. Start Supabase docker locally
  2. Open studio at localhost:3000
  3. Create bucket in storage UI
  4. 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)

Most upvoted comments

Same issue on MacOS 13.2.1 with Docker 4.16.2 (95914).

Update: Setting Docker to use VirtioFS solved the issue.