Mark De Souza

Results 10 comments of Mark De Souza

I also have this problem. I think this relates to the version of js-beautify linked to the project. Running js-beautify v1.5.4 works for me on the command line.

> Yep me too, exact same problem Glad I'm no the only one. Might have to do with the recent pdf generation refactoring they did recently

Hi David, As per the inital report, "IS_DOCKER=true" is already set... Cheers, Mark

I'm simply using the docker-compose file from our repo and updated the env file.. diff of the env file below: ``` -APP_URL=http://in.localhost:8003 -APP_KEY= -APP_DEBUG=true +APP_URL=http://in.localhost +APP_KEY= +APP_DEBUG=false REQUIRE_HTTPS=false PHANTOMJS_PDF_GENERATION=false PDF_GENERATOR=snappdf...

Nope still sent to the wrong url "http://localhost:8003/client/invoice/" It appears like the download invoice button is ignoring the APP_URL environment var

ok so: 1) setting that to http://in.localhost 2) saving the settings 3) restarting the container 4) refreshing the browser fixed the issue note: didn't work after simply saving the settings

So the integration is working again. All I did was upgrade to 11.3 The hub responds differently to curl requests when working: [core-ssh ~]$ curl http://192.168.5.15:8839/neo/v1/transmit curl: (1) Received HTTP/0.9...

I have some digging around and because I have 10 blinds, I suspect the issue relates to connections either being not closed or kept alive after the connection has been...

Yes the hub seems to fall over after certain number requests. I didn't really have the time to debug the issue so I simply plugged the hub into a smart...