Does useShow and similar data fetchers have a way to adjust the data after fetch
Does useShow and similar data fetchers have a way to adjust the data after fetch
Which browsers aren't compatible with Refine
I was kindly enquiring which browsers are currently compatible with refine and which ones are not
Refine Devtools: Cookie “__cf_bm” has been rejected for invalid domain.
I'm getting errors for all of the assets that refine devtools loads
variables name not changing
I want to create mutation to hasura, i use useCreate and add variables to the meta object. I want the variable named "objects" but refine still send variables named "object". Please how can i change it to "objects". In the query i already use objects, but still somehow refine send "object" without s.
Does anyone know When will the HR-APPLICATION TEMPLATE be released ?
I have been waiting for this template to be launched for more than 6mnths now i would like to know the release date or the ball park of it
Inferencer
I have a supabase database with about 15 tables. Can refine help me auto create CRUD pages? The only example I have seen is the default Post samples but I have not seen any example/tutorial that creates CRUD pages from custom tables.
vite 5 +
i am getting this warning with vite 5+ The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
vite v5.4.11 building for production...
does refine support module type projects in the package.json...
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",...