-
-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
Description
Describe the bug
I would like to open any links clicked in slack to open in a specific chrome profile
os: Macos 15.7.3
finicky version : 4.2.2
Your configuration
export default {
defaultBrowser: "Brave Browser:Arjun-personal",
handlers: [
{
match: ({ url }) => url.protocol === "slack",
browser: "/Applications/Slack.app",
},
{
match: ({url},{ opener }) => opener.bundleId === "com.tinyspeck.slackmacgap",
browser: {
name: "Google Chrome",
profile: "arjundandagi"
}
},
{
match: [
"*cursor*",
"*microsoft*",
"*.awsapps.com/*" ],
browser: {
name: "Google Chrome",
profile: "arjundandagi"
}
}
]
};
To Reproduce
Steps to reproduce the behavior:
- Go to to slack and post the url in a message https://clawd.bot
- Click on the link (with my configuration of finicky , we should have slack and brave browser and chrome )
- See error in finicky
logs
[2026-01-27T12:44:31.689Z] [INFO ] URL received | url: https://clawd.bot/
[2026-01-27T12:44:31.692Z] [WARN ] Accessing legacy property "url" that is no longer supported. This first argument to the function is a URL instance, a standard interface for URLs. https://developer.mozilla.org/en-US/docs/Web/API/URL
[2026-01-27T12:44:31.692Z] [WARN ] Accessing legacy property "url" that is no longer supported. This first argument to the function is a URL instance, a standard interface for URLs. https://developer.mozilla.org/en-US/docs/Web/API/URL
[2026-01-27T12:44:31.693Z] [INFO ] Starting browser | name: Google Chrome | url: https://clawd.bot/
[2026-01-27T12:44:31.694Z] [INFO ] Found profile by name | name: arjundandagi | path: Profile 10
[2026-01-27T12:44:31.708Z] [ERROR] Failed to start browser | Error: command failed: signal: killedReactions are currently unavailable