Replies: 1 comment
-
|
Hi @Zmove So the hub needs a node server to run, if you have this in a sub folder then you would need to make sure that you start a node server in the From there, you should be able to get access to the hub via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm quite new to laravel and nuxtjs and I'm completely lost about getcandy installation.
I followed documentation, and used the api boilerplate to get the api working.
First, here is my folder hierarchy :
If I go to url : https://getcandy.mywebsite.com/api/v1, I can see this, so I think the API is working.

And Here is my .env file for the laravel application

Here is my .env file for the hub application

From here, I don't know what to do. I would believe that the login page would be accessible from getcandy.mywebsite.com/login, but I get a 404 error whereas I used the api boilerplate github repository that define a /login route.
I'm stuck here, could you please help me ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions