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

Editor: Export GLB and GLTF fails to fetch #28224

Closed
Ominai opened this issue Apr 25, 2024 · 2 comments
Closed

Editor: Export GLB and GLTF fails to fetch #28224

Ominai opened this issue Apr 25, 2024 · 2 comments
Milestone

Comments

@Ominai
Copy link

Ominai commented Apr 25, 2024

Description

Trying to export any scene from the three.js editor to GLB or GLTF formats don't seem to be going through on Brave and Safari.

Over in the Inspector panel I'm seeing the following when I click on either button:

Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://threejs.org/examples/jsm/exporters/GLTFExporter.js

It is worth noting that the other export and import options appear to be working as intended, just GLB and GLTF are struggling.

Reproduction steps

  1. Open three.js editor
  2. File > Export GLB or File > Export GLTF
  3. Nothing occurs

Code

Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://threejs.org/examples/jsm/exporters/GLTFExporter.js

Live example

https://threejs.org/editor/

Screenshots

No response

Version

r164

Device

Desktop

Browser

Chrome

OS

MacOS, Linux

@RenaudRohlinger
Copy link
Collaborator

#28222 will fix the issue.

@mrdoob
Copy link
Owner

mrdoob commented Apr 26, 2024

Fixed!

@mrdoob mrdoob closed this as completed Apr 26, 2024
@Mugen87 Mugen87 added this to the r165 milestone May 19, 2024
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

4 participants