Replies: 1 comment
-
hi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I published an ABP single layer application in Azure using Web App on Linux.
The API and the Angular client are two separate web apps.
I'm troubleshooting why the login from the client is not working and it's showing "[400] Error! An internal error occurred during your request!"
i did a health check my https://API-URL/health-api i see the following error
[
{
"id": 1,
"status": "Unhealthy",
"onStateFrom": "2025-06-15T23:20:13.4239424Z",
"lastExecuted": "2025-06-15T23:47:04.1021315Z",
"uri": "/health-status",
"name": "MyApp Health Status",
"discoveryService": null,
"entries": [
{
"id": 1,
"name": "Endpoint",
"status": "Unhealthy",
"description": "IPv4 address 0.0.0.0 and IPv6 address ::0 are unspecified addresses that cannot be used as a target address. (Parameter 'hostName') ([::]:8080)",
"duration": "00:00:00",
"tags": null
}
],
"history": []
}
]
Beta Was this translation helpful? Give feedback.
All reactions