Refine

R

Refine

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

Join

ask-any-question

discussions

loud-coral
loud-coral11/21/2024

Local setup help needed for Contributing.

I clone the repo on local machine and install dependencies . and ru build command . nwo i want to pick issue and start working so what could be ideal steps to do so . and test solutions ?
genetic-orange
genetic-orange11/21/2024

redirect after login/auth check

i'm running into an issue where i am logged in, but the server is down. I get thrown to http://localhost:3000/login?to=%2Fusers%2Fedit%2F62be6554-d4ca-4bb8-958c-bd745cb6a804 which means i should get pushed to /user/edit/xxx after refresh or after relogin...
flat-fuchsia
flat-fuchsia11/20/2024

Where I can see the roadmap of refine?

Where I can see the roadmap of refine?
flat-fuchsia
flat-fuchsia11/20/2024

defaultValues useModalForm

how do i set defaultValues with useModalForm
correct-apricot
correct-apricot11/20/2024

About Create New Project

when using about CLI for create new project and current version but when i choose select about framework not has only two chiose between Vite and NextJs but i just want only react refine how about it ? Thank for read
flat-fuchsia
flat-fuchsia11/19/2024

TData[] in getList rest data provider

how do i get the type in getList in the rest data provider Type '<TData extends BaseRecord = BaseRecord>({ resource, pagination, filters, sorters, meta }: GetListParams) => Promise<{ data: BaseRecord[]; total: number; }>' is not assignable to type '<TData extends BaseRecord = BaseRecord>(params: GetListParams) => Promise<GetListResponse<TData>>'. Type 'Promise<{ data: BaseRecord[]; total: number; }>' is not assignable to type 'Promise<GetListResponse<TData>>'. Type '{ data: BaseRecord[]; total: number; }' is not assignable to type 'GetListResponse<TData>'....
like-gold
like-gold11/18/2024

auth0 error 401 unauthorized from backend

Im using auth0 for my authentication, im successfully login from auth0 and get the JWT token, but when i call API from backend im getting 401 error. but when im using JWT token from auth0 API debugger extension it success
flat-fuchsia
flat-fuchsia11/18/2024

How can I integrate refine with strapi v5?

How can I integrate refine with strapi v5?
flat-fuchsia
flat-fuchsia11/15/2024

how to specity types for post and also return data on useForm and useModalForm

const { formProps, saveButtonProps, onFinish } = useForm();
grumpy-cyan
grumpy-cyan11/15/2024

accessControlProvider multi level resources

How can i filter access to all the resources belonging to one parent resource?
fascinating-indigo
fascinating-indigo11/15/2024

I have some trouble with cloning the repo, it keeps throwing...

I have some trouble with cloning the repo, it keeps throwing $ git clone https://github.com/dbfreelance/refine.git Cloning into 'refine'... remote: Enumerating objects: 326761, done. remote: Counting objects: 100% (48/48), done....
flat-fuchsia
flat-fuchsia11/15/2024

How to custom header request with hooks of refine?

How to custom header request with hooks of refine?
grumpy-cyan
grumpy-cyan11/14/2024

on login go to root instead of first defined resource

After I login the, in safari, the browser goest to the URL of the first defined resource, I would like to go to the url i return in the login auth provider, how can i do that?
harsh-harlequin
harsh-harlequin11/13/2024

redirect successful delete operation back to list action?

redirect successful delete operation back to list action?
harsh-harlequin
harsh-harlequin11/13/2024

savebuttonprops how to intercept before submit?

savebuttonprops how to intercept before submit?
grumpy-cyan
grumpy-cyan11/13/2024

Invalidate resources on logouot

Hi, I jsut started creating an app and don't know the best way to fix this. Here is my scenario: 1. User A logs in 2. User A fetches a list of posts from his account 3. User A logs out 4. Without refreshing the page...
sensitive-blue
sensitive-blue11/12/2024

initial route

I would like to determine the initial route for a user based on my RBAC API
harsh-harlequin
harsh-harlequin11/12/2024

passing param when navigating to another page useNavigation

passing param when navigating to another page useNavigation e.g. how to populate sid here? ...
deep-jade
deep-jade11/12/2024

Create a download link for each row in a useTable

How can I generate a download link using the id of each row in a table generated using useTable and dataprovider
stormy-gold
stormy-gold11/11/2024

Can refine i18n provider change the resource label?

Is it possible for me just to provide a key when defining a resource meta label and refine i18n provider knows to change the label based on the key and language etc?