cannot fetch extenal api(laravel) on android(nuxt 4 + capacitor)
nuxt4
i have an ecommerce website https://ecommerce.staging.storefront.com, i cant fetch api on android with following capacitor.config.ts, anything wrong with my configuration?: server: { hostname: 'ecommerce.staging.storefront.com', cleartext: true, }, android:{ allowMixedContent: true }, plugins: { CapacitorHttp: { enabled: true, }, }