Refine

R

Refine

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

Join

ask-any-question

discussions

rival-black
rival-black2/2/2024

post body missing invalid content-type or json object has no keys

Hi, guys, just got this problem and double checked with video but still don't know how to fix it. attch the photo...
No description
xenial-black
xenial-black2/2/2024

Translation of pagination component

How do I translate the pagination component using Material UI?
xenial-black
xenial-black2/2/2024

Custom translation of resource list page header

How can I control the translation of a resource list page header in terms of suffix (plural, singular)? I do get the header translated but it adds a 's' at the end for plural, but in my language the translation will be the same for singlar and plural in this case......
automatic-azure
automatic-azure2/2/2024

Delete "s" in Menu

How to delete leading "s" when i create Menu and sub menu? i am using antdesign.
relaxed-coral
relaxed-coral2/1/2024

Refine localhost is opening a white screen only.

I have no clue at what step of anything i was doing this happened, but it happened and now i can't figure out why it happened. Please help 😭
No description
multiple-amethyst
multiple-amethyst2/1/2024

Cannot find module 'onetime'

I am running the npm create refine-app@latest command and get this error: node:internal/modules/cjs/loader:1147 throw err; ^ ...
fair-rose
fair-rose2/1/2024

side bar tree view

How can i make the side bar work with a tree view with nested items using <ThemedSiderV2/>
metropolitan-bronze
metropolitan-bronze2/1/2024

Customized List Table

Hi, How can i : 1. customize the column width 2. Make a default table (which column are shown / hidden)...
ratty-blush
ratty-blush2/1/2024

How to navigate to a create page with searchparams?

I need to navigate to a create page with certain search parameters so that I can control the form values using that parameters. How can I achieve that?
genetic-orange
genetic-orange1/31/2024

how can i remake this 3 functions using refine hooks?

I have this 3 functions that would make a request in a API. How can I achieve this using refine hooks? This are the functions: `` const arriveStep = async () => { await fetch(${apiURL}/routes/${route?.id}/arrive-step`, {...
fascinating-indigo
fascinating-indigo1/31/2024

Using raw graphql queries

How can I use raw queries with the graphql dataprovder library?
xenial-black
xenial-black1/31/2024

AuthProvider not recognized in @refine/core

AuthProvider not recognized in @refine/core
deep-jade
deep-jade1/31/2024

modify login page using username and password from @refinedev/antd

how do i achive this? my backend is not using email and password, but username and password.
No description
xenial-black
xenial-black1/31/2024

A similar graphqlLiveProvider for REST?

Hello everyone, While working on a refine project, I was wondering if there is something similar to graphqlLiveProvider for RESTful APIs that allows real-time updates? Thank you in advance, everyone!...
metropolitan-bronze
metropolitan-bronze1/31/2024

Customize the sider buttons

Hi I would like to customize the sider button on the sidebar (MUI and Express API) - Basically I would like to create nested buttons under a bulk button. What shall be the best solution for that please?
like-gold
like-gold1/30/2024

How to load multiple resources in parallel in master detail resources

I have an api where resources are organized hierarchically, I want to build sane breadcrumbs with proper links and text labels of the parent resources, but I need to load those resources first: I am doing something like this ```typescript const { id, resource } = useResource();...
constant-blue
constant-blue1/30/2024

strapi4 Access control

How to allow strapi4 user to access específic resources
genetic-orange
genetic-orange1/30/2024

sideMenu default depending of role

Can I set a default resource when the user has a specif role? (or permissions)
wise-white
wise-white1/30/2024

Call Supabase RPC functions with useTable hook

Hi there, Thanks in advance for reading. I've been struggling to find an answer to this. I have a Postgres function in Supabase that performs a very specific (and kinda complicated) query, with quite a lot of filters, conditions and even geolocation checks. It would be very very handy if I was able to call that RPC function within the useTable hook to get it integrated through the Supabase Data Provider, but I can't to find any examples or tips on how to do that....
passive-yellow
passive-yellow1/30/2024

White Screen Bug

Im making for my job a Admin Crud with Refine + React + Antdesign + Strapi, but I have a bug that causes my screen to turn white