Refine

R

Refine

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

Join

ask-any-question

discussions

foreign-sapphire
foreign-sapphire4/15/2024

antd login page translations

Hi guys, I'm trying to figure out how to translate this error message, everything else is translated correctly. Note that the "please enter" text is still in english....
No description
eastern-cyan
eastern-cyan4/15/2024

Error trying to create new, graphql

Error: Variable "$author" of required type "AddAuthorInput!" was not provided.: {"response":{"errors":[{"message":"Variable "$author" of required type "AddAuthorInput!" was not provided.","locations":[{"line":1,"column":20}],"extensions":{"code":"BAD_USER_INPUT","stacktrace":["GraphQLError: Variable "$author" of required type "AddAuthorInput!" was not provided."," at coerceVariableValues this is my create.tsx import { useForm, Create } from "@refinedev/antd";...
flat-fuchsia
flat-fuchsia4/15/2024

Chakra UI Add button in the top bar

Hi, in chakra UI how can i add a button in the top bar where there are the "collapsing" button for the sidebar near the account name/icon? I am trying the auth-chakra-ui example...
modern-teal
modern-teal4/15/2024

Appwrite filters

When useing useTable and such - some filter operators such as 'contains' doesn't seem to work - does anyone knows what its about?
flat-fuchsia
flat-fuchsia4/15/2024

Chakra UI change custom image size of title in login form

Hi, how can i change the custom image size in the title of the login form in Chakra UI? my code is <AuthPage type="login" title={<ThemedTitleV2...
typical-coral
typical-coral4/15/2024

404

how to retrieve relationdata in table?
flat-fuchsia
flat-fuchsia4/15/2024

How do hide the button that is managing the opening/closing of the sidebar ?

Hi, i have hidden the side bar with <ThemedLayoutV2 Sider={() => null} >
but the button is remaining like in the picture. How can i hide it? I am working in Chakra UI....
No description
optimistic-gold
optimistic-gold4/15/2024

custom successnotification

How to use custom success notification after save
harsh-harlequin
harsh-harlequin4/15/2024

Question no setFilter

Hi I am new to refine. One of my projects require a dropdown to filter results from table. I find that by setting the filter to an empty array won't clear all the filter, instead I need to set the value in the filter to undefined ,is it a correct way to do? e.g. setFilter([]) not work...
like-gold
like-gold4/15/2024

LoginInput password not a valid input

I'm trying to use both email and password to login login: async ({ email, password }) => { try { // call the login mutation...
No description
adverse-sapphire
adverse-sapphire4/14/2024

Creating my own graphql server

I want to create my own graphql server for the crm app for dataProvider and authProvider
optimistic-gold
optimistic-gold4/14/2024

How to do conditional rendering in forms with Antd?

I'm trying to make a field that is only displayed according to the state of another form field, however, using form.getFieldValue I'm not having success, the values ​​that come from the API are not recognized as soon as the api loads, however, using onValuesChange behavior is correct after loading the api, but the initial values ​​are not recognized to show the field, how to fix this problem? https://gist.github.com/torugok/edf059216f5aec208897bb6a1ca38f23...
harsh-harlequin
harsh-harlequin4/14/2024

I am unable to run different examples locally

I tried to run the commands that were in the contribution guide section of the page, but when I change the name to different(eg. apppwrite), it just runs the project that ran during the first build process
adverse-sapphire
adverse-sapphire4/14/2024

Snackbar anchor position

<RefineSnackbarProvider maxSnack={5} anchorOrigin={{ horizontal: "center", vertical: "bottom" }} preventDuplicate={true} >...
conscious-sapphire
conscious-sapphire4/14/2024

DRAG AND EVENT

" import { DragEndEvent } from "@dnd-kit/core"; " isnt working in my code, it s showing Cannot find module '@dnd-kit/core' or its corresponding type declarations.
conscious-sapphire
conscious-sapphire4/13/2024

Switching the data provider

If i want my crm example in supabase, how can i create the tables?
conscious-sapphire
conscious-sapphire4/13/2024

rbac in supabase

Can i have rbac on the whole application and then rbac within a module of that application
unwilling-turquoise
unwilling-turquoise4/13/2024

how to integrate Dropdown menu to ThemedSiderV2

how to integrate Dropdown menu to ThemedSiderV2
xenial-black
xenial-black4/13/2024

refine-firebase connection with Firebase Emulator Suite

Has anyone tried connecting the refine-firebase with the Emulator Suite? I tried modifying the firebaseConfig to use localhost params but it is not working. I checked documentation but cannot see details regarding this. ...
absent-sapphire
absent-sapphire4/12/2024

AUTH BINDING DEPRECATED?(LOGIN ISSUE)

im havinf this issue when i login ound","error":"Not Found","statusCode":404}}}],"data":null,"status":200,"headers":{}},"request":{"query":"\n mutation Login($email: String!) {\n login(loginInput: { email: $email }) {\n accessToken\n }\n }\n ","variables":
No description