-
-
Notifications
You must be signed in to change notification settings - Fork 47
Description
๐ The bug
Bug Description
Issue Summary
When using @nuxt/ionic module website is not accessible on an Android emulator's Chrome browser while it is accessible from a Chrome browser on the same device and a remote mobile device connected to the same network.
Steps to Reproduce
- Set up a Nuxt application using the
@nuxt/ionicmodule. - Ensure the Nuxt application is accessible from a Chrome browser on the same device and a remote mobile device on the same network.
- Attempt to access the Nuxt application from an Android emulator's Chrome browser.
- Observe that the Nuxt application is not accessible on the Android emulator's Chrome browser.
Actual Behavior
The Nuxt application is not accessible when trying to access it from the Chrome browser of an Android emulator.
Additional Information
- Nuxt version: 3.8.0
- @nuxt/ionic module version: 0.12.1
- Android emulator details: Pixel 7 Pro API level 34 x86_64
What I Have Tried
I have verified that the Nuxt application is accessible from a Chrome browser on the same device and from a remote mobile device. However, it does not work on the Android emulator's Chrome browser. I have also checked for any error messages or issues in the emulator's console but found none.
Please let me know if there are any specific configuration details or troubleshooting steps that I should follow to resolve this issue.
๐ ๏ธ To reproduce
- Set up a Nuxt application using the
@nuxt/ionicmodule. 2. Ensure the Nuxt application is accessible from a Chrome browser on the same device and a remote mobile device on the same network. 3. Attempt to access the Nuxt application from an Android emulator's Chrome browser. 4. Observe that the Nuxt application is not accessible on the Android emulator's Chrome browser.
๐ Expected behaviour
The Nuxt application should be accessible from the Android emulator's Chrome browser, just like it is from other devices and browsers on the same network.
โน๏ธ Additional context
No response