meandillar
Results
2
issues of
meandillar
When a google ad pixel fires we get the error `Uncaught (in promise) TypeError: Failed to fetch` if using Adblock Plus extension. I'm using Chrome on mac. The ad pixel...
Currently it's only possible to pass in either `html` or `text` but not both when overriding the default email templates. Here's an excerpt from the relevant [source code](https://github.com/supertokens/supertokens-node/blob/master/lib/ts/recipe/emailverification/emaildelivery/services/smtp/serviceImplementation.ts): ``` ......