Jarle Mathiesen
Jarle Mathiesen
This can be achieved by subscribing to your user's muspy calendar, and toggling e-mail notifications for events in that calendar.
Thanks for reporting. Until support for this is added, it's possible to use this workaround for ally redirects: ```ts import { redirect } from '@remix-run/node' const redirectUrl = await http.ally.use(provider).redirectUrl()...
AdonisJS redirects should be compatible in `@matstack/[email protected]`. I stumbled over an undocumented approach with the correct headers to set here: https://github.com/remix-run/react-router/discussions/12693#discussioncomment-12926533
Add this at the end of `test.ts`: ```ts .then(() => { process.exit(process.exitCode) }) ```
This is an interesting problem that I have encountered myself when building. I ususally peek at the work done in the AdonisJS Inertia implementation to see how they handle these...