access supabase auth tables from refine
how can i access auth table (users in my case) so i can create users list page
list all auth users from supabase
i want to list all auth users from supabase
it looks like its not like a regular resource and i dont know how to get it with refine hooks...
How can I replace or add more params to url by refine hooks?
How can I replace or add more params to url by refine hooks?
Graphql token
I'm trying to use graphql (using urql) as my data provider and all was ok until I had to authenticate my requests. I need to use send a token (stored either in cookies or localstorage) in the headers but can't seem to make it work.
My issue is that, even though the data provider setup is done in a "use client" file, this thing is rendered on the server first, and even though the queries happen on the client side it seems like the initial setup for the urql provider is done in the server.
In the
authExchange part of my gqlClient setup I even added something like this:...The Notification always appear flash twice after save at Edit page
The Notification always appear flash twice after save at Edit page
How to serve refine app using Next.js Custom Server?
How to serve refine app using Next.js Custom Server?
How can I have different types for when submitting and form for useForm
How can I have different types for when submitting and FormValue when using useForm with react-hook-form
Supabase filtering and realtime(live) filtering
Im using refine with supabase i have messages that should update in realtime on the admin panel. Im using liveProvider for realtime.
message table has from_id and to_id fields
const messages = useList({
resource: "message",
liveMode: "auto",...
useForm redirects to list instead of show
I am useing useForm with react-hook-form . After successfull submit the user is redirected but to the list page not the show page as I have specified:
useForm<MyFormData>({
refineCoreProps: {
redirect: "show",...
casbin access control
how can i implement the access control using casbin?
i am getting this error in my browser:
Uncaught ReferenceError: Buffer is not defined...
useEditableTable error
I'm getting this error on useEditableTable from @refinedev/antd
How do I solve it?
...
Error: (0 , _refinedev_antd__WEBPACK_IMPORTED_MODULE_1__.useEditableTable) is not a function
Error: (0 , _refinedev_antd__WEBPACK_IMPORTED_MODULE_1__.useEditableTable) is not a function
getToPath does not give correct url
I use
```
getToPath({
resource: select("myresource").resource,
action: "show",...
How can i get values from another step in useFormStep?
How can i get values from another step in useFormStep?
Is it possible to customize the notifications style?
I would like to customize the placement of the notifications, im using antd
How to use multiple UI libs at one next js project?
Is it possible to use chakra ui and antd in the same project? If yes how? to configure it
Will Refine support Chakra UI v3?
I was wondering if there are any plans for Refine to support Chakra UI v3 in the near future? Chakra UI v3 has some exciting new features, and it would be great to know if we can use it seamlessly with Refine.