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

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....
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,...
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,...
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....
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...
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}...
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';...
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....
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?...

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 ?
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?
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?
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)?"
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
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.
