I get this error> Invalid auth token > > on my production website (Rails 4) deployed using capistrano and puma.Just that error on a white screen and nothing else. How do I debug this? I googled for similar error but all of them are dated and deal with browser specfic issue with Safari but for me opening the website in any browser gives this error. config.secret_key_base has value defined. the website works fine on development mode. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit groups.google.com/d/msgid/rubyonrails-talk/8c97a795-9203-4415-95e2-f5abffea7471@googlegroups.com. For more options, visit groups.google.com/groups/opt_out.
You my friend did the same mistake as I did, and specified path tp pumactl.sock instead of puma.sock, right? On Tuesday, August 6, 2013 5:15:07 AM UTC+2, shankard wrote:> > I get this error > >> Invalid auth token >> >> on my production website (Rails 4) deployed using capistrano and puma. > Just that error on a white screen and nothing else. How do I debug this? > > I googled for similar error but all of them are dated and deal with > browser specfic issue with Safari but for me opening the website in any > browser gives this error. > > config.secret_key_base has value defined. > > the website works fine on development mode. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit groups.google.com/d/msgid/rubyonrails-talk/5161b903-9289-4092-86fe-62ab93f6f57a@googlegroups.com. For more options, visit groups.google.com/groups/opt_out.
Thanks for this, exactly what I did... -- Posted via ruby-forum.com. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit groups.google.com/d/msgid/rubyonrails-talk/ada0c019c4c857d1afad3d2ecf451541@ruby-forum.com. For more options, visit groups.google.com/groups/opt_out.