Refine

R

Refine

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

Join

ask-any-question

discussions

exotic-emerald
exotic-emerald3/13/2024

Hello! I'm trying to be a good Refine

Hello! I'm trying to be a good Refine citizen and go through the proper channels. I had a refine-specific question and asked in the ask-any-question channel, but the bot was unable to resolve my issue. Is there a respectable way to try and escalate a question to a real person? I see the questions channel was archived.
rising-crimson
rising-crimson3/10/2024

Button click not working

Hello All, I have a form that suddenly doesn' t work I have been upgrading the project to 4 and am pretty sure it was working after a upgrade for a while. Clicking the button doesn't do anything at all.
```jsx return (...
other-emerald
other-emerald3/8/2024

Hey, Im new to web development, im

Hey, Im new to web development, im trying to connect refine app crm with mongo db? Is it possible?
wise-white
wise-white3/8/2024

Hi all, I’m hoping someone can help me

Hi all, I’m hoping someone can help me wrap my head around issues with API keys and environment variables in refine. Is it possible to avoid using environment variables that aren’t exposed to the browser (I.e., NEXTPUBLIC). Sorry I looked all around but couldn’t find an answer on how to secure my Airtable provider keys in refine😓
implicit-lime
implicit-lime3/6/2024

I am able to do this with **useEffect

I am able to do this with useEffect, but every hot reload breaks the state. Not sure why. A solution is to abuse the successNotification callback and call setData there. Am I overlooking a simpler and better way to do this?...
implicit-lime
implicit-lime3/6/2024

With **useList**, why was **onSuccess**

With useList, why was onSuccess deprecated?
mute-gold
mute-gold3/1/2024

Hey, general questions about the dev

Hey, general questions about the dev tools. Why does it require a github or google login. I am using refine in an enterprise setting and wondering is any active data from the app sent anywhere externally when running the dev tools?...
eastern-cyan
eastern-cyan2/28/2024

Hi, I need guidance for making dashboard

Hi, I need guidance for making dashboard in next js I want to use custom auth(REST), headlesss ui to style as per design requirement I know refine using react query which is great - I find refine AuthPage component has many built in component like LoginPage, ForgetPasswordPge, RegisterPage etc...
deep-jade
deep-jade2/27/2024

It's not validation I need - it's a data

It's not validation I need - it's a data condition. Basically, before submitting I need the logic to go grab a value from a different data source (or create it if it doesn't exist there) and then append it onto the form data. At this point I'm deep into a custom method but would still be interested in a solution if someone has one for future reference...
itchy-amethyst
itchy-amethyst2/27/2024

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?
itchy-amethyst
itchy-amethyst2/27/2024

what for is refine devtools, how do i

what for is refine devtools, how do i activate it, where is the documentation for it?
eastern-cyan
eastern-cyan2/13/2024

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?
helpful-purple
helpful-purple2/11/2024

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 ?
unwilling-turquoise
unwilling-turquoise2/11/2024

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
extended-salmon
extended-salmon2/9/2024

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?
generous-apricot
generous-apricot2/9/2024

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?
like-gold
like-gold2/9/2024

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....
extended-salmon
extended-salmon2/7/2024

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
ambitious-aqua
ambitious-aqua1/29/2024

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?
eastern-cyan
eastern-cyan1/23/2024

1. Adding List Page | refine

What am I doing wrong? I am following the tutorial and I just created the list page: https://refine.dev/docs/tutorial/adding-crud-pages/headless/index/#creating-the-list-page Now I am trying to add the list page to the app: https://refine.dev/docs/tutorial/adding-crud-pages/headless/index/#adding-the-list-page-to-the-app...