Refine

R

Refine

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

Join

ask-any-question

discussions

xenial-black
xenial-black2/13/2024

Filters error

Hi, how can I use filters from useTable together with special characters (like # for example). When I do not reload the page all queries with this character go correctly, but after reloading I either get a blank field or get 2 filters with the same field
No description
dependent-tan
dependent-tan2/13/2024

Refine CRM Tutorial

Do you have an estimated timeline for the new tutorial in the documentation mentioned here: https://refine.dev/blog/react-crm-with-refine/? I was also wondering if it is going to cover the full version, or the minimal one. Thanks in advance....
equal-jade
equal-jade2/13/2024

anyways i can make logout quicker ?

everything working fine but after 401 it takes too much to logout user ``` logout: async () => { localStorage.removeItem(TOKEN_KEY) return { success: true,...
rare-sapphire
rare-sapphire2/13/2024

Patch will be processed after Put transmission.

export const EditProps = ({ items, id, point }: IEditPageProps) => { const [itemsState, setItemsState] = useState(items) const [pointState, setPointState] = useState(point) const { register,...
frozen-sapphire
frozen-sapphire2/12/2024

Refine Sider Modification

I'm working on a Refine project using Material UI and facing a particular challenge. I need to add a custom link in the default sidebar (Sider) that leads to a new page. This page isn't based on a standard resource like in typical Refine usage, but I want to maintain the sidebar's standard features, such as active page highlighting. As far as I understand, there are a couple of ways to customize the Sider: Using the Sider's render prop....
modern-teal
modern-teal2/12/2024

help with npm version 3.6.3

Hello everyone, could someone help me instal refine version 3.6.4 because im trying to follow a certain youtube tutorial and everything changed. Thank you...
extended-yellow
extended-yellow2/12/2024

Run refine on hosting provider

How to deploy refine in cPanel
notable-maroon
notable-maroon2/12/2024

Connect Rest api (Express) with simple-rest list based on the company id to get all job-offers

Hi im relatively new to refine. I made a Rest api endpoint using express to get alle the job-offers a company has published based on its id. When i am using postman everything works fine and i get an array of the needed joboffers: http://localhost:3000/job-offers?companyId=VtCInkBuMHuza8GYOS0z When i want to get the objects to my refine app i dont get anything: <Refine routerProvider={routerProvider}...
adverse-sapphire
adverse-sapphire2/12/2024

useShow in nextjs is not extracting the id from the path

my path is /blog/[id/page.tsx and it looks liek this: 'use client'; import { useShow } from '@refinedev/core';...
other-emerald
other-emerald2/12/2024

filter works in some resources and doesnt work in some other.

also case insensitivity doesn't work. changing filterOperator to containss didnt help. when filterOperator changed to containss none of the filter is applied....
foreign-sapphire
foreign-sapphire2/11/2024

node_modules

after installing the graphql codegen iam facing this error on both of tsconfig.json file on the core and antd files that are inside @refinedev file also Prettier doesnt work because of that How i can fix that?...
No description
fair-rose
fair-rose2/11/2024

Next.js App router

is there a way to start a next.js proyect with app routes instead pages routes using npm create refine-app@latest ?
extended-yellow
extended-yellow2/11/2024

Notification provider

How to customize success notification on create, edit, update and delete
like-gold
like-gold2/11/2024

Vite File Based Routing in Refine

How can I use Vite file based routing in refine
like-gold
like-gold2/11/2024

Pro Service - Refine Expert

Hi I have tried to contact the Enterprise service of Refine but I did not get any answer for a month. Could you please check?
like-gold
like-gold2/11/2024

How can I make the check function work with httpOnly

For my authentication, the api makes use of cross-site httpOnly cookies, which means I cannot check if a user is logged in on the client side. The way that this is checked is by hitting the /api/account/info endpoint, which either returns a 200 if the user is logged in or a 401 when the user is logged out. However the authProvider makes a server side request to the api, which makes it so the cookies are not passed along in nextjs. How can I fix this?
extended-yellow
extended-yellow2/11/2024

Step form

How to use create form in steps
ratty-blush
ratty-blush2/11/2024

Add a page other than CRUD and make the menu highlightable

I am using Refine with Antd. I have a resource called 'activities' and I have added CRUD pages for this resource. Besides the CRUD pages, I also want to add a 'schedule' page for it. How can I make the newly added page (e.g., /activities/schedule/1) have the same highlighting effect on the 'activities' menu as other pages (e.g., /activities/edit/1)?"
stormy-gold
stormy-gold2/11/2024

Unable to proceed from login page

I am busy with crm-example and i have just did the auth provider, and also finished adding it to my app. When i click the login button, the page just, nothing is routed to my Outlet component
stormy-gold
stormy-gold2/11/2024

Refine, unable to login.

My page can't seem to route to the next page even though the correct loguin details are entered, it just remains on the login page.
No description