Erick

Results 8 comments of Erick

I ran into this same issue and I am not using typescript in my project. I have been having all kinds of issue since I upgraded to V 4, such...

``` kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.1", GitCommit:"7879fc12a63337efff607952a323df90cdc7a335", GitTreeState:"clean", BuildDate:"2020-04-10T21:53:51Z", GoVersion:"go1.14.2", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.6", GitCommit:"72c30166b2105cd7d3350f2c28a219e6abcd79eb", GitTreeState:"clean", BuildDate:"2020-01-18T23:23:21Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"} ``` ``` helm version version.BuildInfo{Version:"v3.2.0",...

I changed to the previous versions and that seemed to move things along. Now I'm at the point where I install the wire-server, but the directions are a little confusing....

I'm also running this on a kube cluster on DigitalOcean, so I don't know how to create the zauth.txt file: `docker run --rm quay.io/wire/alpine-intermediate /dist/zauth -m gen-keypair -i 1 >...

Okay, I was able to get that part working. Now I'm at the DNS records. 1. What records are these? A records? 2. It says "(Yes, they all need to...

I got a load balancer setup, added the SSL, pointed all the domains to the load balancer. I forwarded port 443 -> 31773, and 80 -> 31773. I added a...

I'm still unable to get this up and running. I'd love to give it a try and see it in action, but there is so much lacking in the documentation...

I'm running into this as well and really need it to be fixed. Otherwise the only way to get my project to run is to turn off all sourcemaps, which...