Shrine attachment blocks devise confirmation email sending

116 Views Asked by At

I'm using Shrine gem to allows user upload their document in devise registration form. There is a strange issue as below:

  • If no file is attached to registration form, confirmation email is sent successfully.

enter image description here

  • If user attached any file(cv image) to the form, confirmation email is not sent, it seem that send_on_create_confirmation_instructions callback is not called even there is a transaction commit event.

enter image description here

0

There are 0 best solutions below