Refine

R

Refine

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

Join

ask-any-question

discussions

conscious-sapphire
conscious-sapphire6/13/2024

adding data to multiple resources

@kapa.ai I have table in my supabase "pages" for which I've created a "create" page on refine dashboard where I've some field for page content, and the data from those fields I want it to store in another table i.e. "page_content" so that it will connect wiht pageId foreign key
sunny-green
sunny-green6/13/2024

using graphql next token for pagination

@kapa.ai how can I use graphQL next token with antd useTable hook to implement pagination?
extended-salmon
extended-salmon6/13/2024

How can I write the headername in two lines?

``` const columns = React.useMemo<GridColDef<IShipmentValues>[]>( () => [ // { field: 'id', headerName: 'ID', flex: 1, maxWidth: 60 }, {...
multiple-amethyst
multiple-amethyst6/12/2024

Refine Devtools Login Issue

Problem Description: While using the Edge browser with the Refine Devtools , I encountered a login loop issue after successfully authenticating with my GitHub account. Post-authentication, I am redirected to http://localhost:5001/after-login, only to be prompted to log in again on the http://localhost:5001/login page. This cycle repeats indefinitely. Steps Taken to Resolve the Issue but not work: Cleared browser cookies....
No description
adverse-sapphire
adverse-sapphire6/12/2024

How to change default error message in useForm

The default error message Error when updating <resource-name> (status code: ${err.statusCode})" or "Error when creating <resource-name> (status code: ${err.statusCode}) is not terribly helpful to users. I'd like to change it to the message my API responds with. How can I do this on a global level (instead of repeating it each time I use useForm? https://refine.dev/docs/packages/react-hook-form/use-form/#errornotification...
conscious-sapphire
conscious-sapphire6/12/2024

creating entry in multiple resources

I want to create entry in multiple resources
sunny-green
sunny-green6/12/2024

onFinish callback values type

@kapa.ai how can I statically type the values prop on antd onFinish callback prop?
conscious-sapphire
conscious-sapphire6/11/2024

mutate

use client"; import { Box, TextField } from "@mui/material"; import { Create } from "@refinedev/mui"; import { useForm } from "@refinedev/react-hook-form";...
conscious-sapphire
conscious-sapphire6/11/2024

multiple resource

"use client"; import { Box, TextField } from "@mui/material"; import { Create } from "@refinedev/mui"; import { useForm } from "@refinedev/react-hook-form";...
conscious-sapphire
conscious-sapphire6/11/2024

store data in multiple tables

I want to store data in multiple tables
wee-brown
wee-brown6/11/2024

Sider Permission Won't work normally

I added access control and sider tsx files. The use has permission list but sider menu draws nothing, just logout button.
conscious-sapphire
conscious-sapphire6/11/2024

image is not uploading

giving error Unhandled Runtime Error Error: Not implemented on refine-supabase data provider. ...
conscious-sapphire
conscious-sapphire6/11/2024

useApiUrl

sunny-green
sunny-green6/11/2024

integrate antd time picker

How can I set value from antd TimePicker to the corresponding Form.Item value?
rival-black
rival-black6/10/2024

Cypress checking if the user is authenticated in end to end test for custom auth

Hi, I would like to create end to end tests using cypress to check if my login is working, but I was wondering how I can check in refine if the user is currently authenticated. No localstorage.
fair-rose
fair-rose6/10/2024

next js

@kapa.ai Hi This code is for auth-provider in a nextjs refinedev app. ...
mute-gold
mute-gold6/10/2024

How to extend CRUD filter

How to extend CRUD filter
eastern-cyan
eastern-cyan6/10/2024

Can i deploy to ec2instance

How can i deploy to ec2 instance using docker images
correct-apricot
correct-apricot6/9/2024

useLogin is not a function

useLogin is not a function
wise-white
wise-white6/8/2024

graphql backend

How do I rebuild the backend of the CRM template app.