Dear FlutterFlow Support Team,
I am experiencing an issue where a Rive (.riv
) animation file hosted on Azure Blob Storage loads correctly in a local environment but fails to load within my FlutterFlow application. Despite configuring Cross-Origin Resource Sharing (CORS) settings and ensuring the file's public accessibility, the animation does not display as expected in FlutterFlow.
Details:
File Hosting: Azure Blob Storage
CORS Configuration:
Allowed Origins:
*
Allowed Methods:
GET
Allowed Headers:
*
Exposed Headers:
*
Max Age:
3600
Public Access Level: Blob (anonymous read access)
FlutterFlow Configuration:
Rive Widget URL: https://statbodstorage.blob.core.windows.net/statcontainer1/BACKGD (1).riv
Observations:
The
.riv
file is accessible and functions correctly when accessed directly via a web browser.Within FlutterFlow, the animation does not load, and no explicit error messages are displayed.
Despite these efforts, the Rive animation does not render within the FlutterFlow application. I am seeking your assistance to identify and resolve this issue. Could you please provide guidance on any additional configurations or steps that may be required to successfully load Rive animations from Azure Blob Storage in FlutterFlow?
Thank you for your support.
Best regards,
Yadu Krishnan