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
Enter authorization credentials in "Agora Customer ID" and "Agora Customer Certificate"
Click 'Save'
Click 'Download Source Code'
Extract
cd agora-app-builder
npm i
npm start
Choose 'Install'
Choose 'Build'
Choose plattform 'Web'
Choose type 'Production build'
Deploy to a webserver and call via browser
See error in console:
POST https://managedservices-prod.rteappbuilder.com/v1/query
{"error":{"message":"Invalid authorization credentials. Check the Authorization header.","code":602}}
Expected behavior
Successfull authorization.
Additional context
The fields CUSTOMER_ID and CUSTOMER_CERTIFICATE in config.json seem to be the authorization-fields, but are always empty no matter what is entered in the App-builder.
Manually population in config.json also did not make any difference.
Environment (please complete the following information):
Deployment Method Manual
Go Version None
Node Version 20.17.0
The text was updated successfully, but these errors were encountered:
Describe the bug
"Agora Customer ID" and "Agora Customer Certificate" are not included within the build and therefore fail to authorize.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successfull authorization.
Additional context
The fields
CUSTOMER_ID
andCUSTOMER_CERTIFICATE
inconfig.json
seem to be the authorization-fields, but are always empty no matter what is entered in the App-builder.Manually population in
config.json
also did not make any difference.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: