License not work in production mode

Hello Brothers,

I am using bitmovin to play DRM content with playready, widevine and fairplay.
My framework is Vue 3 + Tauri. I build desktop app.
If I run the app at development mode, everything is ok. I see that the origin and referer is http://localhost:80.

But when build app in production mode, I get the error: The license is not valid (SETUP_LICENSE_ERROR)
The domain for production is: tauri.localhost
I already added tauri.localhost to the domain list in the Bitmovin Dashboard but the problem still happen.

The response of api https://licensing.bitmovin.com/licensing is:

{
    "status": "denied",
    "message": "License not found"
}

I hope to receive any advice how to solve this problem. Thank you.