Open Fomoire opened 9 months ago
This extension doesn't work with self-hosted instances. Please replace in manifest.json "matches": ["https://*.youtrack.cloud/*"] with "matches": ["https://*/*"]. Otherwise, it throws a CORS exception and can't add a button to tasks.
"matches": ["https://*.youtrack.cloud/*"]
"matches": ["https://*/*"]
One can do a trick to make things work
This extension doesn't work with self-hosted instances. Please replace in manifest.json
"matches": ["https://*.youtrack.cloud/*"]
with"matches": ["https://*/*"]
. Otherwise, it throws a CORS exception and can't add a button to tasks.