Mathieu Meylan
Mathieu Meylan
The actual error spit by Universal is: `Error: URLs requested via Http on the server must be absolute. URL: /assets/i18n/en.json` I am also experiencing it.
Is there any workaround to use `TransferHttpCacheModule` out of the box and transfer http state from SSR to client ? I see no mention of this POST issue in the...
This bug is killing us. We use a custom cognito authentication flow ([magic links](https://aws.amazon.com/blogs/mobile/implementing-passwordless-email-authentication-with-amazon-cognito/)) and we wanted to allow our users to choose to get their magic link via email...
> Hi @bilalq thank you for taking the time to open an issue. > > As you mentioned, we can't guarantee the order of the keys so if my memory...
In some frameworks, such as react-router, it's common to have entire directories that start with a `.`, for instance with [server modules](https://reactrouter.com/api/framework-conventions/server-modules). One could have a project directory named `app/.server/server/only/modules`....
We have the exact same use case, where we send a magic link to our users to login without a password. With v5, we're able to serialise the user/session into...
@mattiLeBlanc Does your implementation work when the magic link is opened in a new tab or after a page reload ? Here's my exact flow: 1. User opens sign-in page,...
We experiment this bug as well: We're using transformers to trim and normalise values before they're persisted. It would be extremely convenient if data returned by `save` would also have...