Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Echo server sends appKey as "null" to apps api #47

Open
elbojoloco opened this issue Jun 25, 2021 · 0 comments
Open

Echo server sends appKey as "null" to apps api #47

elbojoloco opened this issue Jun 25, 2021 · 0 comments

Comments

@elbojoloco
Copy link

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"
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant