Refine

R

Refine

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

Join

ask-any-question

discussions

optimistic-gold
optimistic-gold1/11/2025

Weird POST request to a raffle API endpoint?

Hello! I'm developing my dashboard with Refine, and I have the network tab open to see what kind of requests Refine is making. I'm seeing a periodic request to a raffle API endpoint that keeps returning with an error 500. What is this?...
No description
fascinating-indigo
fascinating-indigo1/10/2025

More complex data models / data types examples?

We are building a project where we have an object with sub types, where each subtype will have unique fields. In other project's we've solved this using graphql inline fragments https://spec.graphql.org/June2018/#sec-Inline-Fragments I was wondering if there are any examples in Refine for these kinds of more advanced and complex usecases?...
optimistic-gold
optimistic-gold1/10/2025

access control nextjs

is there a way to hide a menu link with permission on nextjs
metropolitan-bronze
metropolitan-bronze1/10/2025

Refine CLI Error: Timed out while checking for updates.

I'm trying to update my refine packages on a project and I keep getting CLI timed out error
absent-sapphire
absent-sapphire1/9/2025

how to migrate to remix from react

title says it all
absent-sapphire
absent-sapphire1/9/2025

how to change base key from Id to identifier

my db sends all data with ID instead of id, I think because of this optimistic updates are not working?
solid-orange
solid-orange1/9/2025

Jwt refresh token. API access with outdated token

I use python fastapi for my backend. I issued jwt access token and refresh token for refine. Data access to API with expired token. Does anyone can advise the correct approach for refresh token implementation?
absent-sapphire
absent-sapphire1/9/2025

modify dataProvider update to support nested endpoint with multiple ids

I'm trying to modify the simple-rest dataProvider so that I can send requests to endpoints that require more than one id. For example, I have some container entity that I need to list, and then this entity has some items that I want to edit using a form. However, the methods should be able to support either case. For example: Endpoint 1 - /api/scheduler/id - supports GET and POST...
conscious-sapphire
conscious-sapphire1/8/2025

FilterDropdown closes after selecting value without filtering

I have a table that have dropdown filters. For some reason when I updated antd to the latest version, it stopped working as expected. When I select value the dropdown disapears. So i can't press "Filter" button.
absent-sapphire
absent-sapphire1/7/2025

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. GET /seller_settings...
quickest-silver
quickest-silver1/7/2025

DeleteButton can config about meaasge ?

DeleteButton can config about meaasge ?
fascinating-indigo
fascinating-indigo1/6/2025

Claude or similar AI agents for building Refine projects

Does anyone have any recommendations for AI agents to automated / support the development of refine projects, like custom GPTs or Claude projects, with the Refine ethos, documentation / code pre-loaded?
fascinating-indigo
fascinating-indigo1/6/2025

Automatic meta for graphql/hasura data providers?

Is it possible to setup a data 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? This would let you go from 0 to full app for graphql based backends, making a very compelling quick start....
exotic-emerald
exotic-emerald1/5/2025

using refine for seo focussed websites

Can i build a content heavy seo focussed sites using refine with react.js?
extended-salmon
extended-salmon1/2/2025

Hello everyone,

I am in process of planning the development of web application. I was amazed with Refine and decided to use it alongside Strapi CMS. In Refine docs I found that there is an integration with older version of Strapi. I would like to know if I can use latest version of Refine with the latest version of Strapi CMS?
absent-sapphire
absent-sapphire12/31/2024

Implementing oidc authProvider for Authelia with react-oidc-context

I'm trying to add Authelia as an auth provider to my project. I'm currently trying to use the example for Keycloak from github to help me with the basic setup. I'm currently a bit confused as to how to integrate it. Authelia has its own login pages, and it requires a redirect url. I'm not sure which url that should be. In addition, I need to add some custom logic that will happen when logging in or out....
national-gold
national-gold12/30/2024

Create new app with AntD gets some deprecation messages

After creating the app using the web refine.new with vite+restAPI+antd when installing and running start dev in the console I have this kind of messages: `` hook.js:608 Warning: [antd: Drawer] bodyStyle is deprecated. Please use styles.body` instead. Error Component Stack at Sider (<anonymous>) at div (<anonymous>)...
broad-brown
broad-brown12/30/2024

Create Custom AccessControlProvider

Can I create a custom access control provider without any custom libraries? I want to implement my own logic
absent-sapphire
absent-sapphire12/29/2024

useTable with complex response

Hello, first time here, and first project with refine! I'm trying to get some data from an api (prometheus alertmanager), and I ran into some issues. I can get the data from the API, but my problem is with parsing it correctly. I couldn't find how to either - 1) map the values into a different simple structure (e.g., map fingerprint to id, labels.* to * and so on), or 2) specifiy dataIndex in <Table.Column> props so that it reads the nested values. ...
ambitious-aqua
ambitious-aqua12/28/2024

refine antd upload

Iam using refine antd form and in that iam using FormItemUploadLogoDraggable as upload component i want a create form and edit form code where FormItemUploadLogoDraggable component should be able to upload and preview/display the image in the form on upload and give the file as string to the main form for logo field...