Refine

R

Refine

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

Join

ask-any-question

discussions

firm-tan
firm-tan6/2/2025

Passing authorization token to swizzled simple-rest data provider

How do I passing authorization bearer token to a swizzled simple-rest data provider
fascinating-indigo
fascinating-indigo5/29/2025

Pager changes filters unexpectedly

I have a button that setsfilters, but when I go to a new page the filters state is returned to the previous filters state Can someone help me figure out how to troubleshoot this?...
firm-tan
firm-tan5/28/2025

Does the simple-rest provider support passing query parameters through meta property?

the following code const { data, isLoading } = useList<EquipmentResDto>({ filters: [ { field: "serialNumber",...
harsh-harlequin
harsh-harlequin5/27/2025

useupdate without id

I want to incorporate the id in the resource path, or append an extra part of the url when using useupdate, how can I do that
harsh-harlequin
harsh-harlequin5/27/2025

axiosinstance global notification

Are there any examples of setting up global notifications when you use the axiosinstance directly
harsh-harlequin
harsh-harlequin5/27/2025

Send using meta

If I use go with getToPath and add a custom meta element, is that suppose to be shown in the URL?
fair-rose
fair-rose5/26/2025

Override Refine’s default notificationProvider banner with custom styles and messages

I'm using Refine with MUI and want to replace the default notification banners with custom components. Specifically, I’d like to apply my own styles and display tailored success and error messages. What’s the best way to override or extend the notificationProvider for this?
No description
flat-fuchsia
flat-fuchsia5/26/2025

Refine slows down react native expo app

I logged it and turns out there are 3-4 re-renders happening. I am using refinedev/core and refinedev/react-hook-forms
sensitive-blue
sensitive-blue5/25/2025

Which Material UI is supported?

I wanted to confirm which Material UI version is supported. Thanks!
yelping-magenta
yelping-magenta5/20/2025

How to change page title ?

Hey, i need help. I cant find way how to dynamicly change page title.
noble-gold
noble-gold5/20/2025

CreateButton catching error

My createButton automatically generated for my list works for creating new entries but does not detect errors when server requests fails. it opens a form to add input, then when we confirm the form the data is sent to the server, and wether it fails or succeed the success pop up is shown. how can i adjust this behaviour?
flat-fuchsia
flat-fuchsia5/17/2025

how to pass custom params to access control of show page

I am using antdesign and nextjs. I have a show page like this ```ts "use client"; import { Show } from "@refinedev/antd";...
flat-fuchsia
flat-fuchsia5/17/2025

how to pass custom params to access control of ShowButton

For example if I do like this ```ts <ShowButton recordItemId={id} hideText...
magic-amber
magic-amber5/16/2025

New Plan

Hi Can anyone explain what a credit is? Is it one prompt to AI ? Thanks...
magic-amber
magic-amber5/14/2025

Big Problem - Project not Visible in the Preview Pane

Hi Loving the AI . - so far. Problem is that the AI agent thinks i can see my project in the preview pane when nothing is visible. Also it thinks it has set up tables in Supabase but it hasn't. It's not showing any erros and also the agnet thinks it's solved the problem when it hasn't. Can anyone help?...
optimistic-gold
optimistic-gold5/14/2025

Issue with inferencer generated code

I'm getting this error "Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. Check the render method of Field2." for a page generated by inferencer However, when the auto-generated code is manually copied for debugging, the issue went away and everything works just fine Is there any known issue related to inferencer?...
xenial-black
xenial-black5/13/2025

is it possible to use useEditableTable with a custom resource

is it possible to use useEditableTable with a custom controlled resource. The data and the mutation should be passed manually
continuing-cyan
continuing-cyan5/13/2025

Update to MUI7

When is refine planning to update to MUI 7?
yelping-magenta
yelping-magenta5/13/2025

Custom resources endpoint

Hello, i am learning refine, and i am trying to call all customers, but my api looks like this "admin/customer/requests" and i am really confused how to implement it here { name: 'customer/requests', list: '/customers/requests',...