-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devise & AWS-S3 incompatibility #3220
Comments
Can you please provide a sample application that reproduces the error? |
Sure! I just finished it: |
Looks like Looks like |
Right! Thanks :) |
I think this issue is completely different to #985
When using:
If I add:
I get NoMethodError errors in both Devise::Sessions#new and Devise::Registrations#new:
Showing /Example/app/views/devise/registrations/new.html.erb where line 17 raised: undefined method `new' for nil:NilClass
Showing /Example/app/views/devise/sessions/new.html.erb where line 14 raised: undefined method `new' for nil:NilClass
The text was updated successfully, but these errors were encountered: