getcandy / candy-api

GetCandy v1 E-Commerce API
https://getcandy.io
Apache License 2.0
445 stars 115 forks source link

exceptions.invalid_service (View: /var/www/online-store/vendor/getcandy/candy-hub/resources/views/layout.blade.php) #383

Closed noud closed 3 years ago

noud commented 3 years ago

Describe the bug I did a 'normal' install in laradock. Then if i go to hub and login after that i get

GetCandy\Api\Exceptions\InvalidServiceException exceptions.invalid_service (View: /var/www/online-store/vendor/getcandy/candy-hub/resources/views/layout.blade.php)

glennjacobs commented 3 years ago

It looks like you're trying to use the old Laravel Hub. Unfortunately, that is no longer supported.

noud commented 3 years ago

what should i use then? i now use "getcandy/candy-hub": "^0.3.17",

aha i see, git clone git@github.com:getcandy/hub.git .

glennjacobs commented 3 years ago

The hub has been moved out of Laravel, and into a separate NuxtJS app. See the guides on the website for more information.