Glb mesh not getting displayed and getting this error

I am getting this error when i import a glb mesh into an Angular application. An ordinary babylonjs app with basic html and javascript is working. I am getting ths following error, Please help

Unable to import meshes from https://firebasestorage.googleapis.com/v0/b/arapps-d26c3.appspot.com/o/Templates%2FVibromech_Catalog%2FBabylon_Assets%2FME0583%2FME_583_Final.glb?alt=media&token=5e417e45-3682-4a94-a129-92deecafef25ME 583: importMesh of undefined from undefined version: undefined, exporter version: undefinedimportMesh has failed JSON parse
./Misc/logger.ts.Logger._ErrorEnabled @ logger.ts:83
errorHandler @ sceneLoader.ts:702
importMesh @ babylonFileLoader.ts:686
(anonymous) @ sceneLoader.ts:744
dataCallback @ sceneLoader.ts:508
successCallback @ sceneLoader.ts:533
onReadyStateChange @ fileTools.ts:397
XMLHttpRequest.send (async)
./Misc/webRequest.ts.WebRequest.send @ webRequest.ts:135
retryLoop @ fileTools.ts:422
requestFile @ fileTools.ts:425
./Misc/fileTools.ts.FileTools.RequestFile @ fileTools.ts:461
./scene.ts.Scene._requestFile @ scene.ts:4784
manifestChecked @ sceneLoader.ts:542
./Loading/sceneLoader.ts.SceneLoader._LoadData @ sceneLoader.ts:568
./Loading/sceneLoader.ts.SceneLoader.ImportMesh @ sceneLoader.ts:733
SetupScene @ Setup.js:616
success @ index.html?id=169:440
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
l @ jquery.min.js:2
(anonymous) @ jquery.min.js:2
load (async)
send @ jquery.min.js:2
ajax @ jquery.min.js:2
(anonymous) @ index.html?id=169:431
e @ jquery.min.js:2
t @ jquery.min.js:2
setTimeout (async)
(anonymous) @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
fire @ jquery.min.js:2
c @ jquery.min.js:2
fireWith @ jquery.min.js:2
ready @ jquery.min.js:2
B @ jquery.min.js:2

This seems to indicate that the gltf loader is not loaded
How do you import Babylonjs loaders?

I load it using the CDN, I have made a project using regular html and babylon, Thats working correctly. This error occurs in my other project which is an Angular and mongo db based one…Do you thing its a database issue? Because in the error its not saying which model (model name) its trying to import rather it says “undefined”…

Ideally I would need to see a repro but I think it is more about the loader. Any chance you can repro the issue somewhere?