David De Sloovere
David De Sloovere
Usage: var graphSenderOptions = this.Configuration .GetSection("GraphSenderOptions") .Get(); services.AddFluentEmail(defaultFromEmail) .AddRazorRenderer() .AddGraphSender(graphSenderOptions);
Found this one, by accident. Save card twice without changing anything. Latest docker image to date. Chrome 76.  ``` Uncaught Error: Store error: the application attempted to write an...
First and foremost a big thank you for this project. It's awesome. I would like to contribute a small enhancement: Improve the style of the log output by adding some...
### Describe the Bug CLI throws error when, probably because Yarn is not installed npx @vue-storefront/cli generate store ### Current behavior CLI throws ugly error ### Expected behavior CLI should...
Lately we've been getting a lot exception for this error. Probably an error on recaptcha's server that was returned, instead of valid json. It's not handled in `reCAPTCHA.AspNetCore.RecaptchaService+` Would be...
### Describe the feature A new `getRequestOrigin(event)` util would be useful. It's a combination of `getRequestProtocol(event) + '://' + getRequestHost(event)`. Shall I send a PR? ### Additional information - [X]...
Missing webhook info for autorized. Found the info at https://docs.mollie.com/overview/webhooks
### Environment Deployment to VERCEL ------------------------------ - Operating System: Windows_NT - Node Version: v20.8.0 - Nuxt Version: 3.10.3 - CLI Version: 3.10.1 - Nitro Version: 2.8.1 - Package Manager: [email protected]...
### Clear and concise description of the problem The Only default helper to resolve the locale is `detectLocaleFromAcceptLanguageHeader`. To get it from a cookie, one needs to write custom code....
### Describe the feature (if this is not appropriate for a feature request, I'll be happy to report this differently) This request is a result of #25047 The docs aren't...