Refine

R

Refine

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

Join
Ssensitive-blue5/2/2024

Hello, I started my first small Refine

Hello, I started my first small Refine project ~5 months ago as a backend dev. Now I need to add some functionality, so I thought, let's first update all dependencies. I could update all minor versions without a problem using yarn upgrade, but when updating some major versions something broke regarding DataGrid. Now my question, what and when is the recommended way/time to upgrade? Should we just do it manually like I tried or is there some sort of common tool or combination of versions provided by Refine? When I create a new project using npm create refine-app@latest I see it does not contains the latest versions either. So should I wait then?...
Eeastern-cyan4/25/2024

Hi everyone! I'm new to refine and I

Hi everyone! I'm new to refine and I want to explore more about the framework so I tried to open two refine dev environment. But it seems that the default behavior refine devtools is designed to use port 5173. So the second server cannot be started because it won't use port other that 5173. Is there any workaround for this problem like manually config port number or turn off the devtools? Thank you!!...
Ggenerous-apricot4/24/2024

Type 'QueryClient' is not assignable to

Type 'QueryClient' is not assignable to type 'QueryClientConfig | QueryClient | undefined'.
Rratty-blush4/24/2024

Hi,

Hi, Does anyone know why the list views does not have resizeable columns? I want to enable colum resizing in datagrid. I have followed the MUI documentation and used the resizeable=true in the colums array. But that is not working. ...
Pplain-purple4/23/2024

use multiple Data providers with

use multiple Data providers with different domain routes. Then use dataProviderName on the hooks to select the one you want. I use this often for switching from mock to proper api....
Sstormy-gold4/18/2024

im getting ```ERROR in ./node_modules/@

im getting ```ERROR in ./node_modules/@refinedev/mui/dist/index.mjs 14:0-37 Module not found: Error: Can't resolve '@mui/material/Box' in 'xxxx/node_modules/@refinedev/mui/dist' Did you mean 'index.js'? BREAKING CHANGE: The request '@mui/material/Box' failed to resolve only because it was resolved as fully specified (probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"')....
Fforeign-sapphire4/18/2024

I am not clear . What I am trying to do

I am not clear . What I am trying to do is use the template and link it to my own database . Preferably a headless cms
Rrelaxed-coral4/18/2024

So if you want your team to go full

So if you want your team to go full refine for all new projects is it just best to go with Vite?
Eextended-salmon4/18/2024

Actually, i think i found out why.

Actually, i think i found out why. useTable from import { useTable } from "@refinedev/react-table"; is not SSR compatible
Eextended-salmon4/17/2024

Error - Pastebin.com

I have been trying to fix this for 6 hours https://pastebin.com/HJfEwNjZ Can't figure it out. i get this error ...
Iimplicit-lime4/17/2024

Has anyone had success integrating

Has anyone had success integrating Refine with Next.js (v14) and Chakra UI? I'm currently stuck on this.
Eextended-salmon4/16/2024

i have a refine + nextjs + shadcn

i have a refine + nextjs + shadcn project, very basic as it's new. I added a new resource and basically copied the resource from Blog posts which seems to work fine, but as soon as i add my own useTable replacing the blogposts useTable, i get an error saying useTable is not a function..
Pplain-purple4/5/2024

[FEAT] Codegen with OpenAPI · Issue #562...

Hey, interested in this one as well https://github.com/refinedev/refine/issues/5623 if there was someway to consume the service method signatures. @Batu mentioned some ideas on the ticket in the road map? Maybe there is some clever way thought up by the refine team.
Ffuture-harlequin4/1/2024

hey guys, i need a help for creating

hey guys, i need a help for creating dockerfile with nginx configuration for refinedev nestjs. is anyone did this before? im struck in nginx conf when i use normal dockerfile with yarn start it works fine
Eextended-salmon3/28/2024

are we supposed to have the database

are we supposed to have the database structure already made with our relations and tables? or how does this integrate with a backend or data provider such as supabase or pocketbase? how does refine know where to create the table, how to create relations. etc..
Aambitious-aqua3/24/2024

I just have a question why the vite

I just have a question why the vite template doesn't include i18n when using the CLI?
Ooptimistic-gold3/22/2024

Hello. My name is Mateo. Handle is

Hello. My name is Mateo. Handle is Flutterbots. I was introduced to Refine.dev and cannot believe it. Nice work! We're currently using Angular but I'm a React developer. I'm a technical lead at my company and I am working on a POC to see if Refine will work as the architecture for our product. I'm following the example on the website for the authentication piece but I'm getting this error: "Warning: validateDOMNesting(...): <form> cannot appear as a descendant of <form>." Looking for help to ge...
Aadverse-sapphire3/21/2024

Hi, I'm stuck while trying to re create

Hi, I'm stuck while trying to re create the backend for the CRM example (really don't understand wjhy the team is reluctant to make it public). Could someone help me out with it, please?
Ffascinating-indigo3/20/2024

hi guys, any official Example repos

hi guys, any official Example repos involving the following stack with refine? Ant Design + Supabase + Next.js?
Eexotic-emerald3/19/2024

Another question - one that seems like

Another question - one that seems like it should be way simpler. I'm trying to create a component that will send a custom query up to my backend server every time the user performs a search on an ant design <Search> field. But I'm running into an error currently of "Invalid hook call. Hooks can only be called inside the body of a function". Code is below: ```import { useCustom, useOne } from "@refinedev/core" import { Col, Input, Row } from "antd" import { API_BASE_URL } from "../../providers";...
Next