Rasmus Styrk
Rasmus Styrk
Hi, I am trying to use `graphql-request` in my stimulus controller, but I am getting this error in browser console: Uncaught SyntaxError: import not found: GraphQLClient. Controller looks like this:...
When sending push messages i often get this error back from the gem: ``` "\x1F\x8B\b\x00\x00\x00\x00\x00\x00\x03uT1\x8E\x1C0\b\xFC\xCB\xD6\x87\x04\x06\x83}_\x89R`\xB0\xA5(E\x8A\xBBTQ\xFE\x1E\xF6R$R\xE2f\xB5\xDA\xF5\xC00\xCC\xF0\xE3\x91\xFE\xEE\x8F\xD7O?\x1Eo\xEF\xFE\xFE\xFD\xED\xF1\xFA\xF8\xF6\xF5\xF1\xF2\xF8\x92\xF5\xADcG\xF3\xD9\xE1X(H\xD2\x84%\xE1\x90\xDA(\xD37\x1D\x1A\x8F\x9F/\xFF\xC5\x06-\x9F+\x12\xDC\xA7\x814\xEE0vk0q\xE6\xE9\xBC\xC3\xF4\xDC\xB0\xCC94}\x01\x92;H\x9F\fUd\x00g\xF8\xD6!\x88\xC97\xAC\xB25Y\xB1`\xED\x95\xC5\x19\x03\x9C\xDD =i{\x95\xAA\xFFoX\xF3a]\x9C\x01U\x05dR\xF5={\x03\x1D=1:n]\xFB\x86\xCD\b\xCF3\x9Et[a\xDDJ+\xD5\x00\x1D\x8B
Hi great people, I have added this gem to a newly created store. The store uses https://github.com/solidusio/solidus_starter_frontend So i had to add the form manually, but that's ok. My issue...
Check this out: https://github.com/solidusio-contrib/solidus_subscriptions/blob/a487afef130ebf29679d864d08e83f6d2f8dd140/app/decorators/models/solidus_subscriptions/spree/order/finalize_creates_subscriptions.rb#L12 When booting rails application it fails. It can be fixed by changing the code to `if Gem::Version.new(::Spree.solidus_version) >= Gem::Version.new('3.2.0.alpha')`