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
using graphql next token for pagination
@kapa.ai how can I use graphQL next token with antd useTable hook to implement pagination?
How can I write the headername in two lines?
```
const columns = React.useMemo<GridColDef<IShipmentValues>[]>(
() => [
// { field: 'id', headerName: 'ID', flex: 1, maxWidth: 60 },
{...
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....

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...onFinish callback values type
@kapa.ai how can I statically type the values prop on antd onFinish callback prop?
mutate
use client";
import { Box, TextField } from "@mui/material";
import { Create } from "@refinedev/mui";
import { useForm } from "@refinedev/react-hook-form";...
multiple resource
"use client";
import { Box, TextField } from "@mui/material";
import { Create } from "@refinedev/mui";
import { useForm } from "@refinedev/react-hook-form";...
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.
image is not uploading
giving error
Unhandled Runtime Error
Error: Not implemented on refine-supabase data provider.
...
integrate antd time picker
How can I set value from antd TimePicker to the corresponding Form.Item value?
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.