Unknown error 10013
I am getting this error using wrangler 3.86.1 and authentificated with wrangler login
It happens when using wrangler dev --remote on a sveltekit deployed in workers with a D1 database binding
Any idea what this could mean.
9 Replies
looks like you have an assets binding and that is breaking it, not sure it's supported in remote yet - cc: @texan
Ah, yup that's exactly right. dev --remote isn't yet supported (but on the roadmap for GA!)
(we should have a proper error here 😅 )
I thought we did handle this on the backend; I'll file a ticket for it in the meantime, but maybe I can sneak a fix in this week
well it's the api that's throwing unknown error here
@apolodoro can you share your wrangler.toml, and perhaps the version of wrangler you're using?
Of course
I disabled assets to be able to use remote but thats when i got the error
@texan ?
Will is OOO, I think this may be fixed - does it still throw an error?
Yep just tried, and still the same on the latest version of wrangler