Refine

R

Refine

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

Join

ask-any-question

general

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

I have been trying to ask the ai/support

I have been trying to ask the ai/support bot how to assign an error message when using the supabase dataprovider and not having any luck. Basically I am using the Supabase dataprovider, I have a form that has a field called slug, the server will throw an error if it is a duplicate, I want the async form validation to have a friendly description attached to the field. Right now this is what I have ...

<Select

<Select showSearch={false} style={{ width: 150 }} placeholder="Firms" onSearch={undefined} ...

Just hopped on here to say I'm really

Just hopped on here to say I'm really enjoys the refine tutorial and your docs

Did Refine remove the Remix scaffolder?

Did Refine remove the Remix scaffolder?

merhabalar kolay gelsin, do you guys

merhabalar kolay gelsin, do you guys know how can i know what kind of paginarion, sorders, and filters sent in the simple-rest? so i can modify my API?
Next