Gurvan

Results 16 comments of Gurvan

Had the same issue building an old App for Android running `@nativescript-community/[email protected]` Fixed for now by adding `[email protected]` package in my project

I have the same when using nested Frame (NativeScript-Vue) but seems only to happen on Android 10. I tested on my Xiaomi MIUI11 and One plus Oxygen OS 10.0.1 both...

So I'm not sure what happened there. I made a playground with NativeScript-Vue to reproduce my problem: https://play.nativescript.org/?template=play-vue&id=1sx3qd&v=9 After I tested the playground I figured out that I didn't have...

Having the same issue, the only way to avoid that is to comment the import in your files when you don't use it while developing and re-add it when building...

Having the same issue in my project on iPhone 11 Pro Max iOS 13.4.1 (Emulator) and on iPhone 6 iOS 12.4.6

@hafsalm You won't be able to use it since Nuxt is running as an SPA and not SSR. Your App bundle is shipped within the electron executable. Unless I'm missing...

Same here, I suddenly got an issue in my CI while deploying my app that never occurred before: ![CleanShot 2024-09-02 at 18 30 54@2x](https://github.com/user-attachments/assets/f0604bb8-a046-4c8a-a039-3d3bf317ce54)

@dickwolff Oh you are right, I just tried again by matching my docker service name with `SERVICE_FQDN_` and now it works!

@dickwolff Did you restart the services after you changed the domains? If you change the domain on the API, the dashboard (Next.js) needs to be rebuilt (by doing a restart)...

> @gurvancampion I put everything under a new FQDN and then it was working. When I change the API URL and redeploy, then it keeps the old API URL. I...