Refine

R

Refine

Join the community to ask questions about Refine and get answers from other members.

Join

ask-any-question

discussions

wee-brown
wee-brown4/29/2025

How to make an API request every time I submit?```

export default function MembershipList() { const { data: members, isLoading, isFetching,...
ratty-blush
ratty-blush4/24/2025

paginación en tablas

cómo puedo traducir el "/page" en las tablas para seleccionar la cantidad de elementos a visualizar en una tabla
other-emerald
other-emerald4/24/2025

graphQL 405

while trying to use a server i have setup with refine, im getting the following error Response body is not available to scripts (Reason: CORS Missing Allow Origin)...
fair-rose
fair-rose4/23/2025

Changing the filters and refetch new data

i want to refetch the data after applying the gender filter when i select a parent
fair-rose
fair-rose4/20/2025

error related to Field

i get the below message when trying to filter by a joined table error message: { "code": "PGRST100",...
plain-purple
plain-purple4/18/2025

Custom font size in `ThemedLayoutV2`

Where is the font size configured for the ThemedLayoutV2 component using the Material UI integration? The component is ignoring the font size declared in the typography object used in the createTheme object passed as a prop to ThemeProvider.
conscious-sapphire
conscious-sapphire4/18/2025

local font not working on nextjs , antd on ConfigProvider

local font not working on nextjs , antd on ConfigProvider
quickest-silver
quickest-silver4/17/2025

How to handle relationships on create and updates?

How to handle relationships on create and updates?
passive-yellow
passive-yellow4/16/2025

Redirect to current page cusdtom authprovider onerror

I want to re-direct to the current page if I get an onError in AuthProvider but manage to acquireTokenSilent (using MSAL) .
passive-yellow
passive-yellow4/15/2025

If I use the onError mutateoptions why cant I rethrow error and make notification provider catch it?

If I use the onError in mutateoptions why cant I rethrow error and make notification provider catch it?
foreign-sapphire
foreign-sapphire4/14/2025

How to listen changes realtime messages from Supabase Editor?

How to listen changes realtime messages from Supabase Editor?
fascinating-indigo
fascinating-indigo4/12/2025

global refetch

I have an edit page, that has 2 child components that both have useList and useCustom hooks inside of them. i want to be able to refetch those hooks from the parent edit page, is there a streamlined way to do that?...
fascinating-indigo
fascinating-indigo4/11/2025

React-hook-form for antd

so in this link https://refine.dev/docs/packages/react-hook-form/introduction/ it describes react-hook-form implementation for headless/materialui/chakraui. how about antd?
extended-salmon
extended-salmon4/10/2025

Cache busting not working, what am I missing?

I started by choosing a Vite + AntD config on refine.dev, and downloading the package. I created my app, and everything works great, except that users still need to refresh the browser to see the latest version of a page that I changed. My hosting is on Netlify. Can anyone please walk me through what needs to be done to get cache busting to work properly in a Refine app? I have tried AI and my own ideas for days. Still can't get it working. Thanks in advance!...
evident-indigo
evident-indigo4/10/2025

Tailwind Example/Boilerplate

Anyone have a Tailwind 4.0 and Refine Example app public? We are picking shadcn and tailwind for all our design systems. And wanted to see if anyone was already using it.
absent-sapphire
absent-sapphire4/7/2025

custom login page

I need to create a custom login page with ant design. Only login no link to sign in
absent-sapphire
absent-sapphire4/7/2025

sider width

can I change the width of the sizer? i need to make it larger
wee-brown
wee-brown4/7/2025

I'm making a get api call every time a key is entered. How do I make it send only when onSubmit occu

``` const [searchField, setSearchField] = useState('') const { data: members } = useList<IMember>({ resource: 'membership/subscribers',...