Authentication request is not resolving

Feature(s) impacted

Authentication API is not resolving. Authentication error

Observed behavior

Authentication API is not resolving.

Expected behavior

User should be authenticate correctly.

Failure Logs

shared the attached screenshots

Context

Project name: Curator
Team name: Developer
Environment name: ALL (Staging, Development, Production)
Agent type & version:
Package Version: 9.3.5 (forest-express-sequelize)
Express Version: 4.20.0
Sequelize Version: 6.30.0
Database Dialect: MySql

Hello @Naresh,

From the screen you have shared of the network tab, it clearly indicates a connection error, if you expand the width of the second column, you will be able to see the complete error name given by chrome.

On my side I tried to curl to your server with the endpoint configured on your environment and it could not resolve the host. But this might be expected if you have set up a private company network.

Could you ensure that:

  • the configured APIEndpoint on your environment settings is correct
  • that you are able to reach the endpoint (a test with curl from your local machine, e.g: curl {apiEndpoint}/forest)

Hi @dogan.ay

Only specific user is not able to connect with AUS env. While other env is working as expected.

I would suspect that your server is running in a protected network, which is why I wasn’t able to reach the specified apiEndpoint of your “Production AUS” environment.

If this issue is present for only one user and for this specific environment, it is most likely the case that this user has not enabled his VPN.

Can the affected user try to reach the {apiEndpoint}/forest of the “Production AUS” environment via curl or simply pasting the url in chrome directly ?
Like so (this example is done using our agent) :