에러 메시지에 대해 말씀하신 점에 전적으로 동의합니다. 다만 설정을 진행할 당시 AWS SMTP 설정과 현재 정상적으로 작동 중인 도메인을 이미 입력했습니다. 현재는 CDN을 설정하지 않았습니다.
하지만 이메일과 서브도메인과 관련된 두 가지 에러가 로그에 표시되는 이유는 모르겠습니다.
또한, 로그의 432, 479, 526번째 줄에 다음과 같은 에러가 존재하는 것을 발견했습니다.
432번째 줄 ERROR: current transaction is aborted, commands ignored until end of transaction block
479번째 줄 PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block (PG::InFailedSqlTransaction)
526번째 줄
ActiveRecord::StatementInvalid: PG::InsufficientPrivilege: ERROR: permission denied to create extension "vector" (ActiveRecord::StatementInvalid)
HINT: Must be superuser to create this extension.
이 에러가 표시되는 이유가 무엇인지 아는 분이 계시다면, 어떻게 수정해야 하는지 알려주시면 감사하겠습니다.