Play console / play store app publish

I have submitted the app I developed for publishing on the Play Store via the Play Console on April 1, 2024. All the steps have been completed, and 20 testers have also completed their tests, yet the app is still not published. What could be the problem? I have attached a screenshot; what is the solution for this?

FATAL EXCEPTION: main
Process: com.google.android.googlequicksearchbox:search, PID: 13330
java.util.NoSuchElementException: No value present
at j$.util.Optional.get(Optional.java:148)
at com.google.android.apps.search.googleapp.accounts.ui.i$a.b(PG:5)
at com.google.apps.tiktok.dataservice.df.h(PG:20)
at com.google.apps.tiktok.dataservice.df.a(PG:2)
at com.google.apps.tiktok.dataservice.cz.run(PG:19)
at com.google.apps.tiktok.concurrent.ag.run(PG:6)
at com.google.apps.tiktok.tracing.dn.run(PG:2)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
at com.google.common.w.a.dv.a(PG:1)
at com.google.common.w.a.cr.run(PG:4)
at com.google.common.w.a.dw.run(PG:1)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7839)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)

You will need to fix this

sir how do I fix this in the MIT App Inventor IDE?

Did you test your app on real devices (Android 11-14)? If so, do you get any error / crash?

The Google Pre-launch Report sometimes gives errors that are misleading or irrelevant.

yes, but i dont get any error / crash

Is there any solution for this? Will my app be published on the Play Store or not?

... message. (You don't see any error message, but the app crashes / quits.)

Use logcat to find the reason:

It doesn't make sense to publish an app that crashes on Android 14.

Upload the app (AAB) as an internal test track to the Google Play Developer console, wait for the Pre-launch Report, see if there is currently an Android 14 test device and if you get any error messages.