Refine

R

Refine

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

Join

ask-any-question

discussions

***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....

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?

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. ...

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?

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?

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">...

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"?...

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 ?...

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!...

@Alican Erdurmaz ? Any support here

@Alican Erdurmaz ? Any support here

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

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?

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....

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

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?

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/...

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

[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.

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...

Filter question. How remove filter from url

Hello! I have question about refine table filtration. When I select something and filter, I have filtration and updated URL, like here http://localhost:3002/app/customer-ratings-output?pageSize=10&current=1&filters[0][field]=customerName&filters[0][value]=Investmanagenent%20LLC.&filters[0][operator]=contains but when I click on cross and want to remove filtration, It is not working. How It can be fixed?...