Drake
Explore posts from serversProject with Upstream Repo Won't Update
And the docs indicate it should: https://docs.railway.app/reference/templates#updatable-templates
23 replies
RRefine
•Created by rival-black on 11/19/2022 in #ask-any-question
Extending AuthPage
Ahh thanks! I see what I did wrong now. I imported from the wrong package. I should done like https://github.com/refinedev/refine/blob/ef3122b79d008d7fe4b85d6a1e5a1441e3cdeb75/packages/mui/src/components/pages/auth/index.tsx#L4:
thanks for catching that!
16 replies
RRefine
•Created by mere-teal on 11/19/2022 in #ask-any-question
Extending AuthPage
same as the register component:
16 replies
RRefine
•Created by deep-jade on 11/18/2022 in #ask-any-question
Can't refetch Auth
Thanks! Weird react 😑
17 replies
RRefine
•Created by genetic-orange on 11/19/2022 in #ask-any-question
Extending AuthPage
Ya I tried to copy the core auth page but there were some errors (maybe some typing error)
16 replies
RRefine
•Created by quickest-silver on 11/19/2022 in #ask-any-question
Extending AuthPage
Womp womp
16 replies
RRefine
•Created by exotic-emerald on 11/18/2022 in #ask-any-question
Can't refetch Auth
this worked! Thanks! now I need to figure out why my mutate is being fired twice... 😅
17 replies
RRefine
•Created by correct-apricot on 11/18/2022 in #ask-any-question
Can't refetch Auth
https://github.com/refinedev/refine/issues/3019
thank you! 🙏
17 replies
RRefine
•Created by absent-sapphire on 11/18/2022 in #ask-any-question
Can't refetch Auth
Appwrite uses teams for group permissions. A user can invite another user to a team and they'll get an email with a link that includes a secret. This page handles that link and calls the update team membership status API (the mutate call). That API call will also create a session
17 replies