Refine

R

Refine

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

Join

ask-any-question

discussions

metropolitan-bronze
metropolitan-bronze7/18/2024

I get an error when building project

When I run the npm run build command I get an error ```error TS6305: Output file '.../vite.config.d.ts' has not been built from source file '../vite.config.ts'. The file is in the program because: Matched by include pattern 'vite.config.ts' in '.../tsconfig.json' ...
ambitious-aqua
ambitious-aqua7/18/2024

How to handle an API that returns data nested in objects?

For example, in the documentation the shape of the categories enddoint is an array of category objects. What if that array is nested inside an object in the response? For example: ``` { "categories": [ {...
conscious-sapphire
conscious-sapphire7/18/2024

How do i deploy my supabase+antd website. Somehow its always failing

please let me know if anybody has deployed any website before
vicious-gold
vicious-gold7/17/2024

Make Inferencer to use related objects id rather than the name

I have an issue with Refine Inferencer. I have the following REST response: ```json [ { "id": "d212dfb9-f17a-4367-80a6-c013ef99037e",...
correct-apricot
correct-apricot7/16/2024

Adding/using multiple supabase data providers

Is it possible to use multiple(two) supabase data providers with one being used as an authentication provider aswell. When trying to specify which data provider to use, refine seems to always default to the supabase client thats used for the auth even when I specify the correct data provider to use using the dataProviderName prop on the useTable hook and resource property...
extended-salmon
extended-salmon7/16/2024

How to use filter clear button

@kapa.ai The filter clear button on filterDropdown doesn't have any effect. How can I debug this?
variable-lime
variable-lime7/16/2024

pixels-admin dark

How can I modify Pixels-Admin to support dark mode?
variable-lime
variable-lime7/16/2024

Dark Theme on Pixels Admin

How can I get Pixels-Admin to respect the dark theme? To begin with, this auth page isn't dark (as specified with the following on the ConfigProvider: <ConfigProvider theme={{ algorithm: theme.darkAlgorithm ...
other-emerald
other-emerald7/16/2024

New page not shown on main page on click, but navigates away unlike the 2 examples in the given repo

my new page shows in the sidebar but navigates to a new page unlike the 2 existing demo apps I added this to my resources in src/app/layout ( using the nextjs version) { name: "createUser",...
national-gold
national-gold7/16/2024

Supabase Join table sort

how do you create a sorter on a joined table with meta select on useTable when using supabase?
initial-rose
initial-rose7/15/2024

timeout on request

how to put a time out on a request so if if exceeds a time it aborts using simple rest data provider
variable-lime
variable-lime7/15/2024

Changing the useSelect Return Formatting

Am I able to change what's returned in @refinedev/antd's <Select.Option> values?
variable-lime
variable-lime7/15/2024

Filterdropdown for UUID not working Supabase

filterDropdown={(props) => ( <FilterDropdown {...props}> <Select placeholder="Filter by ID..." {...selectProps} style={{ width: "300px" }} /> </FilterDropdown> )}...
sunny-green
sunny-green7/14/2024

How to send a filter boolean in hook?

How to send a filter boolean in hook?
flat-fuchsia
flat-fuchsia7/13/2024

Validate email and password in AuthPage antd

How can i config my validate for email and password in AuthPage antd?
flat-fuchsia
flat-fuchsia7/13/2024

Displaying data with a mix of Form and EditableaTable

Hello everyone ! I've been using Refine since a couple of weeks and it has been a really amazing discovery! The documentation is great but I can't find a way to include both an EditeableTable and a Form within the same component (which is plugged to a Strapi datasource). I have an object that includes a few classic attributes and a repeatable component (which is an Array of objects). ...
like-gold
like-gold7/13/2024

toasts/notifications

Using Ant Design and the built in useNotificationProvider from refine/antd, how can i make custom ontifications
initial-rose
initial-rose7/12/2024

humanizeThe function converts the resource name to a more human-readable format. The default value

is this still used humanize The function converts the resource name to a more human-readable format. The default value uses the humanize-string library....
extended-salmon
extended-salmon7/12/2024

How to customize onFinish notification messages

@kapa.ai How can I customize notification messages when running onFinish from CreateFormProps or EditFormProps?
environmental-rose
environmental-rose7/12/2024

how to add port on refine start

how to add port on refine start