violet_rails icon indicating copy to clipboard operation
violet_rails copied to clipboard

can't send emails from public schema

Open donrestarone opened this issue 3 years ago • 0 comments
trafficstars

from the application apex (eg: taron.cloud) the user is unable to send emails


An ActiveRecord::NotNullViolation occurred in message_threads#create:

  PG::NotNullViolation: ERROR:  null value in column "mailbox_id" violates not-null constraint
DETAIL:  Failing row contains (6, null, null, test, {[[email protected]](mailto:[email protected])}, null, 2022-09-25 21:53:47.002727, 2022-09-25 21:53:47.002727).

  app/controllers/mailbox/message_threads_controller.rb:21:in `create'

donrestarone avatar Sep 25 '22 21:09 donrestarone