Ashutosh Gupta
Ashutosh Gupta
I attached ionic test app https://drive.google.com/file/d/1NuQUr70adzjicfqRCtvZvJuCjqghfNtS/view?usp=sharing
I have tested getting same error
https://github.com/codingwithashu/myApp
Try to install - npm install @ionic/cordova-builders
I followed your steps now , while building in production getting this error ERROR: \app\build\intermediates\bundle_manifest\release\AndroidManifest.xml:203: AAPT: error: resource xml/camera_provider_paths (aka com.xxxx.XXXX:xml/camera_provider_paths) not found.
attach file [verbose.txt](https://github.com/apache/cordova-plugin-camera/files/12690685/verbose.txt)
**After the update to cordova-android@12 , same error "no image selected"** { "name": "myAPPLite", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng...
> > Any other way ?? like Supabase Is it possible ?? > > There was a problem, check your function logs for clues. getting issues while using Supabase. did...
**earlier version** : signIn({ token: logidata!.access_token, expiresIn: 60, tokenType: "Bearer", authState: authsate, }); **in latest version** : signIn({ auth: { token: 'ey....mA', type: 'Bearer' }, refresh: 'ey....mA' userState: { name:...
Hi, I have gone through the api documents twice. What I understood is, Stop timeout will check the activity in the given interval of stoptimeout interval and in our case...