middleware nextauth
export { default } from 'next-auth/middleware'
export const config = {
matcher: ['/saji/:path*']
}...
customize login page tailwind css
how to customize login page with tailwind css and authpage components
render content object keep throwing server error...
target 2 tables
{code: 'PGRST204', details: null, hint: null, message: "Could not find the 'home_banner_title' column of 'pages' in the schema cache", statusCode: NaN}
code
:
"PGRST204"
details...
hide filterDropdown default filter / clear buttons
@kapa.ai how can I hide filterDropdown default filter / clear buttons?
useList CrudSort, wrong naming convention
I am having difficulties using Hasura as my dataProvider, using the graphql-default naming convention, it expects uppercase values for the order_by variable, which useList does not comply with.
My code:
```
useList<GetFieldsFromList<LatestActivitiesAuditsQuery>>({...
Setup Refine Locally on windows
Hi guys, I am trying to install locally but was not able to setup.
I tried to install using
pnpm after cloning
pnpm install
But was not able to install it was saying syntax error.
Can someone guide me?...
cannot clear datePicker in filterDropdown not working
@kapa.ai I cannot clear the datePicker date in when using inside filterDropdown to rerender all results. do you have any advice?
CRM app
Hello, i'm using Refine CRM app example (https://github.com/refinedev/refine/tree/master/examples/app-crm) but I notice that informations doesn't persists after server restart. How can I add persistence? And how can I add a database?
Notifications
i need change the styles in the notifications, but i can find how can i do it in the docs, someone can help me?
MUI DataGrid no longer horizontally scaling
EDIT: the official examples are also broken. @contributor
After a Chrome update some time last week, my MUI data grid is not properly horizontally scaling.
If I reduce the size of my browser window, the data grid columns do not reduce in width. A hard refresh resizes it. However, if I increase the browser window size, the data grid columns properly increase in width (the flex property applies)....
Acces Control using Casbin and Antd
``
import { newModel, StringAdapter } from "casbin";
export const model = newModel(
[request_definition]...Adding auth.users of Supabase within refine app
I am creating an app with an admin panel using Supabase. I want to add users to Supabase's auth.users table from within the app. How should I do this? I would like the school administrators to be able to register students (email and password) using the app. According to the Refine manual, it seems possible to add to public tables, but not to the auth table. Also, AuthProvider's register seems to be for direct user operations, so I think it's not applicable here.
how can i make a useForm from ant not automatically redirect after submit
how can i make a useForm from ant not automatically redirect after submit
Different sider for show and other specific resource pages.
I want my detail pages to show a different sider than the one on the list page.
The scenario I am trying to create is having a sider with projects and customers and then when a specific project is clicked, there should be a more detailed sider, with for example todo's, billing, invoices, etc...