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

404 Not found #32

Open
adamreisnz opened this issue Jun 26, 2020 · 0 comments
Open

404 Not found #32

adamreisnz opened this issue Jun 26, 2020 · 0 comments

Comments

@adamreisnz
Copy link

We're experiencing 404 not found server errors when using this library, coming from Posts to https://api.kraken.io/v1/url.

Using kraken 0.4.0 in the standard way:

   //Create new Kraken instance and prepare optimisation options
    const kraken = new Kraken();
    const options = {resize, lossy, s3_store: {bucket, path}};

    //Process file or URL
    const result = await kraken.process(file, url, options);

Calling the URL directly from browser also results in a 404, but that's probably because it's not a POST.

Any thoughts though? Has been occurring frequently lately.

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

1 participant