Can't load Remote Asset Bundle

I use cocos creator 3.4.2. I have 2 project, main project and mini game project
In main project, i use function “assetManager.loadBundle”, but i can’t load bundle, i get the error “TypeError: _applyDecoratedDescriptor is not a function”
In mini game project, i export Remote Asset Bundle in Android and IOS

can someone help me fix this issue? thx you so much

  • There are some script modules shared by the bundle that need to be copied over to chunks
  • The scriptPackages field under settings.json needs to be configured with the path
  • Once you have copied the bundle-scripts, you should be able to load them into the bundle