Refine

R

Refine

Join the community to ask questions about Refine and get answers from other members.

Join

ask-any-question

discussions

flat-fuchsia
flat-fuchsia8/28/2023

i tried a blog post to authenticate my

i tried a blog post to authenticate my next js app but i'm getting some issues like when i try route path it wasn't asking me to login
evident-indigo
evident-indigo8/23/2023

hello guys can you tell me how to setup

hello guys, can you tell me how to setup casl in react refine dev with access control provider ?
eastern-cyan
eastern-cyan8/17/2023

G2

Not really sure this is #ask-any-question worthy so chiming in here. I am trying to use Tremor for some charting(https://www.tremor.so/docs/getting-started/installation). I already have a refine app built with Ant Design. When throwing in Tremor i need tailwind which messes with most of my styling. Any workaround? If not, am I just better off trying to change the Tremor components i have into something like AntG2 -- https://g2.antv.antgroup.com/en...
rare-sapphire
rare-sapphire8/2/2023

Using swizzle

Hello I've created a new project using npm create refine-app@latest In the components folder i do not see the code for Sidebar Earlier it was called Sider i believe. Can someone help me with the same...
wise-white
wise-white8/1/2023

Applying search params

hello , I am using hook useTable of antd to fetch data and filter form. I am trying to send keyword in url . Example : /v1/promotions?event_status=UPCOMING Can someone help me where it went wrong....
rare-sapphire
rare-sapphire7/27/2023

Hey folks

Hey folks, I created a new project using npm create refine-app@latest so I have following versions: ``` "@refinedev/antd": "^5.7.0", "@refinedev/cli": "^2.7.4",...
harsh-harlequin
harsh-harlequin7/13/2023

GraphQL support for nodes and edges

Hi @Omer I am trying to use Elide's GraphQL API and trying to use refine-graphql. Elide returns data inside edges and node format. ```JSON { "data": {...
correct-apricot
correct-apricot7/4/2023

Ant Design Pro Layout issue

Hi, I'm facing this issue suddenly from today can anyone help me with this, worked fine till yesterday.
No description
optimistic-gold
optimistic-gold7/3/2023

By the way is it planed to have an

By the way is it planed to have an Express BO option ?
rare-sapphire
rare-sapphire7/3/2023

Where is the license claimed

Where is the license claimed?
optimistic-gold
optimistic-gold7/1/2023

Hi i am stuck with google OAUTH someone

Hi i am stuck with google OAUTH someone available to help me ?
like-gold
like-gold6/25/2023

Am I stupid or what

Am I stupid or what? const { data, error } = useList<ApiData, HttpError>({...}) - type of error is HttpError. const { data, error } = useOne<ApiData, HttpError>({...}) - type of error is unknown. why?...
optimistic-gold
optimistic-gold6/25/2023

So I installed Refine with all the

So, I installed Refine with all the necessary dependencies. However I'm trying to edit(Sider) of the default blog project but I can't see any Sider file under my components or any other files. See attached images....
No description
generous-apricot
generous-apricot6/25/2023

Hi everyone I m new to refine and I

Hi everyone, I'm new to refine and I couldn't find anywhere a nice way to make a useSelect depend on another one. In my case I have states and cities ressources in a rest api backend, and in a Form I wanted the cities to be filtered out by the currently selected state. How to acheive this in a nice way ?
extended-salmon
extended-salmon6/23/2023

Apart from Crude can someone also add

Apart from Crude can someone also add functionalities to the refine application?. I have an already built application and I wish to integrate it with refine for the CRUDE functionality. Is there a way I can import to the application?
adverse-sapphire
adverse-sapphire6/15/2023

is it just me or the hackaton register

is it just me or the hackaton register is not working?
fascinating-indigo
fascinating-indigo6/12/2023

Hi Currently in the midst of migration

Hi ! Currently in the midst of migration ```ts <Authenticated fallback={<CatchAllNavigate to="/auth/login" />}> <ThemedLayoutV2...
exotic-emerald
exotic-emerald6/10/2023

[FEAT]: Provide a way to tweak navigatio...

Hello! Will someone help me out on running the example? I'm not sure what command will I have to use to start the examples. I'm working on this issue - https://github.com/refinedev/refine/issues/4310 Ran following commands so far!...
correct-apricot
correct-apricot6/6/2023

Hello need to include tailwind css to

Hello, need to include tailwind css to already existing refine.js with nextjs, ant-design ? any reference?
multiple-amethyst
multiple-amethyst6/1/2023

Is refine for a admin panel or for a

Is refine for a admin panel, or for a whole website? Because I have to replace mainly the whole front page, to be able to add my own page. How do I route the main “welcome to refine” page out?...