Eshoponcontainers: I cannot login to either the SPA , MVC Applications or RabbitMQ Management Interface

Created on 9 Jul 2020  路  8Comments  路  Source: dotnet-architecture/eShopOnContainers

Whenever I try to login to either of the applications, I get this. How can I fix this?

image

Also, I cannot see the rabitmq dashboard. It taking too long to respond. (Fixed this)

question

Most helpful comment

I had the unauthorized_client error too. Try starting the app using the URL http://docker.for.win.localhost:5100/, and then going to the login screen.
There is a post that explains why:
https://github.com/dotnet-architecture/eShopOnContainers/wiki/unauthorized_client-error-on-login

All 8 comments

Well, I thought rabbitmq management plugin was not working because rabbitmq was not installed, but I just installed it now and enabled to the rabbitmq_management plugin, but rabbitmq management site is still not working.

Ok, got rabbitmq to work. But I still cannot login to the MVC or SPA sites.

Also, redis-commander is not working as well, please see the pic below:

image

Wait, rabbitmq is only working on my host machine and not in docker. Still working on this.

I need help to get past the following:

  • Account log-on issues with the MVC and SPA sites.
  • How do I login to the rabbitmq manager through docker.
  • Redis-commander is not working on port 8081.

I had the unauthorized_client error too. Try starting the app using the URL http://docker.for.win.localhost:5100/, and then going to the login screen.
There is a post that explains why:
https://github.com/dotnet-architecture/eShopOnContainers/wiki/unauthorized_client-error-on-login

Hi @bblair2018
I found the root cause the issue come from URL when you using for login. I think you can using URL http://docker.for.win.localhost:5100/ for login to application.

P/s: We have an issue when run "docker-compose up" by Visual Studio, the SPA can't start application.

Thanks,
Xuan

Hello Everyone,

I am closing this issue as of now, considering the "login" issue has been addressed. But please feel free to reopen it if it's needed.

Thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rafsanulhasan picture rafsanulhasan  路  3Comments

chhotalamansukh picture chhotalamansukh  路  4Comments

DavidNorena picture DavidNorena  路  4Comments

grahamehorner picture grahamehorner  路  5Comments

adahhane picture adahhane  路  4Comments