Matt Simonis
Matt Simonis
@rfjolnisson You're the man! Was able to use your code and get multiple attachments, of different filetypes, sent via SendGrid's API.
Here is how I ended up approaching this: * Updating the provider to add web, like you did. * In the server.ts file, adding this block within the `tap` callback:...
Also running into this. Would love a fix.
My issue ended up being a logger.info that weirdly only appears when the list:routes is run through this extension. So it threw off the JSON parsing because of a log...