Refine

R

Refine

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

Join

ask-any-question

general

useshow and usecan

how to useshow with usecan or canAccess ?

usePermissions vs useCan

what is the difference between usePermissions vs useCan ?

useForm returned control parameter

useForm is returning a control parameter, what is its type ? what does it do ?

redirect first login

how can I redirect a user on his first login after signup

useForm different resource

how can I use useForm to get different resource from the page I in ?

refetch identity

how can I refetch useGetIdentity

useAutocomplete onSearch: undefined is not being applied

I am using the useAutocomplete hook to populate a MUI Autocomplete field. I want to disable server-side filtering, having only a couple of options. From documentation, i should pass an undefined onSearch to the hook (like the example below), but even with this, when I type in the autocomplete a request is still made to the server. How do i completely make the autocomplete client-side instead ok letting it make requests? ...

authProvider.ts has many @typescript-eslint errors

The authProvider.ts is full of Unsafe assignment of an any value.

help

give me total guidence from scract to build a full fledge refine crm as i wan to post it from my final year project i need continues guidence and how can i connect u trough out my project help me
No description

help

i want help from u i want the source code of edine crm can i get it
No description

Tutorial times-out

Hello all, does anyone else have troubles running the tutorials after the Routing section? Eg https://refine.dev/tutorial/ui-libraries/crud-components/ant-design/react-router/ It gives me a timeout error consistently, tried with both wifi and 4g, both chrome and Firefox, on windows and on an Android 😵‍💫...
No description

useNotificationProvider does not translate toast messages on Next.js

Hello, I followed the i18n-nextjs example in the refinedev/refine repo, but I couldn't get notifications to read the translation file. it shows "notifications.createSuccess" instead of text, and i'm absolutley sure i18n is setup because i'm able to change between languages and it does change the texts to translated lang.

useForm refetch

how to refetch with useForm ?

Error boundary

I've seen I should be using suspense and error boundaries to handle errors in my app. Is there an example for how this works?

Supabase how to rename column

I am trying something like ``` const { data, isLoading, error } = useMany<OrganisationMemberWithOrganisation>({ resource: 'organisation_member', ids: userId ? [userId] : [],...

useForm redirect

I want to customise the useForm redirect, I need it to use slug instead of id, can you please show me how to do that my current useForm ``` const { saveButtonProps,...

remove breadcrumb back button

how to remove breadcrumb back button ?

is refine no code/low code?

i'm in need of a base crm structure, but I need the source code to have full control over the code, can refine provide me it?