Chingis

Results 112 comments of Chingis

I had [the same issue](https://stackoverflow.com/questions/70997557/uncaught-referenceerror-process-is-not-defined-create-react-app-5-0-0) with react-scripts 5.0.0, none of the suggestions from here helped me, so I downgraded to 4.0.3 and this has resolved my issue

I want to log original errors received from let's encrypt but since `obtainError` not exported, there's no way to cast the err to `map[string]error` and obtain the error message. Is...

any updates on this issue? or maybe a recommendations for a workaround?

Try directly exposing port 3000 via `ports:` and see what's going on there

You've exposed port 3000 on `traefik`, do this for `node` instead. What I'm suggesting is to make sure first that the node service works as expected without traefik domains.

> do you mean adding yes but if you specify a single port an ephemeral high port will be automatically assigned, you can find it via `docker-compose ps` in other...

> It's not http://localhost:3000 why not? if you have webpack running on port 3000 in node container and you expose it to the host's port 3000 then it should work.

we've removed the builds for arm64 for now because the cross-compilation doesn't fit in gh actions 6 hours limit and gh actions has no arm64 machines support https://github.com/wodby/mariadb/issues/36

We now have [traefik container](https://traefik.io/), you can configure if you need HTTPS