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
{{ message }}
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
When trying to access statistics for an app using the api app driver the echo server sends null as appKey. I have my echo server running on http://127.0.0.1:6001 so when I visit http://127.0.0.1:6001/apps/echo-app/stats and log the incoming request on my app server, it shows the query params as shown: { appKey: 'null', token: 'echo-app-token' }. Furthermore, when I hardcode a response on the app server, the stats show
{
"error": "Unauthorized"
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to access statistics for an app using the api app driver the echo server sends
null
as appKey. I have my echo server running onhttp://127.0.0.1:6001
so when I visithttp://127.0.0.1:6001/apps/echo-app/stats
and log the incoming request on my app server, it shows the query params as shown:{ appKey: 'null', token: 'echo-app-token' }
. Furthermore, when I hardcode a response on the app server, the stats showThe text was updated successfully, but these errors were encountered: