image is not uploading

giving error

Unhandled Runtime Error
Error: Not implemented on refine-supabase data provider.

Source
src\app\dashboard\pages\create\page.tsx (28:26) @ useApiUrl

26 | const [isUploadLoading, setIsUploadLoading] = useState(false);
27 |
28 | const apiUrl = useApiUrl();
| ^
29 | const {
30 | saveButtonProps,
31 | refineCore: { formLoading, onFinish },
Was this page helpful?