Refine

R

Refine

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

Join

ask-any-question

general

Am I stupid or what

Am I stupid or what? const { data, error } = useList<ApiData, HttpError>({...}) - type of error is HttpError. const { data, error } = useOne<ApiData, HttpError>({...}) - type of error is unknown. why?...

So I installed Refine with all the

So, I installed Refine with all the necessary dependencies. However I'm trying to edit(Sider) of the default blog project but I can't see any Sider file under my components or any other files. See attached images....
No description

Hi everyone I m new to refine and I

Hi everyone, I'm new to refine and I couldn't find anywhere a nice way to make a useSelect depend on another one. In my case I have states and cities ressources in a rest api backend, and in a Form I wanted the cities to be filtered out by the currently selected state. How to acheive this in a nice way ?

Apart from Crude can someone also add

Apart from Crude can someone also add functionalities to the refine application?. I have an already built application and I wish to integrate it with refine for the CRUDE functionality. Is there a way I can import to the application?

is it just me or the hackaton register

is it just me or the hackaton register is not working?

Hi Currently in the midst of migration

Hi ! Currently in the midst of migration ```ts <Authenticated fallback={<CatchAllNavigate to="/auth/login" />}> <ThemedLayoutV2...

[FEAT]: Provide a way to tweak navigatio...

Hello! Will someone help me out on running the example? I'm not sure what command will I have to use to start the examples. I'm working on this issue - https://github.com/refinedev/refine/issues/4310 Ran following commands so far!...

Hello need to include tailwind css to

Hello, need to include tailwind css to already existing refine.js with nextjs, ant-design ? any reference?

Is refine for a admin panel or for a

Is refine for a admin panel, or for a whole website? Because I have to replace mainly the whole front page, to be able to add my own page. How do I route the main “welcome to refine” page out?...

hey guys please who do i pitch for a

hey guys, please who do i pitch for a technical article idea?

SOLVED nothing to do with Refine it was

SOLVED: nothing to do with Refine, it was Expo cache issue, options to disable both work fine on Expo/react native I am not sure where should I write it so I am going with #general 😉 I am using Refine v4 in Expo/React Native app. It works as expected for web, but for mobile app I run into errors concering Telemetry (use of Image) and React Query Dev Tools (use of window functions). Disabling both didn't solve the isseue, as they were still present in dist production bundle and cause error. After removing both blocks app runs more or less as expected (still have problem firth firebase, but that is refine-firebase issue possibly). I will investigate further, so I have some solid feedback or pull request, just letting you know. Maybe anyone run into similar issues?...

Carbonspigot

can i get some help i bought carbonspigot and need the licensing

I was using useUpdateMany hook for bulk

I was using useUpdateMany() hook for bulk updation and it went well. but the table is not fetching the updated data is there any way to refresh the table after the operation...

Where’s the refine banner located at

Where’s the refine banner located at? This is GREAT to have all my libraries and DB ready. I’m using Nextjs

What’s the difference between Refine and

What’s the difference between Refine and Amplication? Amplication docs are a joke, i want to try refine.

How do i run `refine dev` in debug mode

How do i run refine dev in debug mode so that I can attach it to my IDE? 😄

6h of debugging

6h of debugging. solution: I changed the order of the router.route('/invitations')... Can someone explain me this please?? xdd...

How do I create a fronted It’s just

How do I create a fronted??? It’s just giving me the client side and no real FrontEnd pace

hi am using refine firebase as the data

hi, am using refine-firebase as the data provider but meta populate is not working

Hello I m studying if Refine is a good

Hello, I'm studying if Refine is a good option for an internal admin panel I'm creating. This application will not necessarily have only CRUD actions and will also be able to interact with several external APIs, for example, so I want to know how I can create custom actions using Refine and if this is simple/possible or better than creating from scratch. PS. A simple example that I thought that if I understood it I would be able to adapt it to any other more complex action, is to have just a form with a text field, where I type an email address and, when I click on a button ,it make a POST request to an API that sends an email to the email address given in the input. ...
No description