Unable to load script

Let’s say my company’s Mattermost server URL is: https://internalchat.myawesomecompany.net
So I created assets/override/config.json:

{
  "DefaultServerUrl": "https://internalchat.myawesomecompany.net",
  "AutoSelectServerUrl": true
}

And after providing my Android keystore file, I build the APK by invoking make build-android
Yes, the APK was succesfully built. But when running it, I encountered this error:

Then just a blank white screen with Mattermost logo. What’s wrong here?

Hi,
Before building, you need to create a bundle:
npx react-native bundle --platform android --dev false --entry-file index.ts --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res