Mihael Međan
Mihael Međan
In *app/views/spree/shared/_social.html.erb* `@spree_user` is used but the variable name is `@user`. Workaround: Override *_social.html.erb* partial. Copy existing partial from gem to *views/spree/shared/_social.html.erb* . Add this line `` and change `@spree_user`...
@mohansiriga7 You can fix that by adding `Spree::User.new` to the user definition. ``` ``` This should also fix all crashes of that kind throughout application. It *might* change Spree intended...
@alxxyz Would this work for you? Store whole secret manifest inside a github secret, and then apply it as a resource directly? For example: Github Secret content: ``` apiVersion: v1...