Current Behavior:
We were previously using AuthService.login() with JWT tokens, and everything worked fine.
Recently, we switched to using Reference Tokens (opaque tokens) on the backend to support real-time token revocation and higher security.
Backend now returns an access_token (reference token) and refresh_token via the /connect/token endpoint.
Exception message and full stack trace:
Steps to reproduce the issue:
Hello ABP.IO Support Team,
We are working with ABP.IO 8.3.1 in a microservices setup using:
We have WSL2 (Ubuntu) installed and are able to build container images for our services. However, we are facing issues running them properly with localhost access (e.g., API Gateway, IdentityServer, Angular UI).
Could you please guide us with:
Our main blocker right now is running the containers and accessing them on localhost through WSL2. We don't have Docker desktop for now.
Thanks in advance for your help!