Refine

R

Refine

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

Join

ask-any-question

discussions

national-gold
national-gold4/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
national-gold
national-gold4/20/2025

error related to Field

i get the below message when trying to filter by a joined table error message: { "code": "PGRST100",...
rare-sapphire
rare-sapphire4/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.
rival-black
rival-black4/18/2025

local font not working on nextjs , antd on ConfigProvider

local font not working on nextjs , antd on ConfigProvider
stormy-gold
stormy-gold4/17/2025

How to handle relationships on create and updates?

How to handle relationships on create and updates?
national-gold
national-gold4/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) .
national-gold
national-gold4/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?
manual-pink
manual-pink4/14/2025

How to listen changes realtime messages from Supabase Editor?

How to listen changes realtime messages from Supabase Editor?
wise-white
wise-white4/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?...
wise-white
wise-white4/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?
optimistic-gold
optimistic-gold4/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!...
sensitive-blue
sensitive-blue4/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.
other-emerald
other-emerald4/7/2025

custom login page

I need to create a custom login page with ant design. Only login no link to sign in
other-emerald
other-emerald4/7/2025

sider width

can I change the width of the sizer? i need to make it larger
frail-apricot
frail-apricot4/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',...
other-emerald
other-emerald4/4/2025

ant design theme

I am trying to create a custom theme on ant design, changing all the colors. can you help me?
frail-apricot
frail-apricot4/4/2025

How to get other resource?

``` export default function MembershipList() { const [open, setOpen] = useState(false) const [selectedMember, setSelectedMember] = useState<IMember | null>(null)...
judicial-coral
judicial-coral4/3/2025

useget

@kapa.ai to get which mode is used currently dark mode or light how to get that, iam using themedLayoutV2