- Open multiple tabs, containing different websites on the browser
- Close the browser and start it again
- Already opened tabs don't render any website content, even if the page is refreshed. I had also tabs open for Kagi Assistant and Search, and for some reason these still rendered correctly. Any other opened tab didn't show website content. Opening a new tab works fine again.

Logs contain many entries such as:
23:04:21.655524[E] failed to execute sqlite step: constraint failed (sqlite result code 19): UNIQUE constraint failed: tab_back_forward_list_entries.tab_id, tab_back_forward_list_entries.webkit_index:
INSERT INTO tab_back_forward_list_entries (
tab_id, webkit_index, uri
) VALUES (?,?,?)
RETURNING id;
-- args: [9, 1, "orion://newtab/"]
at /home/bystrm1/workspaces/orion-linux-webextensions/app/src/core_module/core/db/db_stmt.cpp:39
at /home/bystrm1/workspaces/orion-linux-webextensions/app/src/core_module/core/profiles_db/tab_back_forward_list_entry.cpp:62
at /home/bystrm1/workspaces/orion-linux-webextensions/app/src/core_module/core/core_api.cpp:1228
at /home/bystrm1/workspaces/orion-linux-webextensions/app/src/window/orion_webview_tabview_widgets/orion_webview_tab_content.cpp:206
23:04:21.655633[E] failed to execute sqlite step: constraint failed (sqlite result code 19): UNIQUE constraint failed: tab_back_forward_list_entries.tab_id, tab_back_forward_list_entries.webkit_index:
Opened tabs render websites correctly, even if refreshed.
2.49.1 (WebKit development) on NixOS 25.11
Linux - Describe Below