カテゴリー: プログラミング
-
-
Net::SMTPAuthenticationError: 535 Authentication failed: Bad username / password 対処法
user_nameもpasswordも入れてるのにエラーが出続けた場合の対処法です user_nameにはa…
-
devise token authでaccess-tokenがリフレッシュされていない場合について
リクエストごとにリフレッシュする設定を加えているのですが、なぜか空でリターンされることが有りました 調べてみる…
-
-
FastAPI/security raise TypeError(“Unicode-objects must be encoded before hashing”)
FastAPIのOAuthのチュートリアルに従いながらコード実装していたところタイトルのエラー発生 とかを試し…
-
devise token authでdevise_token_auth_groupをapi dirで使う方法
結論 contains の中身を[:group_user, :user] で設定していたけど認証されないのでソ…
-
devise token authでconfirmable入れてないけどメール認証を求められる問題の解消
includeしてるDeviseTokenAuth::Concerns::User の中身にdevise が記…
-
Angular Material Table Error: Can’t bind to ‘mdHeaderRowDef’ since it isn’t a known property of ‘md-header-row’
をimportすることで解決しました。 参考記事 Angular Material Table Error: …
-
-