-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.1.2 docker image from master not working #32
Comments
Hi @rogelio-telnyx have you tried building a local image? I'll try replicate this deeper |
FYI Just pushed a new version from CI to test with |
@lmangani are there any updates on this issue? |
@rogelio-telnyx have you tried using the latest images? There were no comments to my update on Oct 18th - just to be sure this is still the case. We also suggest you build your own images using the Dockerfiles included in the repository for consistency. |
@lmangani we tried with the official docker image and also building it from sources using the master branch from October 8th. On both cases we get the same error: Cannot match against 'undefined' or 'null' |
Are you launching it with a config file? See example here: https://github.com/sipcapture/homer-view-react/blob/master/example/docker-compose.yml |
Hi @lmangani I was able to clearly reproduce the issue (I've been testing using a specific config file, but I don't think the issue is coming from there since it was working for us before) I've been making 2 branches to show that:
Let me know if I should be more specific there |
Thanks @enzoqtvf this would explain a lot. Let's roll it back and investigate in parallel. |
Sounds good ! Thanks a lot @lmangani |
Done - FYI to explain why the testing was not matching, deleting the existing package-lock should really have the same effect as the requirement is indeed, correct and that's how this is currently tested. Let me know if we're out of the woods! |
Looking good, we can now build the image and run it :) |
@lmangani we can now run it but it looks just like v0.1.1, without any of the expected changes for v0.1.2, can you please confirm? |
Hello, we're trying to run the latest docker master image, but we're getting this error and then the container stops:
If we change to the latest image (version 0.1.1) it works fine, any ideas what can be causing this?
Thanks.
The text was updated successfully, but these errors were encountered: