Skip to content
New issue

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

api/public/products not found #100

Open
sskhokhar opened this issue Aug 11, 2015 · 7 comments
Open

api/public/products not found #100

sskhokhar opened this issue Aug 11, 2015 · 7 comments

Comments

@sskhokhar
Copy link

Whenever i try to run node server i come up with this
capture
error

@keyur-iksula
Copy link

It seems like an issue with your configuration file, Can you paste your config.json file here?

@sskhokhar
Copy link
Author

Here is my directory structure

capture

Here is my Config file
{
"socket": {
"port": 80,
"host": "localhost"
},
"magento": {
"path": "/xampp/htdocs/Magento-Store",
"host": "localhost",
"store": 0
},
"api": {
"host": "http://localhost/api/public",
"provider": "magento"
}
}

@keyur-iksula
Copy link

Change configuration as following.
"api": {
"host": "http://localhost/Magento-on-Angular/api/public",
"provider": "magento"
}

or
if you have disable SEO friendly url then also include index.php.
"api": {
"host": "http://localhost/Magento-on-Angular/api/public/index.php",
"provider": "magento"
}

Let me know if you still facing the same issue.

@sskhokhar
Copy link
Author

@keyur-iksula I tried everything but still error that Products not found in api/public/
I cant even see this directory in api/public.
Is this directory generated automatically?
EVerything runs fine, laravel installation, bower installation, npm install command. But whenever I try to run node server i says that Products not found in api/Public

Please help me sort this out.

@vrkansagara
Copy link

same issue facing

@aonic
Copy link
Collaborator

aonic commented Oct 6, 2015

There are other closed issues about this same thing. Have you looked at
those already?
On Tue, Oct 6, 2015 at 8:22 AM Vallabh Kansagara [email protected]
wrote:

same issue facing


Reply to this email directly or view it on GitHub
#100 (comment)
.

@vrkansagara
Copy link

can you reefer me the issue number so I can dig into the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants