You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we've moved to SvelteKit, the available fetch object is a little different... which requires an absolute URL, otherwise this error crops up:
(node:96340) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_URL]: Invalid URL: /api/list-docs
at onParseError (internal/url.js:279:9)
at new URL (internal/url.js:355:5)
Since we've moved to SvelteKit, the available
fetch
object is a little different... which requires an absolute URL, otherwise this error crops up:See
ui/src/lib/Ledger/index.ts
for the culprits:This issue outlines that we need to move to this initial
load()
The text was updated successfully, but these errors were encountered: