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
I encountered an issue with the API key generation process in the Vaadin Directory. Pressing "Generate API key" only generates the key but when sending requests, it will not be accepted as authentication directly.
The key seems only to accepted after saving the component.
Expected Behaviour
Automatically save and publish the new API key upon generation.
The text was updated successfully, but these errors were encountered:
This is a known problem in the edit section UI architecture: no edits to add-on data are saved before save button is pressed. This is especially confusing in this case when the key is generated in a popup window and you would expect it to save on close.
Description
I encountered an issue with the API key generation process in the Vaadin Directory. Pressing "Generate API key" only generates the key but when sending requests, it will not be accepted as authentication directly.
The key seems only to accepted after saving the component.
Expected Behaviour
Automatically save and publish the new API key upon generation.
The text was updated successfully, but these errors were encountered: