Bhavya Peshavaria
Bhavya Peshavaria
Waiting on [Fixed #26029 -- Added STORAGES setting](https://github.com/django/django/pull/15610) PR to get merged to proceed.
Hey @jwygoda, I wanted to know if this PR is stable to be merged. I am planning to use the file storage registry for my contribution #15848.
Hey, I tried loading a .obj file. It throws _E/flutter (23098): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: Unable to load asset:_ error when compiling for Android. However, it works properly for the web.
Hi, I faced the same issue. Adding the following in the workflow fixed the issue. ``` permissions: contents: write ```