Refine

R

Refine

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

Join

ask-any-question

discussions

rare-sapphire
rare-sapphire12/26/2024

syncWithLocation won't work correctly

Hi, I use refine 4.54.1 and refine mui 5.21. I have got extended datagrid, for dynamic multi filtering. Normally, filters works fine. When i copy page url while filtered, and paste it to url bar, filters will be deleted immediatly. My "syncWithLocation" properties true in App.tsx...
No description
frail-apricot
frail-apricot12/26/2024

nested filter query null issue

hello if I entered in the search bar a phone number while am saying the filtering query is uuid_user_id.phone what happens is all the records stays the same but the records of people who should not be returned are returned but null so I have the same number of records but some of them are null I will give you and example here is my raw data returned from db: [ {...
stormy-gold
stormy-gold12/26/2024

How to get values of form before submit in useStepForm?

How to get values of form before submit in useStepForm?
inland-turquoise
inland-turquoise12/25/2024

refine app keeps refreshing

my app keeps refreshing automatically for no reason. I have no clue what the source of this issue is, there are no error messages as well. its impossible to figure out whats causing this.
inland-turquoise
inland-turquoise12/25/2024

How to pass custom params with useList?

``` const { data: projectDataSourceOptions, isLoading } = useList({ resource: 'projectDataSourceOptions', meta: { variables: {...
vicious-gold
vicious-gold12/25/2024

how to pass params to useCustom when queryoptions.enabled is false

`` const {refetch, isFetching} = useCustom({ url: /api/products/push/${id}`, method: 'get', queryOptions: {...
frail-apricot
frail-apricot12/24/2024

useTable filter with no ui library

how to create filter and pagenation with useTable without using any library only tailwind css
exotic-emerald
exotic-emerald12/24/2024

How to configure Refine for Keycloak?

I want to configure my application and connect to a Keycloak instance. I don't seem to find a ny configuration file. Am I missing something?
inland-turquoise
inland-turquoise12/22/2024

useList data is undefined, but graphql query returns correct data

Hello, my useList hook does not work as expected but it also isnt throwing any errors. Here is my useList implementation: ``` const { data, isLoading: projectsLoading, isFetched } = useList({...
dependent-tan
dependent-tan12/22/2024

How to deploy using Coolify?

I want VPS server and setup Coolify, so now have error the deploy using nixpack, so who can help me to deploy in coolify?
foreign-sapphire
foreign-sapphire12/21/2024

using `useForm` in a `Show` action possible?

using useForm in a Show action possible? basically i want my show screen to look like my edit screen with minimal effort, and by that, i mean just disabling all inputs, how can i achieve this? My code looks like this ```...
ugly-tan
ugly-tan12/20/2024

onlogout getting redirected to localhost:3000 instead of 5173

Iam using vite and using aut0 when i logout its taking me to localhost:3000 instead of localhost:5173
ugly-tan
ugly-tan12/20/2024

error on changed from strapi login to auth0

i changed from strapi login to auth0 iam getting this issue There could be a misconfiguration in the system or a service outage. We track these errors automatically, but if the problem persists feel free to contact us. Please try again. ...
ambitious-aqua
ambitious-aqua12/19/2024

useGo throws errors

useGo seems to throw errors if it can't find the resource. This should be handle more gracefully instead of throwing as will crash. ...
stormy-gold
stormy-gold12/19/2024

How to start instance Permify of examples access control permify with Refine?

How to start instance Permify of examples access control permify with Refine?
frail-apricot
frail-apricot12/18/2024

supabase update password need Auth session

i get "Auth session missing!" when i try to update the password while using supabase
frail-apricot
frail-apricot12/18/2024

use forget password

forget password is not working and i get this error TypeError: Cannot destructure property 'success' of 'param' as it is undefined.
fair-rose
fair-rose12/18/2024

DeleteButton

<DeleteButton hideText recordItemId={row.id} /> error of not recalling list after deletion...
ugly-tan
ugly-tan12/17/2024

change from strapi to oauth for login

iam using strapi for login i want to change it to useauth0
rising-crimson
rising-crimson12/17/2024

let error notification stay forever

currently, the error notification only lasts seconds and then disappear, how to make it stay forever until closing it manually?