Attempts to login to Kong Manager/Portal are failing, however no message is displayed in the GUI indicating an error. The user ID and password have been confirmed to be valid and only when inspecting the messages in the browser developer tools can a problem be seen.
Firefox (console tab): You can see that the session cookie is being rejected with the message: Cookie "<cookie-name>" has been rejected for invalid domain
Chrome/Edge (network tab): Indicated on the response header by the yellow icon. This attempt to set a cookie via a Set-Cookie header was blocked because its Domain attribute was invalid with regards to the current host URL.