error : The file system does not support extended attributes or has the feature disabled.
서버쪽에서 이러한 에러가 났습니다.
supabase의 storage도 확인하고,
mariadb의 port 번호도 확인하고,
migration도 다시 받고,
npm install도 다시 했지만
해결이 안됐습니다.
원인은 docker에 있었습니다.
해결 방법은 docker를 재설치하시면 됩니다.
https://github.com/supabase/supabase/issues/10977
The file system does not support extended attributes on windows server · Issue #10977 · supabase/supabase
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...
github.com
https://github.com/supabase/supabase/issues/20096
Self-hosted storage error 500 "The file system does not support extended attributes or has the feature disabled." · Issue #2009
Bug report I confirm this is a bug with Supabase, not with my own application. I confirm I have searched the Docs, GitHub Discussions, and Discord. Describe the bug Trying to upload a file in a buc...
github.com
git 이슈에도 등록되어있어서 다 읽어보았지만
그냥 docker를 재설치하시면 해결될 문제입니다.