v5: 401 api_key is missing
See original GitHub issueHi getstream team,
Since the last update to v5.0.0, I got issue when retrieving feed_activity, with 401 status code api_key is missing
.
I checked the breaking changes, I didnt find anything to change in my codebase.
const getStreamClient = stream.default.connect(
getStreamConfig.apiKey,
getStreamConfig.apiSecret,
getStreamConfig.apiId,
{ location: getStreamConfig.location },
);
getStreamClient.feed(correlationType, correlationId);
await entity.get(JSON.parse(metadata));
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
New Install 401 With X-Api-Key #1971 - GitHub
I am trying to work out if i have done something wrong or am missing something. I can see through fiddler that the...
Read more >3244999 - 401 error - Invalid API Key or source is missing
Receive error ' 401 error - Invalid API Key or source is missing' when executing an API query.
Read more >Client ID behavior in API key security definitions - IBM
How the Client ID behaves in API key security definitions in IBM API ... When Return V5 Responses compatibility option is off: 401...
Read more >PageSpeed Insights API returning 401 error at seemingly ...
As on page 5 to 10 API are called with same API key and credentials. Token is also not expired but it generate...
Read more >Server API key missing or Invalid [401 Error]
I am facing this issue while using CV screen scope till last week everything was running fine. Now CV Screen scope activity is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My bad you are right, I discussed with my frontend colleague, he was sending the api_key at some calls. This issue can be closed, sorry guys!
@mahboubii If u dont mind, I will try tomorrow as I am on another task and I am working in Asia, already end of day 😅