Bhavik Chavda

Results 27 comments of Bhavik Chavda

Hey @Utwo, to implement this we have to add attributes here https://github.com/teleporthq/teleport-code-generators/blob/development/packages/teleport-uidl-resolver/src/html-mapping.ts#L21, and anywhere else we have to work?

It's strange that the `20MB` limit is already specified for `v1/events/trigger` routes at https://github.com/novuhq/novu/blob/main/apps/api/src/bootstrap.ts#L69-L70. Still, the image attachment is failing.

> may be provider level issue? Not sure about it, but I tested issue with `Sendgrid` and `Amazon SES` providers.

@scopsy @davidsoderberg While digging into this issue I found the solution, we only need to alter the order of these set of commands and bring the default `bodyParser` configuration below...

Hey @scopsy, @djabarovgeorge Buffer size exceed issue occurs while storing the payload in the `Job` collection as well. We can filter out actual files while storing in `Log`, but I...

Hey @davidsoderberg @scopsy, I figured out how to store, retrieve, and delete attachments from S3 (via localstack). Currently, I'm looking into how Notification is being sent. From https://github.com/novuhq/novu/blob/main/apps/api/src/app/events/usecases/trigger-event/trigger-event.usecase.ts#L30-L111, can you...

@p-fernandez When this functionality will get merged, Or anything missing?

@p-fernandez Sorry for inconvinence, Unwanted changes may happed while I merged main into my branch, because there were conflicts. And I added Error handling for `Azure` and `GSP` as well...

> > @p-fernandez Sorry for inconvinence, Unwanted changes may happed while I merged main into my branch, because there were conflicts. And I added Error handling for `Azure` and `GSP`...