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

Seeder throwing 404 error #19

Open
kvisca opened this issue Feb 1, 2022 · 7 comments
Open

Seeder throwing 404 error #19

kvisca opened this issue Feb 1, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@kvisca
Copy link

kvisca commented Feb 1, 2022

Some users are reporting that the seeder is throwing a 404 error when seeding through the CLI.

@kvisca kvisca added the bug Something isn't working label Feb 1, 2022
@vinnielo
Copy link

vinnielo commented Feb 1, 2022

ive tried the commerce js demo store and the chop chop and I get the same errors:
Could not push an object to the categories endpoint (Response code 404 (Not Found)):

@alex8shan
Copy link

The index.js is actually visiting https://api.chec.io//v1/, instead of https://api.chec.io/v1/, so I just imported a local copy and modified line 63 and 85.

@robbieaverill
Copy link
Contributor

Thanks @minghaoshan, would you like to make a pull request to update it?

@snobvisions
Copy link

Thanks @minghaoshan, would you like to make a pull request to update it?

@MeetMartin
Copy link
Contributor

I have created a pull request for this in #20. This has been tested and it works on my Windows machine.

@TheCodeKing
Copy link

Any chance of a new release with the fix?

@vitustockholm
Copy link

The index.js is actually visiting https://api.chec.io//v1/, instead of https://api.chec.io/v1/, so I just imported a local copy and modified line 63 and 85.

  • index in node_modules/@chec/seeder/index.js
  • delete "/" in 63 and 85 lines
    thank You for debug @MeetMartin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants