We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installed spree_themes gem 'vinsol_spree_themes', github: 'vinsol-spree-contrib/spree_themes', branch: 'master'
'ruby-2.3.4' gem 'spree', '~> 3.4.0' gem 'spree_auth_devise', '~> 3.3' gem 'spree_gateway', '~> 3.3'
Getting route error after publishing either one https://github.com/vinsol-spree-contrib/theme-BigShop/archive/3-3-bump.zip https://github.com/vinsol-spree-contrib/theme-ClassicWhite/archive/3-3-bump.zip
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"sp ree/admin/themes_preview", :theme_id=>nil}, possible unmatched constraints: [:th eme_id]): 18: <div class="alert alert-preview" role="alert"> 19: <h4 class="text-center"> 20: <%= Spree.t('warnings.preview_mode_message') %> 21: <%= link_to 'X', admin_theme_preview_path(params[:theme]), method: :delete, class: 'pull-right' %> 22: </h4> 23: </div> 24: <% end %> app/views/spree/layouts/spree_application.html.erb:21:in `_62df21b47e640970cf406 a5536f93374'
Routes:
The text was updated successfully, but these errors were encountered:
Hi @fdriesner
Did you add sprockets-helper gem in your gemfile?? If not please add gem 'sprockets-helpers', '~> 1.2.1' to your gemfile and bundle
I hope this works.
Thank you
Sorry, something went wrong.
himanshumishra31
No branches or pull requests
Installed spree_themes
gem 'vinsol_spree_themes', github: 'vinsol-spree-contrib/spree_themes', branch: 'master'
Getting route error after publishing either one
https://github.com/vinsol-spree-contrib/theme-BigShop/archive/3-3-bump.zip
https://github.com/vinsol-spree-contrib/theme-ClassicWhite/archive/3-3-bump.zip
Routes:
The text was updated successfully, but these errors were encountered: