sacred-emeraldS
Refine8mo ago
8 replies
sacred-emerald

Strapi v4 dataProvider changes ignored by Refine

I'm encounter a strange behaviour when using refine with strapi-v4. Any changes made to @refinedev/strapi-v4/src/dataProvider.ts file is ignored by refine. Even if I comment the whole file out the app still working as it should. The dataprovider atribute in <Refine> components in App is pointing to this data provider but is not clear why the changes are ignored by the app.
The provider is atribuited as below
dataprovider = { DataProvider( API_URL + /api, axiosInstance)}
And the DataProvider is imported from @redinedev/strapi-v4
Was this page helpful?