error

computer

postgresql-client-14をDebianにインストールする

apt-get install postgresql-client-14 で失敗した人のために。環境dockerのコンテナ(ruby:3.1.3)内。dockerを使っていなければsudoをつける必要があるかも。エラーメッセージバックアップ...
error

RailsでHTTP Origin header didn’t match request.base_url errorの解決

概要Railsを本番環境にデプロイしたら、以下のエラーが発生。HTTP Origin header didn’t match request.base_url原因リバースプロキシに使用していたNginxの設定にミスがあった。解決策nginx...
error

RSA Encryption not supported – caching_sha2_password plugin was built with GnuTLS support

概要musqlでRSA Encryption not supported - caching_sha2_password plugin was built with GnuTLS supportのエラーが出た。Access denied f...
Sponsored links