Questions tagged [spree-auth-devise]
68 questions
0
votes
1 answer
Why is Spree not rendering my changed template?
Working on a Spree Commerce app with Rails and trying to customise the templates on the frontend. I have cloned the frontend templates library and they are located in my app/views/spree directory, but when I make a change there it is not rendered in…

kykyi
- 375
- 4
- 10
0
votes
0 answers
Problem: spree shows basic auth, users accounts is not worked
I am working with ready spree shop site. It is worked fine on production deploy, from this source code tree. But in development it asks basic auth. Database is backup form production. Users account which is worked on production are not helps pass…

fl-web
- 462
- 5
- 16
0
votes
0 answers
Receive CanCan::AccessDenied error after modifying source code
I'm StackOverFlow newcomer.
Nice to meet you.
Now, I'm making EC Rails App with Spree Framework.
Spree admin role user is all fine.
But custom role user redirect to authentication_failure after modifying source code in TextEditor.
Process occur…

ひろポンチャンネル
- 1
- 2
0
votes
1 answer
Running rails g spree:auth:install abort with "... wrong number of arguments (given 3, expected 2)"
I am trying to install a new Spree applicattion using the GitHub guide but when I run the install generator rails g spree:auth:install, I get the following error:
rails g spree:auth:install
Running via Spring…

Asme Just
- 1,287
- 5
- 27
- 42
0
votes
2 answers
Adding Image In The Spree Sign Up Form
I know that Spree uses Paperclip gem for Images.
But i didn't know how we can add image in the Spree Sign Up Form.
I tried to implement it in various ways but Still i can't succeed .

Devendra Kumar
- 1
- 3
0
votes
1 answer
The asset ' ' is not present in the asset pipeline
Screenshot of Error Message
If I do not add any image in product then it is working fine with Default Image,but if I add an image using admin panel of spree then on front-end I get this issue .
Inside :- app/helpers/spree/trackers_helper.rb
module…

Yii2Developer
- 85
- 7
0
votes
1 answer
How to handle session at device level instead of browser level in devise?
I'm using rails devise gem. I want to restrict the user to allow from multiple devices(2), not multiple browsers. Is it possible to handle session at device level? If not is there any way to handle this?

Surendra
- 124
- 2
- 7
0
votes
1 answer
Spree_auth_devise: how to add create.js.erb file?
I have modal form to sign-in:
= form_for(Spree::User.new, :url => spree.create_new_session_path, :as => :spree_user, html:{id: 'log_in_user', :'data-type' => 'json'}, remote: true) do |f|
= f.email_field :email, :class => 'form-control', :tabindex…

nuT707
- 1,543
- 4
- 17
- 27
0
votes
1 answer
Spree Associate user with order with Login
I have a Spree application with the ability to login with Facebook and other social networks , but my problem is that i can't associate user with orders in login , i've tried associate_user! like my following sample but the cart is always empty…

Ahmed Ali
- 2,574
- 2
- 23
- 38
0
votes
1 answer
Spree Commerce missing translation es-MX
Hi im new to spree and im building an online ecommerce solution for a client in Mexico, i need all translations working properly, the issue appears when I hit SignOut or Cerrar Sesion, which logs the user out, i get the following: translation…

daniel benson
- 13
- 4
0
votes
1 answer
One more step to complete your registration from Facebook
Spree 3.1 in Heroku.
After installed gem 'spree_social', :git=> 'https://github.com/spree-contrib/spree_social', branch: '3-1-stable'
and setup as described in the gem doc.and developer.facebook.com
I could not login using facebook butoon
Both…

PKul
- 1,691
- 2
- 21
- 41
0
votes
2 answers
Unable to access Spree Admin panel after updating the authentication, verify user email from console
So I'm creating a very basic Spree Rails app. I was able to access the Admin panel by just going to http://localhost:3000/admin But after setting up the authentication when I try to access the administration after entering my email and password I…

Steven Aguilar
- 3,107
- 5
- 39
- 89
0
votes
2 answers
having problems with the login link using Spree
So I tried to add the login link on my Spree Rails app by following the documentation in http://guides.spreecommerce.org/developer/authentication.html However I haven't been able to get the link on my app.
I created app/overrides/auth_login_bar.rb…

Steven Aguilar
- 3,107
- 5
- 39
- 89
0
votes
1 answer
create admin for spree for the app on heroku
How can I create an admin for my app which is running on heroku with spree.
Here's what I am trying but doesn't seem to be working.
new_admin=Spree::User.create(:email=>"test@gmail.com",
:password =>"testtest", :password_confirmation…

Suraj
- 41
- 8
0
votes
1 answer
What is the call back url I should provide for spree social
I am using spree_social gem, for social media logins using facebook and google.
How ever while I am trying to create an app in twitter, they say call back url is invalid
http://localhost:3000/users/auth/twitter This is what I am giving as the call…

gates
- 4,465
- 7
- 32
- 60