Discarded ActionMailer::DeliveryJob due to a ActiveJob::DeserializationError. The original exception was #<ActiveRecord::RecordNotFound: Couldn't find User with 'id'=2>.
Strange: Do you have the user with id number 2 in the database?
i just discovered the tootctl commands !! So i made a "RAILS_ENV=production bin/tootctl accounts approve " to bypass the pending email validation.
The answer was “Ok”, type of answer i like
But when i refresh the page of my account in mastodon, nothing change
The system wait always i valid my inscription in the email I’m supposed to have received.
looking at those log messages, I’m wondering if it’s possible your sidekiq worker is connecting to a different db then your web worker. how is your postgres connection set up? what environment variables are you using for web and sidekiq?