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
Preview automation can navigate authenticated pages, but it cannot set cookies in the environment-scoped Electron browser partition. Agents must fall back to a separate browser, so the collaborative preview no longer reflects the same session or remote environment.
This is a generic cookie-setting capability. It must not depend on Better Auth or on where the cookie value came from.
Expected behavior
Expose a preview automation operation that accepts standard cookie fields: URL, name, value, domain, path, secure, HTTP-only, SameSite, and expiration.
Apply the cookie to the selected environment isolated preview partition.
Preserve isolation between environments.
Return typed failures without exposing cookie values.
Continue to support clearing cookies through the existing reverse operation.
This discussion was converted from issue #6111 on August 15, 2026 10:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Problem
Preview automation can navigate authenticated pages, but it cannot set cookies in the environment-scoped Electron browser partition. Agents must fall back to a separate browser, so the collaborative preview no longer reflects the same session or remote environment.
This is a generic cookie-setting capability. It must not depend on Better Auth or on where the cookie value came from.
Expected behavior
All reactions