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
I got annoying TypeError output which is difficult if not impossible to debug. The request is to improve the error messaging so that will be easier to debug.
Here is the error, which is too generic and misleading:
annot read property 'message' of undefined
TypeError: Cannot read property 'message' of undefined
at __error.svelte:10:96
at Object.$$render (/home/basenode/Svelte/svelte-kit-boot/node_modules/svelte/internal/index.js:1380:22)
at Object.default (root.svelte:38:46)
at eval (/home/basenode/Svelte/svelte-kit-boot/src/routes/__layout.svelte:20:32)
at Object.$$render (/home/basenode/Svelte/svelte-kit-boot/node_modules/svelte/internal/index.js:1380:22)
at root.svelte:36:44
at $$render (/home/basenode/Svelte/svelte-kit-boot/node_modules/svelte/internal/index.js:1380:22)
at Object.render (/home/basenode/Svelte/svelte-kit-boot/node_modules/svelte/internal/index.js:1388:26)
at render_response (file:///home/basenode/Svelte/svelte-kit-boot/node_modules/@sveltejs/kit/dist/ssr.js:363:28)
at async respond_with_error (file:///home/basenode/Svelte/svelte-kit-boot/node_modules/@sveltejs/kit/dist/ssr.js:908:10)
10:32:06 AM [vite] page reload src/routes/account.svelte
Uh oh!
There was an error while loading. Please reload this page.
I got annoying TypeError output which is difficult if not impossible to debug. The request is to improve the error messaging so that will be easier to debug.
Here is the error, which is too generic and misleading:
and here it is the stack:
the offending code should be "potentially" the following:
The text was updated successfully, but these errors were encountered: