Peyman
Peyman
If you wish to not have SSL, you need to modify [this](https://github.com/opexdev/reverse-proxy/blob/main/nginx.conf) file and remove the part which is responsible for SSL configuration
You should connect to the Nginx. For example, the value of `SERVER_NAME_API` which you've set for Nginx, correlates to `REACT_APP_API_BASE_URL` env in web-app. Just change url envs in web-app and...
> Hi peyman. I'm getting an error "Captcha entered incorrectly!" when registering.  When I right-click / inspect / network,  I see that I can't access a path on...
> > @umutucer May I ask you to share your .env files for local start? > > Could you please tell us the failing modules and Have you already tried...
> @Lucky38i I believe I see the issue. > > ``` > ENV KAFKA_OPTS="-javaagent:/usr/share/java/cp-base-new/jmx_prometheus_javaagent-0.18.0.jar=5556:/opt/prometheus/jmx_exporter.yaml" > ``` > > ... is adding `jmx_prometheus_javaagent-0.18.0.jar` to the Connect classpath, which is incorrect. >...
@dhoard It's a standard config I put the config files here so you can run locally `docker-compose.yml` ```text version: '3.8' services: zookeeper: image: confluentinc/cp-zookeeper:7.1.1 hostname: zookeeper volumes: - zookeeper-data:/var/lib/zookeeper/data -...
The documentation is now updated and includes all the steps necessary to build and run the project.
The documentation is now updated. You can use it to build and run the project.
The documentation is now updated and includes all the necessary step to build and run the project.
@salisbury-espinosa could you please also provide the commands you're using to build/run the application?