LoginSignup
0
1

laravelのwebpushで小石に躓いた話

Last updated at Posted at 2023-08-15

状況

laravel-notification-channels/webpushを使用した際に、firefoxでは正常に動くが、chromeで通知許可のポップアップが出ない。
コンソールには以下のエラーが

DOMException: Registration failed - missing applicationServerKey, and manifest empty or missing

解決策

VAPIDの作成を忘れていた。
ずっと実行したと思いこんでいて、Firefoxで動いてたのもあり。Chromeの設定が悪いと疑っていたので盲点だった。

php artisan webpush:vapid

configをキャッシュしてる人は以下も忘れずに

php artisan config:cache
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1