xGuIInE

Results 5 comments of xGuIInE

Thanks for the fast reply! I´m running vue dev server locally in https:// ... I have just tried adding CORS headers with setDefaultHeader( ... ) and doesn´t work. This is...

Perfect! Thank you! It works! How can i resolve this in a production environment? Only with a signed certificate? Can i use one certificate for a lot of devices? How...

Thanks for the answer! It would be very useful! When i´ll have free time I will try to implement this feature request! I´m using 443 because it´s a https server...

Yes... this was a workaround/temporal solution. I'm going to check if other modules use `python` call too and prepare a PR.

@KEGustafsson after checking it further, `pigpio` package isn't installed in the docker image... throwing `ModuleNotFoundError: No module named 'pigpio'` Docker base image should be updated, maybe keeping `python-is-python3` package is...