Error 908: The permission WRITE_EXTERNAL_STORAGE. only on android11

It may be caused by this permission:
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>

Why do you declare this permission in the Manifest?

You should know that it is (most likely) not allowed/granted by Google.