投稿者: Masahiro Okubo
-
Warning: CocoaPods not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side’s plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.ターミナルからAndroid Studioを起動するとエラーが出ないようなので、こちらを実行 動きました! 参…
-
docker: Error response from daemon: dial unix docker.raw.sock: connect: connection refused.
dockerを再起動したら問題解決できました 参考記事 docker: Error response from…
-
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 が記…