Alex Coleman

Results 3 comments of Alex Coleman

What finally, simply worked for me was the following: 1. Add the `8080` port binding to `docker-compose.yml`: ``` laravel.test: ... ports: - '${APP_PORT:-80}:80' - 8080:8080 ... ``` 2. Add the...

As mentioned by @protyposis, I changed `private frameUpdateHandlerId: number;` to `private frameUpdateHandlerId: any;` in `tvnoisecanvas.ts`, which resolved this issue. Note that I have the repo within my main application's repo...

Any updates on this? It still occurs quite regularly.