cer / event-sourcing-examples

Example code for my building and deploying microservices with event sourcing, CQRS and Docker presentation
Other
3.12k stars 946 forks source link

Create Account doesn't work after Logging In #36

Open vaishnav-piyush opened 6 years ago

vaishnav-piyush commented 6 years ago

I am running the java-spring implementation of Money Transfer application. I started the application using docker-compose-eventualte-local.yml. I have set the DOCKER_HOST_IP as specified in the README file. After starting the application, I could register and login using http://$DOCKER_HOST_ID:8080. However, after logging in the Create Account link(s) don't seem to work. I tried in Safari as well as Chrome browser.

cer commented 6 years ago

Sorry about this. Please could you provide more information such as any errors in the docker container logs.

Also, what is the value of DOCKER_HOST_IP? It should not be localhost or 127.0.0.1

ggomez1973 commented 6 years ago

+1. No errors on the backend. Seems to be a frontent issue. browser.js:49 Warning: [react-router] <RouterContext> expects a router rather than a history

rajivraghu commented 5 years ago

Any update on the issue.. For me it says login is registration is successful . But unable to login after that .. It Says "Customer Not Found"