Refine

R

Refine

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

Join

ask-any-question

discussions

like-gold
like-gold1/22/2025

Hello,

Hello, Coming from a different B2B framework, I was looking for something to replace it due to its many limitations. Then I came across Refine, and it seems like it might be what I need. Currently, I am reading the source code to understand exactly what it does and how it differs from the tool I am currently using. I have a few questions—not about how to do things, but about why certain things are done the way they are. I noticed that there are lots of useMemo calls for checking simple conditions. For example, in core/router/use-parse: ...
extended-salmon
extended-salmon1/7/2025

***Hey Guys, how do I call apis which do

Hey Guys, how do I call apis which do not need id param? for example, let's say you log in to Amazon as a seller and want to change some settings. I got two APIs for this purpose....
rare-sapphire
rare-sapphire1/3/2025

refine/examples/inferencer-graphql-hasur...

Just starting out on my journey, has a false start (will document it) with trying to use the SQLite dataprovider... now trying to use hasura long with inferance. One thing i was wondering is can we setup the provider to discover/query to build https://github.com/refinedev/refine/blob/main/examples/inferencer-graphql-hasura/src/inferencerPredefinedMeta.ts instead of needing to create it by hand?
rare-sapphire
rare-sapphire12/31/2024

Hello, I've recently started working

Hello, I've recently started working with Refine. It's a really great platform! I've tried getting some help from kapa.ai, but no luck there so trying here... Does anyone have experience integrating Authelia as an AuthProvider? I'm trying to use react-oidc-context, but I'm having some trouble making things work with the built-in components/hooks like <Authenticated>. I'm also not entirely sure how to correctly handle the callback route. ...
like-gold
like-gold12/30/2024

Guys do we have type for dataprovider?

Guys do we have type for dataprovider? If we have, do we also have typings for filter, pagination, sorting properties?
like-gold
like-gold12/30/2024

Okay. I desperately need it. I think I'

Okay. I desperately need it. I think I'll handle it. What should I do after I created providers?
stormy-gold
stormy-gold12/11/2024

hello here. might not be worth a github

hello here. might not be worth a github issues; using <Authenticated> or even the hook itself within another Authenticated (via a router Outlet) causes the whole application (even the browser) to hang. ``` <Route element={ <Authenticated key="private">...
like-gold
like-gold12/9/2024

Hey there.

Hey there. I have created API endpoints for updating records in my PostgreSQL database. I am using useForm() hook and Edit component to render my form with its input fields. There's also a save button, presumably responsible to send a PATCH or PUT request and update the data. But when I'm in the /edit page and hit save, it returns a 404. In inspect, I see its request URL doesn't contain /edit. It's something like this: "posts/3". Shouldn't it be like this: "posts/edit/3"?...
ratty-blush
ratty-blush11/30/2024

hello i was making a new dashboard while

hello i was making a new dashboard while i was at work when i come home i had the CORD policy error and i cant figure out why , may any one knows what can i do to make it work? or i js have to work on the work's wifi ?...
exotic-emerald
exotic-emerald11/29/2024

Anybody using refine with the nextjs ?

Anybody using refine with the nextjs ? I have a question regarding suspense. It is working wierdly, for some reason, it seems like the loading.tsx is not taking into account as a suspense component at all. If I am right, does that mean that every component (every page) should have manually created Suspense that is wrapped around the components in that page ? If anybody has the samples of the code that works, I would be greatful. Thanks!...
foreign-sapphire
foreign-sapphire11/25/2024

@Alican Erdurmaz ? Any support here

@Alican Erdurmaz ? Any support here
flat-fuchsia
flat-fuchsia11/8/2024

useTable has this whole extension to

useTable has this whole extension to manage and increase/set the pageSize and pageIndex, useList has none of that
manual-pink
manual-pink11/8/2024

Hi guys, I'm planning to integrate new

Hi guys, I'm planning to integrate new provider to refine. But it seems whenever I pnpm add <package-name> to the package/sample it doesn't get added to package.json file. Do I need to setup something?
like-gold
like-gold11/7/2024

A separate note for the templates

A separate note for the templates examples. They are so good. I'm that kind of persone who would prefer to tear apart working project/example and learn by inspecting it and going througth trial and error. Previously in last couple years I only had like 2-3 PRs at all in TypeScript with maybe 50 LOC total but with Refine it feels like I can make what I wish for. I have not worked on UIs for 6-7 years and was more focused on infrastructure and I'm sick to my stomach from the UIs I was using or even worse creating....
flat-fuchsia
flat-fuchsia11/2/2024

I wonder if there is any example of a

I wonder if there is any example of a project where refine has been used to setup multiple social providers but then with a separate backend
fascinating-indigo
fascinating-indigo10/24/2024

Hello guys, I've been using the Ant

Hello guys, I've been using the Ant Design App CRM template, which was previously free. All backend endpoints in my application are custom-built. Now that the template has transitioned to an enterprise model, will this affect my app?
constant-blue
constant-blue10/24/2024

example.crm.refine.dev hangs at load

Hello guys, Am I the only one that cannot access this? The page loads forever, and when it loads, I cannot sign in https://example.crm.refine.dev/...
like-gold
like-gold10/22/2024

Hello! guys, could you show design of

Hello! guys, could you show design of your pages with refine? I would like find some design system for big show/edit forms
plain-purple
plain-purple9/29/2024

[BUG] `useTable` from `@refinedev/react-...

Hey, I'd like to report someone for being agressive and disrespectful to newcomers on refine's GitHub. He pretty much violates every single guideline and rule I've seen when I sign up for this discord server. Here is the issue thread (https://github.com/refinedev/refine/issues/6265#issuecomment-2381048053). I wish that his attitude does not represent the awesome team who contributes to this amazing project. And the correct action could be taken upon asap. Thank you.
wee-brown
wee-brown9/27/2024

Hello everyone, I have a doubt in refine

Hello everyone, I have a doubt in refine. I just started the code along with javascript mastery. I am getting a login error while authentication. Please let me know if you can help me. Cannot read properties of undefined (reading 'headers') TypeError...