Skip to main content

All Questions

Tagged with or
1 vote
1 answer
92 views

I have the following code in a next-js page to create an address search autocomplete. I want to show a spinning circle to the user when the query is running, which can be quite slow. import {useSelect}...
Essex Boy's user avatar
  • 8,131
0 votes
1 answer
178 views

I have a Spring Boot backend and a Next.js frontend using the Refine framework. While my API works perfectly in Postman and Swagger (including authentication-protected endpoints), I'm encountering an ...
Yunus Emre Alpu's user avatar
1 vote
0 answers
103 views

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
60 views

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
459 views

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
2 answers
1k views

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,850
3 votes
1 answer
4k views

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,369
1 vote
2 answers
200 views

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
100 views

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
  • 3,114
1 vote
0 answers
293 views

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
2k views

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
  • 55
4 votes
3 answers
3k views

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
  • 49k
1 vote
0 answers
437 views

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
372 views

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
2k views

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
  • 67

15 30 50 per page