The issue was related to HTTPS communication and digital certificates. Our API module had its requests rejected by the AuthServer module due to missing SSL certificates. We resolved this by setting up a reverse proxy with Nginx, creating domains and subdomains in Cloudflare, and deploying an AWS EC2 instance.
When using Nginx as a reverse proxy for abp.io, it’s important to enable support for underscores in headers, since some headers used by Abp.io contain underscores. This can be done by adding the following directive:
underscores_in_headers on;
With this configuration, our token-related issues were resolved. Thank you for your help.
Good afternoon, we were not able to solve the problem with the AI-Bot solutions.