Cristian Botella
Cristian Botella
I managed to get it working on ionic 4 with Angular You need to 1- Have a div in your component's template with any id `` 2- Import `import *...
I'm facing the same issue... using `npm run desktop -- build-installer 192.168.1.44:3000` still access to 127.0.0.1:3000 any thoughts?
Well, this is only happening to me when building from windows. If I build it from linux it works well. This is the error I'm getting when doing `npm run...
Okey, finnally managed to make it work. Even if server is running in another machine, you have to run it locally in order to generate the installer or run the...
Hi!, long time ago... I don't remember about this, it was related to one of my last jobs... I can't help tbh sry :(
The only thing I remember is that you need to run the server locally, and just generate the build installer using `npm run desktop -- build-installer yourServerIp --win` (--win or...
:exclamation: