Justin
Justin
Explore posts from servers
RRefine
Created by useful-bronze on 4/3/2024 in #ask-any-question
queryFieldsMap reading properties of undefined useList
Turns out its necessary to use the fields meta
meta: {
fields: ["id", "title"],
},
meta: {
fields: ["id", "title"],
},
9 replies
RRefine
Created by cloudy-cyan on 4/3/2024 in #ask-any-question
queryFieldsMap reading properties of undefined useList
@kapa.ai Is there a debug mode so it logs everything to trace the problem
9 replies
RRefine
Created by fascinating-indigo on 4/3/2024 in #ask-any-question
using hooks in nextjs layout causesError: (0 , _refinedev_core__WEBPACK_IMPORTED_MODULE_8__.useMenu)
well i fixed it by making a wrapper component which uses 'use client';
12 replies
RRefine
Created by fascinating-indigo on 4/3/2024 in #ask-any-question
using hooks in nextjs layout causesError: (0 , _refinedev_core__WEBPACK_IMPORTED_MODULE_8__.useMenu)
anyone else has any idea?
12 replies
RRefine
Created by other-emerald on 4/3/2024 in #ask-any-question
using hooks in nextjs layout causesError: (0 , _refinedev_core__WEBPACK_IMPORTED_MODULE_8__.useMenu)
man this is pretty annoying 😐
12 replies
RRefine
Created by helpful-purple on 4/3/2024 in #ask-any-question
using hooks in nextjs layout causesError: (0 , _refinedev_core__WEBPACK_IMPORTED_MODULE_8__.useMenu)
@kapa.ai Thats what im already doing
12 replies
RRefine
Created by adverse-sapphire on 3/31/2024 in #ask-any-question
graphql codegen generate query
havent found any lib that generates document nodes prgoramatically by just giving a type and the fields to query/mutate
21 replies
RRefine
Created by flat-fuchsia on 3/31/2024 in #ask-any-question
graphql codegen generate query
Yeah i have gave up generating those. even tho its just copy pasting 99% The only thing different between all the queries are the fields
21 replies
RRefine
Created by conscious-sapphire on 3/31/2024 in #ask-any-question
graphql codegen generate query
😦
21 replies
RRefine
Created by flat-fuchsia on 3/31/2024 in #ask-any-question
graphql codegen generate query
@kapa.ai but POSTS_LIST_QUERY deosnt exist
21 replies
RRefine
Created by genetic-orange on 3/31/2024 in #ask-any-question
graphql codegen generate query
@kapa.ai i have my schema.types.ts can i somehow directly access that and tell refine to use that instead of query?
21 replies
RRefine
Created by correct-apricot on 3/31/2024 in #ask-any-question
graphql codegen generate query
@kapa.ai But i dont want to write the queries myself. i want the POSTS_LIST_QUERY to be generated
21 replies
RRefine
Created by generous-apricot on 3/31/2024 in #ask-any-question
NextJS + NestJS Query Auth0 api/auth/callback/auth0 Not Found
So what really happend was since my backend was running on port 3000 i still got automatically redirected to :3000 instead of 3001
5 replies
CDCloudflare Developers
Created by Justin on 12/24/2023 in #general-help
make IPv6 only server publicly available to ipv4 only network
hm yeah thanks anyway 🙂 im going to try to find a different solution than
11 replies
CDCloudflare Developers
Created by Justin on 12/24/2023 in #general-help
make IPv6 only server publicly available to ipv4 only network
No problem i also didnt mention that 🙂 i thought that cloudflare might offer a service for this since i also want to push ipv6 forward but im stuck with using ipv4 everywhere because of ds-lite
11 replies
CDCloudflare Developers
Created by Justin on 12/24/2023 in #general-help
make IPv6 only server publicly available to ipv4 only network
But wouldnt that lead to problems when running a gameserver for instance?
11 replies
CDCloudflare Developers
Created by Justin on 12/24/2023 in #general-help
make IPv6 only server publicly available to ipv4 only network
i need 30 ips and im not going to pay over 100€ just for the setup and 60€ just for ipv4! i know they are rare nowadays and i dont even want to use ipv4
11 replies
CDCloudflare Developers
Created by Justin on 12/24/2023 in #general-help
make IPv6 only server publicly available to ipv4 only network
So if im using the domain insated of the ipv6 of that vm than it will connect even on ds-lite networks that do not support ipv6? so cloudflare will just assign an ipv4 to that dns record itself? do you have a link to that procedure 😄 ?
11 replies
RRefine
Created by broad-brown on 11/8/2023 in #ask-any-question
Is there a Relationship selector for Refine
@kapa.ai so there is no easy way to build a form to edit a resource with relations?
16 replies
RRefine
Created by foreign-sapphire on 11/8/2023 in #ask-any-question
Is there a Relationship selector for Refine
@kapa.ai istn there a better way to do this? like predefined components or someting that just does that for me?
16 replies