#saving photos to mobile_public issue on live app

1 messages ยท Page 1 of 1 (latest)

queen basin
#

I've bene building a field auditing app for a commercial cleaning business. In my app the user can takes a photos of issues they find, these are then saved to the mobile_public disk, where they can be accessed via Storage::url() to display on the webpage. these are later uploaded to an S3 bucket.

This works flawlessly in my development environment on my iPad.

The issue I have is once the app is compiled and published to the ios app store the images do not appear and return 'failed to open stream: no such file or directory'

Yet they are working on an actual device in development?

no sure if I missing something obvious here.

bleak knoll
queen basin
#

I fixed the issue by referencing the mobile_public disk in every Storage call

bleak knoll
#

This did it for me. Thank you. Good work around, now hopefully it'll be sorted next update.

tight condor
bleak knoll
#

I did that. Even tried the config as well. No luck

queen basin