You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
I installed js-cookie using `yard add js-cookie and put this line in application.js
require("js-cookie")
but when I use this code in my channel:
console.log(Cookies.get('current_user_id'))
I get the error Cookies is not defined
Message has been deleted
fugee ohu
unread,
Jan 11, 2020, 2:04:10 AM1/11/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
After placing <%= javascript_pack_tag 'js-cookie', 'data-turbolinks-track': 'reload' %> in application.html.erb I get the error that it hasn't been included in manifest.js