Refine

R

Refine

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

Join

ask-any-question

general

I am on a project with refine core 4.5.8

I am on a project with refine core 4.5.8, can I safely update to the recent version? Can't find a changelog either. Are there breaking changes?

what for is refine devtools, how do i

what for is refine devtools, how do i activate it, where is the documentation for it?

I would create a message in #ask-any-

I would create a message in #ask-any-question but I don't know if this would fit there... It takes a while to navigate. It's a very consistent while, so it almost feels artificial. Is there an artificial timer when navigation?

hi! im new here, is there a way to

hi! im new here, is there a way to initialize a next.js project with app route using create-refine -app ?

Is it possible to debug the check

Is it possible to debug the check function inside the authProvider, since for whatever reason that fails but using both normal devtools and refine devtools I cannot seem to figure out why it fails

Hi, I am building the React Admin

Hi, I am building the React Admin Dashboard, and the nested Routes are not working. The EditButton does not open a new route of http://localhost:5173/companies/edit/1 and http://localhost:5173/task shows an error of No routes matched location "/task" . Am I missing something?

Hi, I have tried your minimal CRM ap.

Hi, I have tried your minimal CRM ap. But I would like to see the APIs in the backend and how data is saved. Is there anyway to access the backend code for that?

Hi Everyone.

Hi Everyone. I am building some CRUD pages in our product and found Refine to be a great fit for our case. With that, I am having an issue - I am using @refinedev/graphql provider, and can't figure out how to make pagination work. My list query returns an array of entities, and I don't see a way to add count variable....

I am having trouble signing into the

I am having trouble signing into the refine devtools. No matter if I sign in with GitHub or with Google, all I get is an invalid-seesion-token error

Hello people, i just did the javascript

Hello people, i just did the javascript master react refine tutorial, and i didn't understand one thing, can i connect this app with firebase so i can have a backend easily?

Hello everyone I hope you are all doing

Hello everyone I hope you are all doing good, i want to ask you if anyone has already used refine to create both right-to-left and left-to-right oriented UIs and if it's good enough ?

hey i am new to refine, but i want you

hey i am new to refine, but i want you suggestion between chakra and antd design. which one should i choose. in terms of size and perfomance which one better?

useForm error handling

Hello, I'm a backender and playing with Refine so I'm new to React. I have an "create new item" page and copied to code from the inferencer. When the request to server failed I see a red notification with an HTTP 500 error. The response from the server contains information what was wrong. How can I present this to the user? I tried to add a errorNotification to useForm, but that doesn't seem to work. Any help or pointer is welcome.

I have run the CRM app in my local

I have run the CRM app in my local machine. Now I want to customize it. I can't see the backend code here. How to get the backend code? Can you please help me?

'AntdListInferencer' refers to a value,

'AntdListInferencer' refers to a value, but is being used as a type here. Did you mean 'typeof AntdListInferencer'? | why am i getting this errors?

I see that we can pass additional data

I see that we can pass additional data with the meta prop for <DeleteButton meta={...} />. Is it possible to access those values in the backend? Im currently doing something hacky by updating recordItemId to pass the required data to my api

hello i am new i want to contribute to

hello i am new i want to contribute to this software how to get stated i have decent knowledge in mern stack...

hi friends, is there a way to change the

hi friends, is there a way to change the port for the refine dev? i'm getting conflicts on port 5001/2 on separate dev projects and would love to customize it 🙂

Hello, I created my first PR in Refine

Hello, I created my first PR in Refine and made some changes in Form hook. As I am a beginner, I am facing issues while running tests. Can Someone explain or provide resources on how to run tests and see if my change is working fine or not.