Extension
https://www.raycast.com/ron-myers/brave
Raycast Version
0.71.3.0
OS Version
macOS [Unreleased] macOS 27 27.0.0 arm64
Description
Error: The database does not exist
useSQL.tsx:80:12
77:
78: const fn = useMemo(() => {
79: if (!existsSync(databasePath)) {
80: throw new Error("The database does not exist");
^
81: }
82:
83: return async (databasePath: string, query: string) => {
84: const abortSignal = abortable.current?.signal;
React Component Stack
Rt:new-tab.tsx:25:55
rA:index.js:177:7555
at ray-navigation-stack ()
Bd:index.js:177:7056
JavaScript Stack
useSQL.tsx:80:12
Object.useMemo:react-reconciler.production.js:8:96884
exports.useMemo:react.production.js:514:33
ut:new-tab.js:24:2749
Steps To Reproduce
im seeing this error when trying to use the brave extension. It might be because i am running the raycast beta. but wasn't sure if it was a bug that could be fixed..
Current Behaviour
No response
Expected Behaviour
No response
Extension
https://www.raycast.com/ron-myers/brave
Raycast Version
0.71.3.0
OS Version
macOS [Unreleased] macOS 27 27.0.0 arm64
Description
Error: The database does not exist
useSQL.tsx:80:12
77:
78: const fn = useMemo(() => {
79: if (!existsSync(databasePath)) {
80: throw new Error("The database does not exist");
^
81: }
82:
83: return async (databasePath: string, query: string) => {
84: const abortSignal = abortable.current?.signal;
React Component Stack
Rt:new-tab.tsx:25:55
rA:index.js:177:7555
at ray-navigation-stack ()
Bd:index.js:177:7056
JavaScript Stack
useSQL.tsx:80:12
Object.useMemo:react-reconciler.production.js:8:96884
exports.useMemo:react.production.js:514:33
ut:new-tab.js:24:2749
Steps To Reproduce
im seeing this error when trying to use the brave extension. It might be because i am running the raycast beta. but wasn't sure if it was a bug that could be fixed..
Current Behaviour
No response
Expected Behaviour
No response