The "path" argument must be of type string or an instance of URL

I'm trying to port our Hono backend to CF workers. Everything seems fine util I start the dev server:
Uncaught TypeError: The "path" argument must be of type string or an instance of URL. Received undefined
at node-internal:internal_url:155:15 in fileURLToPath
Uncaught TypeError: The "path" argument must be of type string or an instance of URL. Received undefined
at node-internal:internal_url:155:15 in fileURLToPath
I believe (but i'm not sure) that this might be related to some packages we're using. Some dependencies I suspect: - archiver - pdfkit
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?