2022-10-11から1日間の記事一覧

twitterのOAuth2認証でのエラー

ずっと開発してきたlaravelでのサービスをデプロイ、 早速twitterアカウントを連携するぞーと思ったら array(2) { ["error"]=> string(15) "invalid_request" ["error_description"]=> string(82) "Value passed for the redirect uri did not match the uri…

laravel アプリをデプロイしたのにcssが反映されなかったり画面遷移できない時

cssや画面のリンクを確認してhttp://〜になっている& ブラウザにhttps://〜で直打ちするとアクセスできる場合は laravelプロジェクト内のapp/Http/Middleware/TrustProxies.phpを確認する今回はALBと紐付けたEC2サーバにデプロイしたため ALBのプライベート…

laravelアプリをデプロイした環境でphp artisan migrateできない時

.envをいくら確認しても SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = attract_customer and table_name = migrations and table_type = 'BASE TABLE') のエラーが出ていた 検索…