Skip to main content

Questions tagged [refine.js]

The tag has no usage guidance.

refine.js
1 vote
0 answers
50 views

Refine Dev, how can i implement RTL in version 4?

So, I'm currently working on a project that is Arabic only, and it is my first time using Refine DEV. On the websites documentation, I didn't find anything related to RTL in version 4. So I wanted to ...
Elio Youssef's user avatar
1 vote
1 answer
27 views

Getting double slash and getting 301 moved permanently when manually changing url

So basicallly i am getting double slash when i try to use getOne like this https://api.cibuilders.co.in/admin-pannel/project//2229 and the url of the page is http://localhost:5173/admin-pannel/project/...
ashish.oraon's user avatar
2 votes
1 answer
56 views

React component not rendering data correctly after updating component state in a Refine project

I've been using Refine to build a dashboard application. The majority of the pages work well with the data fetching capabilities provided by the Refine framework. However, I encountered an issue when ...
crazyoptimist's user avatar
1 vote
1 answer
179 views

Refine, Customize login page, use user-id instead of email

we've created a refine project and we want to connect it with our oauth2 service, our auth provider has userId:password logic instead of email:password combo, we tried customizing AuthPage but it does'...
hmmftg's user avatar
  • 1,550
1 vote
1 answer
137 views

Why does rendering my antd form fail when including a DatePicker?

I have a component that renders a simple form looking like this: const { saveButtonProps, formProps, formLoading, queryResult } = useForm(); return ( <Form {...formProps} layout='vertical'> ...
JDS's user avatar
  • 1,269
1 vote
2 answers
105 views

I tried to install strapi to refine dev: Cannot read properties of undefined (reading 'addBreadcrumb')

Node.js v20.12.2 [email protected] Describe the bug: After to run this command: npx create-strapi-app@latest pdf-invoice-generator --quickstart npm ERR! Node.js v20.12.2 npm ERR! A complete log of this run ...
bellarej's user avatar
1 vote
0 answers
76 views

Type 'X' is not assignable to type 'X'

I have an app with refine.dev and craft.js, I'm converting files from jsx to tsx and I have this error that I don't understand. Here is the component : import { Button, Image, Text } from "@...
Johan's user avatar
  • 2,634
1 vote
0 answers
105 views

React Refine framework and mui autocomplete dropdown menus with prefilled values from fetched data

I am working on a project with the refine framework for user registry management. In this application, it is possible to create dedicated processes for each user, and for each process, I can associate ...
kyundos's user avatar
  • 11
1 vote
1 answer
621 views

Refine.dev Fetching multiple records from different tables

How do you deal with fetching multiple records from two or more tables from the API using the useTable hook instead of useMany? Under the hood, useTable uses useList. Let's say I have customers and ...
Svene's user avatar
  • 25
2 votes
2 answers
936 views

Ant Design ColorPicker component, transform the value before sending it to the server?

I'm using Refine with Ant Design. I've a form for creating a new tag. The form has a property named background_color, which should be the color in HEX format (i.e. #ff6347). The problem is that <...
gremo's user avatar
  • 48.2k
1 vote
0 answers
269 views

setting google auth in refine framework

I have already imported the google auth functionality in refine itself but when I change the value of "GOOGLE_CLIENT_ID" to the one I created in google OAuth, the popup for google auth comes ...
Denis S Maheshwari's user avatar
0 votes
1 answer
190 views

Can we use refine UI without router

The refine UI library is simply awesome, but most examples I saw rely on having a router and defining what path will have access to some action on the data source. But if I want just to render the ...
Vitor Figueredo Marques's user avatar
2 votes
2 answers
1k views

Customizing Sidebar Menu in Admin Panel Built with React and Refine.js

I'm currently working on an admin panel for a news website using React, Refine . I'm relatively new to backend development, so I opted for Refine library to simplify the project. my question might be ...
anuka's user avatar
  • 47
1 vote
2 answers
654 views

Changing localhost port of react-refine

How do I open react-refine app on localhost 3000? It opened on port 5173 by default. I looked for it in package.json file but can't find port
Vosid's user avatar
  • 75
2 votes
3 answers
521 views

Refine - unable to create React project using CLI refine-app@latest

Am using Refine framework to create an app, running the command below - npm create refine-app@latest It fails everytime, with the error in superplate-cli × Could not retrieve source repository. ...
sppc42's user avatar
  • 3,221

15 30 50 per page