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

Cannot load js file in Microsoft Edge #482

Open
basdie opened this issue Jul 19, 2024 · 2 comments
Open

Cannot load js file in Microsoft Edge #482

basdie opened this issue Jul 19, 2024 · 2 comments
Labels
invalid This doesn't seem right

Comments

@basdie
Copy link

basdie commented Jul 19, 2024

When trying to load the js file with Microsoft Edge, I receive the following error:
{
"status": "error",
"code": "FILE_GONE",
"msg": "This resource was not found in any Datacenter",
"trace_id": "AsIACpMJwo569eO",
"hint": "Please check the upload, the resource might have raised an error",
"api_version": {
"datetime": "",
"hash": "",
"module": "elastic_v3"
}
}

I used this URL from your documentation: https://scaleflex.cloudimg.io/v7/plugins/filerobot-image-editor/latest/filerobot-image-editor.min.js

Steps to reproduce the behavior:

  1. Open Microsoft Edge
  2. Go to https://scaleflex.cloudimg.io/v7/plugins/filerobot-image-editor/latest/filerobot-image-editor.min.js
  3. See error

Desktop:

  • OS: Windows 11 Pro
  • Browser: Microsoft Edge Version 126.0.2592.102 (Offizielles Build) (64-Bit)
@basdie basdie added the unseen label Jul 19, 2024
@esnim
Copy link

esnim commented Jul 19, 2024

I am trying to load from CDN and the request is failing with a 410 http status. I tried on Firefox, Chrome and Edge.

Request URL: https://scaleflex.cloudimg.io/v7/plugins/filerobot-image-editor/latest/filerobot-image-editor.min.js
Request Method: GET
Status Code: 410 Gone
Referrer Policy: strict-origin-when-cross-origin

Reading the file from the server instead of the browser seems to work fine:
PHP:
$js = file_get_contents("https://scaleflex.cloudimg.io/v7/plugins/filerobot-image-editor/latest/filerobot-image-editor.min.js");
print "<script>$js</script>";

@AhmeeedMostafa
Copy link
Collaborator

I couldn't produce your mentioned issue,
here you are a screenshot from a device same as ur OS and Edge -- 127.0.2651.98 (Official build) (64-bit) -- so please check your browser or if u still having an issue add the curl this might help,

image

@AhmeeedMostafa AhmeeedMostafa added invalid This doesn't seem right and removed unseen labels Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants