You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 optionsconstkraken=newKraken();constoptions={resize, lossy,s3_store: {bucket, path}};//Process file or URLconstresult=awaitkraken.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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: