Skip to content

Troubleshooting

Start with the page, then the rule, then the field mapping. Most issues come from a URL pattern that does not match or a selector that no longer points at the intended input.

Check that the page URL matches the rule pattern, the rule is enabled, and the rule is not archived.

Confirm the selected match method is stable. If ID or Name does not work, use a query selector that targets the actual input, textarea, select, or file field.

Check template braces and arguments. For list picks, keep values comma-separated. For regex values, make sure the pattern is wrapped in the expected regex template syntax.

Confirm the target field is a file input and the stored image still exists in Slime image storage.

After building from source, reload the extension from chrome://extensions/. If a content script was already running on a page, reload that page too.