You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the hepsub-cgrates project using the command nodejs cgrates.js, the API server starts, but immediately logs an error related to the registration API.
Expected Behavior
The API server should start without any errors, and it should successfully register with the backend service.
Actual Behavior
The API server starts and logs the following output and error:
API Server started 18088
REGISTER API ERROR 400 Bad Request
Configuration
Here is the relevant portion of the config.js file:
time="2023-12-23T07:22:32Z" level=info msg="SELECT * FROM \"auth_token\" WHERE (expire_date > NOW() AND active = true AND token = $1 )" module=gorm type=sql
time="2023-12-23T07:22:32Z" level=info msg="SELECT count(*) FROM \"auth_token\" WHERE (expire_date > NOW() AND active = true AND token = $1 )" module=gorm type=sql
Description
When starting the
hepsub-cgrates
project using the commandnodejs cgrates.js
, the API server starts, but immediately logs an error related to the registration API.Expected Behavior
The API server should start without any errors, and it should successfully register with the backend service.
Actual Behavior
The API server starts and logs the following output and error:
Configuration
Here is the relevant portion of the
config.js
file:Environment
Please advise on any steps that can be taken to resolve this error.
Thank you!
The text was updated successfully, but these errors were encountered: