Hi everyone.
For the last few days me and my team have noticed issues with generating and reseting API keys for a user through the UI.
Whenever we click on generate api key or reset api key, a new api key is shown, but after a refresh of a page it is still the old api key shown or no api key if there was none beforehand.
Also, all of our api request are getting "You are currently not logged in" error message when sending them through postman and our app with the api key as a header "apiKey" = "USER_API_KEY".
However, when opening a GET query in the web browser, we get all of the data as we should. It only fails for requests sent from postman or our application where we use the "apiKey" header.
Any help would be appreciated.