Refine

R

Refine

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

Join

ask-any-question

discussions

vicious-gold
vicious-gold1/4/2024

Does someone has an example for a page

Does someone has an example for a page in react for editing a singleton in the backend?
harsh-harlequin
harsh-harlequin1/4/2024

PocketBase - Open Source backend in 1 fi...

Hello! I'm wondering if there are any https://pocketbase.io/ users here (or people interested in using it)? The past week I've been working on the data/live provider for this backend in Refine
absent-sapphire
absent-sapphire1/2/2024

Hi,

Hi, Is there a plan to support supertokens (https://supertokens.com/) ? if not, how hard is that to implement on my own? Thanks...
xenial-black
xenial-black12/30/2023

when you disable the create button with

when you disable the create button with disabled={true} it still allows the button to be clicked uh
deep-jade
deep-jade12/29/2023

Hello, i need some help connecting my

Hello, i need some help connecting my app to appwrite. I am using the template and is ok when i use it. But changing the APPWRITE_PROJECT and APPWRITE_URL in appwriteClient.ts to my personal appwrite keeps getting me CORS issue. What else should i change?
fascinating-indigo
fascinating-indigo12/29/2023

Hello, everyone, I have a json api and i

Hello, everyone, I have a json api and i want to connect with it. How can i do it? can someone help me out?
rare-sapphire
rare-sapphire12/29/2023

Hello , I need some advice here , i am

Hello , I need some advice here , i am creating a custom data provider. getting error in App.tsx file data provider prop. Type '{ getList: (resource: string) => Promise<{ data: any; total: number; }>; }' is missing the following properties from type 'IDataContextProvider': getOne, create, update, deleteOne, getApiUrl...
dependent-tan
dependent-tan12/11/2023

Hey. I use the operator "in" to filter

Hey. I use the operator "in" to filter clients by promo code, but I am not able to get the default value for promo code after refresh, because the filter looks like {field:"id",operator:"in",value:clientIds}. Could you recommend a suitable approach for this case?
foreign-sapphire
foreign-sapphire12/7/2023

Resources from the server

Hi, Has anyone tried getting resources from the server?
xenophobic-harlequin
xenophobic-harlequin12/4/2023

does `initialValues` or

does initialValues or defaultFormValues no longer work for useModalForm using antd?
vicious-gold
vicious-gold12/1/2023

Hi, I've been struggling with this error

Hi, I've been struggling with this error for several days, I don't know what to do. help please. [Error: EMFILE: too many open files, open 'D:Работа\zovoo-admin.next\export-detail.json'] { errno: -4066, code: 'EMFILE',...
broad-brown
broad-brown11/30/2023

Hi. I’m new to refine. Maybe this is

Hi. I’m new to refine. Maybe this is just cause I’m starting. But I noticed the inferencer w/ simple-rest tries to fetch any field as a resource that’s a number. Is this normal? Shouldn’t that be restricted to fields like id or end in _id?
fair-rose
fair-rose11/27/2023

How do you conventionally build a custom

How do you conventionally build a custom menu on Sider (with CanAccess)? If using ITreeMenu default of Refine, you can't add "create" menu item in. If I'm using AntD Menu Items, it lacks lots of functionalities comparing to Refine. What should I do?
adverse-sapphire
adverse-sapphire11/19/2023

community health

For anyone else struggling with getting an input component to save a number using Antd, you have to use <InputNumber>. <Input /> and <Input type='number' /> so NOT work. I probably should have known this but it would have been great if anyone one from the community could have helped me out with this. I am sure this is common knowledge for most but I spent 2 hours trying to find a solution to this.
adverse-sapphire
adverse-sapphire11/17/2023

Hi, I'm using refine + mantine + remix,

Hi, I'm using refine + mantine + remix, and the mantine version is 5.10.4, however current release is 7, is this normal?
correct-apricot
correct-apricot11/14/2023

Hi, can anyone help with how to change

Hi, can anyone help with how to change page title in head tag in refine v4
graceful-blue
graceful-blue11/13/2023

refine figma

Is there a Figma library for refine? Loving the docs so far.
ugly-tan
ugly-tan11/13/2023

Hi guys. I'm using refine to create the

Hi guys. I'm using refine to create the crud page. I'm using supabase as DB I was implemented the list.tsx to show my record on a specific table and using ShowButton to navigate to the item itself. Now I want to remove showButton and click a row to display the page show item with the id of that row. I have found the prop onRow of table to set onClick to each row, but how can I get the event of the ShowButton?...
fair-rose
fair-rose11/12/2023

I just downloaded this https://example.

I just downloaded this https://example.crm.refine.dev/, it's working fine, I want to modify this using my database MySQL how do I connect?
robust-apricot
robust-apricot11/9/2023

Hey, do anyone knows how to customize

Hey, do anyone knows how to customize graphql mutations that refine sends to backend?