#openclaw "user" browser keeps needing approval

1 messages · Page 1 of 1 (latest)

eager temple
#

openclaw "user" browser keeps needing approval

elfin totemBOT
sly wadiBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

elfin totemBOT
safe ironBOT
#

That profile="user" path is the Chrome DevTools MCP existing-session attach, so some approval is expected. The docs explicitly say to use it only when you need the signed-in browser and the user is there to approve the attach prompt.

Two important bits:

  • If you want no prompt, use the managed openclaw browser profile instead.
  • If you mean it asks on every single use, that is not usually expected. I checked current code, and the Chrome MCP session is cached in-process, so repeated prompts usually mean the attach session is getting torn down.

Most common causes:

  • Gateway restarted
  • Chrome/Brave/Edge got closed
  • remote debugging is not staying enabled
  • using built-in user for the wrong browser/profile, instead of a custom existing-session profile with userDataDir

Can you paste these first: