Assets must total less than 50MB?

I’m trying to bundle a SQLite database with an app. It’s a little over 50MB, so I’ve split it up but still can’t publish (request max body length exceeded).

On a side note, I am able to initiate a build, and the assets are uploaded successfully, but the build never completes presumably because it has a publish step. Expo developers may want to look into this since it got itself into a loop attempting to restart the build.

I can understand why the assets are being published even though they are bundled, so I’m looking for a workaround. Is 50MB truly a combined limit? Is there a better way? Is there a way to bundle assets but exclude them from publishing?

Thank you

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.