Refine

R

Refine

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

Join

ask-any-question

general

Hello everyone, I am trying to integrate

Hello everyone, I am trying to integrate Refine with Next.js 14 and encountered some issues. Can I ask for help here? The main problem is that I can hardly use any of Refine's hooks. During the Next.js compilation, it prompts that the hooks are not functions. What should I do?

I ran into something I believe is a doc

I ran into something I believe is a doc issue yesterday (or possibly a bug) with useModalForm from @refinedev/antd. I implemented a form where I need to do a file upload upon submitting the form, so I provided my own method to onFinish in the Form component. Based on the doc (https://refine.dev/docs/ui-integrations/ant-design/hooks/use-modal-form/#close), I thought I could call onFinish and then close. But I ran into some strange behaviors: 1. The user sees the dialog about unsaved changes, which seems like a problem on its own....

Hey guys, if i do contribute, do they

Hey guys, if i do contribute, do they offer jobs also? i have three years of experience.

Hello, everyone! I got strange bug after

Hello, everyone! I got strange bug after google updates. my sidedar is cross-over the page. do you know any fix? 126.0 -chrome...

Are the starter templates still

Are the starter templates still maintained? The AntD starter project seems to come with a bunch of errors.

Hey,

Hey, I'm a college student (sophomore). I'm new to this community. Am I allowed to contribute here? If yes, can I just pick some good first issues and solve them -- or is there anything I need to prior to that?...

I am reviewing the schema.types.ts file

I am reviewing the schema.types.ts file so as to properly create Postgresql tables, columns, column attributes, and default values, and I see that in the Refine JS app-crm-minimal demo, there is over 4000 lines of code. How are people creating working Postgres db to align with the grapqhl schemas? Is there a way to import this file into hasura or create a script that looks over this file and outputs the proper info needed to generate working tables in Postgres?

Hello all, is IceCMS same as refine?

Hello all, is IceCMS same as refine?

Hello guys i'm new for using the Refine

Hello guys i'm new for using the Refine after i downloaded and prepared my code environment i hosted the app i got the default login but when i do the login i get dashboard as JSON format not the real page could someone help me to fix the issue please ?? thank you so much

Hello, guys. I'm trying to use refine in

Hello, guys. I'm trying to use refine in my new project. This is my first time using refine. I think refine is excellent. but, there' no exact guide for sample program. Can you tell me if there is a detailed manual? I installed npm create refine-app@latest, npm create refine-app@latest -- --example finefoods-material-ui but I'm struggling to know your architecture. when I meet some errors, It's not easy to solve them. and above two sample's naming rule and route methods are different....

Hey guys I'm trying to use server side

Hey guys I'm trying to use server side pagination for one table, I'm looking in the doc what the backend should wait, and what should it respond but I'm not finding it. I see that kapa.ai mentions current and pageSize, but the request is sending _start and _end so I'm confused. I had been trying to make some tests using _start and _end as query params but refine don't look to understand the pagination. Thanks!

This is my current query

This is my current query ```{"query":"query GetPeople($sort: [String], $filter: people_filter, $offset: Int, $limit: Int) {\n people(sort: $sort, filter: $filter, offset: $offset, limit: $limit) {\n id\n status\n sort\n name\n email\n phoneNumber\n Type\n tags\n avatar {\n filename_disk\n }\n }\n}\n","variables":{"sort":[],"where":{"email__eq":"mansiranghar56@gmail.com"},"start":0,"limit":10},"operationName":"GetPeople"} ...

Hi Guys, I have implemented i18n on

Hi Guys, I have implemented i18n on Refine with next.js from the documentation, I used localized files to replace <AuthPage> component texts and it's working but the translation seems done on client side and then I got en Error message saying : "Text content does not match server-rendered HTML". Any know how I can make the translation done on the server side to prevent this Hydration problem ?

Hey Guys,

Hey Guys, I am Trying to access the refine devtools, and the refine devtools is active on Port 5001, yet when I try to access it, i am prompted with a could not connect to server. Can anyone help me with this?...

How do I make a custom request to a url

How do I make a custom request to a url in nextjs + antd + supabase refine setup I need to access and admin APIs for my dashboard for creating user and stuff Any ideas?...

Hi guys, two questions:

Hi guys, two questions: - when will the tutorial with next.js be released? - If I use nextJs, why refine CLI add resource don't create the CRUD structure into app/ folder with nextJs syntax (example app/resource/page.tsx, app/resource/[id]/page.tsx etc..) ? thx...

Hi everyone! I'm Lucas, a backend

Hi everyone! I'm Lucas, a backend developer who is dealing with a backoffice card in the job. I'm very beginner with Refine but experinced with react and next. I'm facing an issue when I try to deploy the development I did, when I see the logs from the pods (kubernetes) when the app its starting (with refine start --port 8080) it seems like the start process try to create a folder with the path pathToApp/.config/refine-update-notifier-nodejs, it fails because the permissions of the FS which are setted to readonly. Can anyone tell me what this folder is for? there is a way to disable that folder creation? thanks in advance for any answer you can gave me...

Hi. I created a project using vite, but

Hi. I created a project using vite, but when i try to npm run build I get this error: src/contexts/color-mode/index.tsx:55:13 - error TS2322: Type '{ zIndexPopup?: number | undefined; colorFillContentHover?: string | undefined; colorFillAlter?: string | undefined; colorFillContent?: string | undefined; colorBgContainerDisabled?: string | undefined; ... 480 more ...; colorErrorBgActive: string; }' is not assignable to type 'Partial<ComponentToken> & Partial<AliasToken> & { algorithm?: boolean | MappingAlgorithm | MappingAlgorithm[] | undefined; }'. …
 Type 'import("/Users/bogdanripa/git/refine/client/node_modules/@refinedev/antd/node_modules/antd/es/theme/interface/index").MappingAlgorithm' is not assignable to type 'import("/Users/bogdanripa/git/refine/client/node_modules/antd/es/theme/interface/index").MappingAlgorithm'. Property 'colorErrorBgActive' is missing in type 'import("/Users/bogdanripa/git/refine/client/node_modules/@refinedev/antd/node_modules/antd/es/theme/interface/maps/index").MapToken' but required in type 'import("/Users/bogdanripa/git/refine/client/node_modules/antd/es/theme/interface/maps/index").MapToken'....

Hi guy, i notice that https://telemetry.

Hi guy, i notice that https://telemetry.refine.dev/telemetry?payload= request is always pending for today, it work fine yesterday . Is there anyone facing the same issues ?

can some one say how to edit sidebar of

can some one say how to edit sidebar of the example. I cant find a place
Next