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....

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";...
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...
Appwrite filters
When useing useTable and such - some filter operators such as 'contains' doesn't seem to work - does anyone knows what its about?
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...
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....
but the button is remaining like in the picture. How can i hide it? I am working in Chakra UI....

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...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...

Creating my own graphql server
I want to create my own graphql server for the crm app for dataProvider and authProvider
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...
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
Snackbar anchor position
<RefineSnackbarProvider
maxSnack={5}
anchorOrigin={{ horizontal: "center", vertical: "bottom" }}
preventDuplicate={true}
>...
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.
rbac in supabase
Can i have rbac on the whole application and then rbac within a module of that application
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.
...
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":
