David Ng said about 4 years ago on Push Notifications with ActionCable :
I got the following error undefined local variable or method `welcome_index_path' for #:0x00007f86f8565b40> BTW, could I have the source code ? David

David Kimura PRO said about 4 years ago on Push Notifications with ActionCable :
I've linked the source code. Thanks for catching that.

jordano159 said about 4 years ago on Push Notifications with ActionCable :
Hi, 
I've followed the tutorial, and it works great. On development with my computer with chrome, It asks me to allow notifications, and sends them.
But when I go in with my android phone, it asks me to allow, but then I don't get the notifications, even when both the phone and computer are subscribed, the computer gets the notification, but the phone doesn't.
Thanks for your help!
Jordan.

Fayme said over 3 years ago on Push Notifications with ActionCable :
Hi   , i have followed every details of your lesson and also visited the project repository, seems to me i have no differences in terms of code. Is there something i am missing? Because when i am visiting my welcome page and calling broadcast from index nothing comes up, also when i am reloading the page. Is there anything additional like starting redis or anything though i know it's not necessary in development. I am pretty new on the topic, help would be much appreciated. 

David Kimura PRO said over 3 years ago on Push Notifications with ActionCable :
are you seeing any JS errors? Could you run the project code from the episode locally and replicate the issue?

Fayme said over 3 years ago on Push Notifications with ActionCable :
  I tried to run the project but seems like we are using different ruby versions. Then changing the ruby version and running the project it's working absolutely fine. Does it have anything to do with the version?  In my project i am using 2.5.1.

Login to Comment