How to configure routing for a different base url? like /admin
I'm making good progress building a stand alone admin that I'd like to be part of an app. How can the routing be configured for refine to run under a different route like /admin for ex.
Fetch menu items
I'm struggling to create menu items dynamically via our API. Is there any specific way to handle this case?

Antd design watch form input for value changes
ant design has a useWatch hook, this doesn't work in refine when using useForm, but I want to watch for changes, what can I do?
Reference/Relations between resources
hi I'd love to add relations between resources in my table
Is it possible with refine?
Im looking for something like <ReferenceField/> in react admin
im using nestjsx/crud as a backend if that helps...
using graphql and rest simultaneously
@kapa.ai I am mainly using graphql for queries and mutations, but for creating / editing / deleting a new user I am using a basic rest endpoint. How can I use useModalForm with a one off rest endpoint? would I need to make another data provider?
Starting a new Project with Refine, picking React or Next
I am starting a new project and planning on using Refine. It is a classic CRUD app with hundreds of types of datasources. I am also planning on a react-native app also.
My question is this, would you start a new project with React-Vite and monolith so that you can share data sources between the react-native and react app.
I have considered NextJS and have a version in NextJS. But I end up highly relying on client side code in the NextJS app. ...
Modify graphql request format for KeystoneJS server
I'm using KeystoneJS for my backend stack, which includes a graphql schema that has a query like this:
```
type Query {
users(where: UserWhereInput! = {}, orderBy: [UserOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: UserWhereUniqueInput): [User!]
user(where: UserWhereUniqueInput!): User...
Property 'field' does not exist on type 'CrudFilter'.
const [filterState, setFilterState] = useState<string | undefined>("");
useEffect(() => {
setFilters((prevFilters) => {
if (filterState === "pending") {...
relational api component
make me a component with antdprovider and strapi to make a counter for number of entries
How to manage multiple slugs in a single path
I want to manage a routing path like /categories/:category_id/subcatergories/show/:subcat_id and access both category_id and subcat_id in a Show page of subcategories
Refine HR Application
Just wondering if there's an update on the refine HR application. Hoping to learn from it, maybe even contribute to it if it's still under development.
Thanks....
Missing Sentry trace headers
I'm using "@refinedev/simple-rest" and have set up Sentry. All of my requests are missing sentry's tracing headers. The same sentry config is working well on non-refine projects. Has anyone else had issues like this?
https://sentry.zendesk.com/hc/en-us/articles/20860046489243-Why-am-I-seeing-requests-with-sentry-baggage-and-sentry-trace-headers...
update package
How come my vs code does not allow me to upgrade @emotion/refine packages higher then 10.8.2
JSX errors
So I had no errors before when I first downloaded refine, but when I clicked on node modules, and then refinedev then mui then src file for the side I got like 50 errors for jsx and now I can’t edit the sider until the issue is fixed, anyone know a solution? I tried changing the typescript version and I tried changing the jsx in tsconfig json to just react, or react-jsx but nothing on google is helping me. Let me know if y’all can get me a solution, thanks!

Disable and hide refresh button on show page
Hi, I would like to disable and hide the refresh button on the show button, while still keeping the other buttons