Refine

R

Refine

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

Join

ask-any-question

discussions

environmental-rose
environmental-rose11/25/2025

form.setFieldsValue in 5.0

In Refine 4.0, you could set a field value with const { form } = useForm("customer"); and do a form.setFieldsValue("name"), the setFieldsValue method seems not existing anymore in refine 5.0. How to set a field Value in refine 4.0 ?
optimistic-gold
optimistic-gold11/23/2025

Hello

Hello, I'd like to ask if IceCMS can be modified to function as a private tracker-style community? For example, having features like resource aggregation and categorization similar to a private tracker, along with a user hierarchy and permission system. However, instead of sharing torrents, users would share links to the resources on cloud storage platforms (like Netdisk links).
vicious-gold
vicious-gold11/20/2025

InvalidateResources on Logout or Login

I have resources that are available unauthed, but are personalized when authed The personalization is done with the userContext that is from the auth header, so the request doesnt actually change I'm wanting to invalidate these resources on login/logout I tried to make a:...
conscious-sapphire
conscious-sapphire11/20/2025

paginated list return to different page after edit

when I am in a paginated list, i want to return to for exemple page 3 after an edit
conscious-sapphire
conscious-sapphire11/15/2025

add if don't exist

Can i do something like looking for elements in the api, if the response is empty array i update and add element to the api. using Strapi
conscious-sapphire
conscious-sapphire11/14/2025

ant design component colors

In ant design, i am using a select to make a choice but my text is long and there ellipsis. I can try to add custom css to wrap the text to show it better. is there another ant component I can use otherwise?
rival-black
rival-black11/13/2025

inferencer meta

I use MuiShowInferencer for Show view, and my data providers does not receive meta in getOne method?
ratty-blush
ratty-blush11/12/2025

How to use a custom sidebar to filter data instead of provide navigation

Hello. I am a bit confused on how to sync table filter state when using a custom sidebar. I want my sidebar to have table filters. e.g App.tsx...
genetic-orange
genetic-orange11/4/2025

Multiple check query

Hello community ! I've setup simple Refine with react-router (HashRouter) app : This is my Routes, used from docs : ...
No description
optimistic-gold
optimistic-gold11/3/2025

I can't find in document, what happened useTitle,useRouterType,useRefineContext - hasDashboard,etc.

What could i use intead of these functions? useRouterType useRouterContext const { hasDashboard } = useRefineContext(); //hasDashboard?...
frail-apricot
frail-apricot10/28/2025

Error with tables, not showing any data

Warning: [antd: Table] dataSource length is less than pagination.total but large than pagination.pageSize. Please make sure your config correct data with async mode. this only happens on the few last pages, except the very last one How can I debug this? or fix it...
exotic-emerald
exotic-emerald10/19/2025

Failing Background Refetches on Edit Pages for Nested Resources

I'm working with nested resources and I'm running into an issue on my edit pages where the initial data load works correctly, but all subsequent background refetches (like on window focus or when using the <RefreshButton>) fail with a 404 error. The Setup: I have three levels of nested resources:...
metropolitan-bronze
metropolitan-bronze10/16/2025

Missing props on FilterDropDownProps

I'm building a custom column filter for an ant design table component that looks like this: export const simpleFilterInput = (columnProps: SimpleColumnProps, filterDropdownProps: FilterDropdownProps): React.ReactElement => { return <FilterDropdown { ... filterDropdownProps} > <InputNumber onPressEnter={() => { filterDropdownProps.confirm() }} />...
conscious-sapphire
conscious-sapphire10/16/2025

login route 404

I am having a weird issue with vite and routes I have this in my App.tsx <Route element={ <Authenticated...
adverse-sapphire
adverse-sapphire10/15/2025

what is the difference between result.data and query.data

In 5.0 the useList, useCustom etc return a result and a query object. But data exists in both?
ratty-blush
ratty-blush10/13/2025

Is multi tenancy only available on the enterprise edition?

Or is it posssible at all to use it in the open source version as well? It's not at all clear from the docs: https://refine.dev/docs/guides-concepts/multitenancy/?utm_source=chatgpt.com#what-is-multitenancy...
conscious-sapphire
conscious-sapphire10/13/2025

what is the best way to make an api call on refine 5?

what is the best way to make a POST api call on refine5?
harsh-harlequin
harsh-harlequin10/12/2025

Refine v4 for React19 and Next15

Is it possible to use React19 Next15 with Refine v4
harsh-harlequin
harsh-harlequin10/10/2025

Auth Provider not working on Refine v5

This is my packages file. "dependencies": { "@emotion/cache": "^11.14.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1",...
frail-apricot
frail-apricot10/8/2025

filter.field is not on type 'CrudFilter' or 'ConditionalFilter'

const { tableProps, filters, sorters } = useTable<UserRecord> const createdAtFilter = filters?.find((filter) => filter.field === 'createdAt')?.value the TS type says filter.field does not exist, but it exists and it works... why?...
Next