Refine

R

Refine

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

Join

ask-any-question

discussions

absent-sapphire
absent-sapphire3/25/2024

Web browser autocomplete not trigger form update

I had a form like this but when the user uses the web browser autocomplete function, data inside the form is not updated. How to force to update?
manual-pink
manual-pink3/25/2024

react-i18next empty object

Hi, I am following https://refine.dev/docs/guides-concepts/i18n/#adding-the-translations-files To add translation to refine, I did add the json files inside public/locales/en/common.json...
afraid-scarlet
afraid-scarlet3/25/2024

Whomai unauthorised issue

@kapa.ai I have an error showing in the console "http://localhost:5001/api/sessions/whomai" 401 unauthorised, why am facing this issue?
fair-rose
fair-rose3/25/2024

Can I use supabase as backend in the CRM example??

I have been trying to create a management application and the refine CRM has most of the features and modules I want, but i don't wanna create the backend for it because I don't think i will be able to create it. So is it possible to integrate supabase for the back-end?
fascinating-indigo
fascinating-indigo3/25/2024

App CRM application

Hey all, I am trying to fork the App CRM application for a personal project, and I need help understanding how to create my own backend so I can alter the existing values. Please help...
rare-sapphire
rare-sapphire3/25/2024

Change title of app (displayed in tab)

Hey all, Apologies for the (likely) simple question. I have a refine app that I want to deploy. The title in tabs is currently "{resource label} | refine". I'd like it to be "{resource label} | {app name}". Where can I set the app name?...
No description
foreign-sapphire
foreign-sapphire3/24/2024

Invalidating a nested resource after an update REST request

If my getOne api route is /teams/{teamId}/members/{memberId} its resource is '/teams/{teamId}/members' I have a route that updates the member via...
rare-sapphire
rare-sapphire3/23/2024

Error add resource through command

import { IResourceComponentsProps } from "@refinedev/core"; import { AntdInferencer } from "@refinedev/inferencer/antd"; export const PatientList: React.FC<IResourceComponentsProps> = () => { return <AntdInferencer />;...
conscious-sapphire
conscious-sapphire3/23/2024

useCustom filters

When I try to use useCustom to get total counts, the filter I define doesn't get applied to the query. ``` const { data, isLoading, refetch } = useCustom({ url: '',...
fair-rose
fair-rose3/23/2024

Insert field on load for autocomplete component

I cant seem to find issue on the following code block, I can provide more of the edit.tsx if needed: const { autocompleteProps, queryResult: coach_data } = useAutocomplete<ICoaches>({ resource: "activeCoaches", sorters: [...
generous-apricot
generous-apricot3/23/2024

how do I solve this?

how do I slove this problem?
No description
cloudy-cyan
cloudy-cyan3/22/2024

useNotification error

I'm trying to use useNotification hook to show some notifications. It is working, but i'm getting this error on console
[antd: notification] Static function can not consume context like dynamic theme. Please use 'App' component instead.
[antd: notification] Static function can not consume context like dynamic theme. Please use 'App' component instead.
how can I solve it?...
conscious-sapphire
conscious-sapphire3/22/2024

usedatagrid sort on nested data

I want to sort the use data grid based on a nested value eg row?.transaction?.date
multiple-amethyst
multiple-amethyst3/22/2024

custom page as a resource

Hello guys, first of all, thx for such a great project! I have a custom page for changing password, and I would like to navigate users to it through users/edit.tsx page, but there is a problem. I have written this page as clone, because in resources there is limitation and in any other way casbin librarary's accessControl won't allow me to put anything else than (list)|(show)|(edit)|(create). How can I define this page as a separate resource or at least how to give specific user roles access to it through casbin without writing clone which is not definitely what this page stands for. Thanks in advance....
rare-sapphire
rare-sapphire3/21/2024

Logo and Website Title

How to change the Logo and the Website Title of react refine, i am using material UI with vite
eastern-cyan
eastern-cyan3/21/2024

CRM backend

Hi, I'm stuck while trying to re create the backend for the CRM example (really don't understand wjhy the team is reluctant to make it public). Could someone help me out with it, please?
harsh-harlequin
harsh-harlequin3/21/2024

My hook says status initial in the devtools. No request is made when I check the data provider

All of my queries just say status initial in the devtools when I come to see why everything in my app is in a loading state forever. I am using a custom data provider, and I can confirm that the methods are never called.
rare-sapphire
rare-sapphire3/21/2024

Dark Mode not working

Dark Mode not working when changing the theme color of the layout ?
rare-sapphire
rare-sapphire3/21/2024

Use App Bar for Navigation

I need to use AppBar for navigation instead of the Sider.
stormy-gold
stormy-gold3/21/2024

Update theme in custom Header

How to update theme in custom Header when the Layout component is not in the same place as the useState?