(In reply to Joshua from comment #12) > Error: Form history is disabled, only remove operations are allowed > update resource://gre/modules/FormHistory.sys.mjs:1080 > addToFormHistory resource:///modules/UrlbarUtils.sys.mjs:1114 This should be innocuous, if `addToFormHistory` throws we just print an error to the console and move on. In the previous logs there seem to be network problems, as the SearchSuggestionController, Merino (and maybe Sync) are reporting to be unable to reach the network. As an antivirus may intercept traffic, it may effectively cause this kind of issues, especially for specific browsers if their network stack implementation differs.
Bug 1913226 Comment 14 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Joshua from comment #12) > Error: Form history is disabled, only remove operations are allowed > update resource://gre/modules/FormHistory.sys.mjs:1080 > addToFormHistory resource:///modules/UrlbarUtils.sys.mjs:1114 This should be innocuous, if `addToFormHistory` throws we just print an error to the console and move on. It won't affect navigation. In the previous logs there seem to be network problems, as the SearchSuggestionController, Merino (and maybe Sync) are reporting to be unable to reach the network. As an antivirus may intercept traffic, it may effectively cause this kind of issues, especially for specific browsers if their network stack implementation differs.