Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants