Refine

R

Refine

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

Join

ask-any-question

discussions

ambitious-aqua
ambitious-aqua2/5/2024

useForm to create is using GET instead of POST or PUT

I have a simple form which uses the useForm hook to create one of my resources. It correctly finds the create route, but it arrives as a GET instead of a POST or PUT. Because I'm using remix, that means that the action method (which is what should be handling the POST) never gets called.
exotic-emerald
exotic-emerald2/4/2024

not able to start with Refine for a project.

please help me with this, after creating the refine app not able to complete the command of "npm run dev". getting the error provided in the picture.
No description
quickest-silver
quickest-silver2/4/2024

Error Creating New Refine App

Hello all, I am running into errors trying to start a new refine app. Here is what I did:...
ratty-blush
ratty-blush2/4/2024

Filters

How to filter to show only the last ID inserted
conscious-sapphire
conscious-sapphire2/4/2024

CRUD - List - MUI, Express

CRUD - List - MUI, Express. How can I show the list in the descending order instead of default ascending?...
like-gold
like-gold2/4/2024

How to connect my remix app and refine

How can I connect refine admin dashboard with my remix app.
exotic-emerald
exotic-emerald2/3/2024

Refine React hook form useForm hook not using the proper resource path unless specified manually

Hello, useForm from @refinedev/react-hook-form doesn't seem to be detecting the route path and it keep using resource name unless I specify resource manually. I am not sure what I am doing wrong, below are the screenshots of my project
No description
ratty-blush
ratty-blush2/3/2024

Fetch inicial data

How to retrieve the 1st letter of 2 strings in typescript
optimistic-gold
optimistic-gold2/3/2024

Config

Refine supports multiple react frameworks, backend, .... and question is what comp is easiest to start just to see what refine can do
wise-white
wise-white2/3/2024

defaultValueQueryOptions example

I want an example in which i provide an id in the defaultValue and will select the default record. use defaultValueQueryOptions with meta to query
like-gold
like-gold2/3/2024

Initialize Refine app other place than inside root.tsx inremix js,

Can i initialize refine app <Refine/> other place like inside a route instead of root.tsx?
wise-white
wise-white2/3/2024

useForm graphql variable number

I'm tring to pass a float number to a create form, forced the type to be a number in the onFinish function in the useForm hook but i still get a graphql error that the number was passed as a string, which is true when i look at the request payload. How can i pass a numeric value to the useForm create?
like-gold
like-gold2/3/2024

Any rich text editor for headless ui

Does refine js offer any rich text editor? Or I need to add my own? I do not want to use ant-design.
ratty-blush
ratty-blush2/3/2024

Number generator

How to generate a asc number on each create and start from 1 on every new year
ratty-blush
ratty-blush2/3/2024

Generate barcode

How to get crate barcode in typescript
extended-salmon
extended-salmon2/2/2024

mern Dashboard Client

I copied the mern dashboard client (from jsmastery) repository today but when I tried to run this app ( gave my googleAuthCLientId for sure) google authentication wasnot working properly it was unable to fetch and authenticate my google account , it was showing failed and unable to fetch ... please tell what should I do now...
ratty-blush
ratty-blush2/2/2024

Generate random code number

How to generate a random code number on each create product resource
vicious-gold
vicious-gold2/2/2024

DevOps Dashboard template

Hello is it possible to get access to the refine devops template shown on the website?
like-gold
like-gold2/2/2024

New to refine saw this error after installing

And also why do I have to login to see my own local server?
No description
exotic-emerald
exotic-emerald2/2/2024

Nested Layout

I want to use a nested Layout for my project. Like, the landing page has 3 menus, and when I click on any item, it will go to another new layout. I am using Nextjs and Ant Design.