Refine

R

Refine

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

Join

ask-any-question

discussions

unwilling-turquoise
unwilling-turquoise4/12/2024

How do I ask for a number to be entered when I enter a character other than a number in input?

``` <FormControl> <FormLabel>{isPay ? '추가 지급할 적립금' : '회수할 적립금'}</FormLabel> <OutlinedInput type="number"...
afraid-scarlet
afraid-scarlet4/12/2024

Refine Auth login issue

I mistakenly added the user with an empty email and password and I'm not going to login into my dashboard please help me please 🙏
No description
absent-sapphire
absent-sapphire4/12/2024

how to handle return data before filling form in useDrawerForm?

how to handle return data before filling form in useDrawerForm?
foreign-sapphire
foreign-sapphire4/12/2024

Build problems with Jenkins / Build inside a linux container

Hey everyone, i'm currently facing an error in my build pipeline on jenkins. My app is a Spring Boot Maven project with a refine frontend. Everything works great on our local dev laptops. But on Jenkins insider a Docker-Build-Container running Linux i'm getting the following error: "permission denied, mkdir '/.config/refine-update-notifier-nodejs"...
rising-crimson
rising-crimson4/12/2024

AccessControl.js with Refine AccessControlProvider

So i'm doing a CRM app, however i don't know how to apply AccessControl.js libraray to refine. Guide me how to do that
optimistic-gold
optimistic-gold4/11/2024

handclick button

How to perform a confirmation or validate an action before handleSave operation, in this code: const handleClick = async () => { mutateUpdate({ resource: "rqp-requisicaos", id: params.id!, values: {...
optimistic-gold
optimistic-gold4/11/2024

dayjs

How to set dayjs to show month in portuguese language
afraid-scarlet
afraid-scarlet4/10/2024

How To Remove and Customize Refine Default Logo on Admin Panel.

Having trouble to remove and replace the default refine Logo/icon on the left top of admin panel with mine. How can i achieve that?...
No description
genetic-orange
genetic-orange4/10/2024

Notifications

is the convenient way to keep Notifications open until they are dismissed
fascinating-indigo
fascinating-indigo4/10/2024

Tutorial not working

Hi, we are evaluating refine and trying to follow the tutorial on https://refine.dev/tutorial/next-steps/summary/react-router/ant-design/ it works till the step "Using Layouts", but then gives an error: Something went wrong Invalid left-hand side in assignment...
fascinating-indigo
fascinating-indigo4/10/2024

Handle relational data using useMany with the foreign key field

How can I handle relational data using useMany with the foreign key field like 'product_id'?
rare-sapphire
rare-sapphire4/10/2024

prefix resource routes with manage

I am using vite and react router and I my frontend has two parts: the public part and the management part. the public part should be reachable with /blog-posts but the management part should be reachable with /manage/blog-posts. So I would like to prefix all refine related routes for resources with /manage/ how can I do this?
exotic-emerald
exotic-emerald4/10/2024

RBAC using casbin

I was implementing rbac in my refine+supabase application. In Casbin Model and Policies file, what is resources/ objects there.
exotic-emerald
exotic-emerald4/9/2024

I updated refinedev and suddenly project breaks 'prism-react-renderer/themes/vsDark'

I updated refinedev and suddenly project breaks 'prism-react-renderer/themes/vsDark' in 'node_modules@refinedev\inferencer\dist'. Any ideas?
exotic-emerald
exotic-emerald4/9/2024

how can i get a specific entry from my supabase table.

how can i get a specific entry from my supabase table.
exotic-emerald
exotic-emerald4/9/2024

Checker

i am using supabase as my data provider. I want to check if my logged in user's id exists in the user_id column of company_user table. How can i do that?
continuing-cyan
continuing-cyan4/8/2024

out of memory heap during build process

Hello, During the build process of the app-cm app ,without changing the codebase, it exit with a out of memory error. Do you know what might lead to this issue ?...
rare-sapphire
rare-sapphire4/8/2024

useCustom on button click & declaration of multiple custom methods

How to use useCustom if I want to sent request on button click? Also how can I declare multiple custom requests in one provider?...
adverse-sapphire
adverse-sapphire4/7/2024

Advanced Tables with Chakra UI example not rendering properly locally

I have the repo offline via npm create refine-app@latest -- --example table-chakra-ui-advanced Did npm install ++ npm run dev and/or npm run build then npm run preview but it's not rendering properly on any of these scripts....
No description
afraid-scarlet
afraid-scarlet4/6/2024

ThemedTitleV2

The customization of the header is not happening even if after creating mysmallicon and mylargeicon components still Title prop can not override the default title and refine logo. Title={({ collapsed }) => ( <ThemedTitleV2 // collapsed is a boolean value that indicates whether the <Sidebar> is collapsed or not...