Refine

R

Refine

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

Join

ask-any-question

general

using `useForm` in a `Show` action possible?

using useForm in a Show action possible? basically i want my show screen to look like my edit screen with minimal effort, and by that, i mean just disabling all inputs, how can i achieve this? My code looks like this ```...

onlogout getting redirected to localhost:3000 instead of 5173

Iam using vite and using aut0 when i logout its taking me to localhost:3000 instead of localhost:5173

error on changed from strapi login to auth0

i changed from strapi login to auth0 iam getting this issue There could be a misconfiguration in the system or a service outage. We track these errors automatically, but if the problem persists feel free to contact us. Please try again. ...

useGo throws errors

useGo seems to throw errors if it can't find the resource. This should be handle more gracefully instead of throwing as will crash. ...

How to start instance Permify of examples access control permify with Refine?

How to start instance Permify of examples access control permify with Refine?

supabase update password need Auth session

i get "Auth session missing!" when i try to update the password while using supabase

use forget password

forget password is not working and i get this error TypeError: Cannot destructure property 'success' of 'param' as it is undefined.

DeleteButton

<DeleteButton hideText recordItemId={row.id} /> error of not recalling list after deletion...

change from strapi to oauth for login

iam using strapi for login i want to change it to useauth0

let error notification stay forever

currently, the error notification only lasts seconds and then disappear, how to make it stay forever until closing it manually?

add feedback such as antd spin to save button of create form

for my app, the save button of Create takes much time to complete, so I want add feedback such as antd spin to the page

modal

help me create a modal that presents itself in the centre of the page that takes up roughly 1/3 of the screen with sampel text , needs to have some type of elevation and background blur

navigate to show with custom params

import { useNavigation } from "@refinedev/core"; const { show } = useNavigation(); how can i go to resource members with id of 5 and param of activeTab 4...

I18n locale in database

Where to retrieve and set locale in a refine application so it's using the user's defined locale from his user object in database ?

How to validate step 2 form of useStepsForm if current step is 1 but I click step 3

How to validate step 2 form of useStepsForm if current step is 1 but I click step 3?

useautocomplete mui how to do infinite scrolll

useautocomplete mui how to do infinite scrolll

on my show page i have this

const { editUrl, create } = useNavigation();
create("member-cards", "push", { memberId: id });
const { editUrl, create } = useNavigation();
create("member-cards", "push", { memberId: id });
...

useForm redirection

I want to prevent redirection when there is a validation error from the API but it keeps redirecting to / even with refineCoreProps: { redirect: false, action: 'create', },...

useCustomModalForm

how to not close the form and invalidate on success and only invalidate when the form is closed manually.

Does useShow and similar data fetchers have a way to adjust the data after fetch

Does useShow and similar data fetchers have a way to adjust the data after fetch
Next