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
When you run the local playground environment of Rafiki. Two different instances of Rafiki are executed.
If you want to open at the same time both Admin UIs. The second session overwrite the first one.
To Reproduce
Run rafiki localenv environment (cloud nine and happy life).
Acces to Admin UI of cloud nine.
Acces to Admin UI of happy life in other browser tab.
That's all. If you try to acces to cloud nine admin ui, the session has expired.
Expected behavior
I think the developer may be able to run both admin uis on the same browser, due to these are different servers (they are on different ports).
I guess the problem is related to the session cookies. I don't know if it's possible to make independent cookies based on ports.
Now, by default, we are not running kratos in the local playground, so this is only an issue for when you are starting up the local env with pnpm localenv:compose:adminauth ....
We can put this note in the local playground README (not rafiki.dev) - to say that if a developer wants to access both admin UIs at the same time, they'd have to use a different browser, or incognito/private mode
Bug Report
Describe the bug
When you run the local playground environment of Rafiki. Two different instances of Rafiki are executed.
If you want to open at the same time both Admin UIs. The second session overwrite the first one.
To Reproduce
Expected behavior
I think the developer may be able to run both admin uis on the same browser, due to these are different servers (they are on different ports).
I guess the problem is related to the session cookies. I don't know if it's possible to make independent cookies based on ports.
System Specs
The text was updated successfully, but these errors were encountered: