Closed harry-73 closed 8 months ago
Hey there 👋
Shipped a fix for this issue with jorgenvatle:vite-bundler@2.0.0-beta.13
. Let me know how it goes. 🤞
There is progress.
Now it is the duplication of http://http//
20240321-22:54:24.403(1)? (STDERR) FetchError: request to http://http//192.168.1.98:5173/__meteor__/ipc-message failed, reason: getaddrinfo ENOTFOUND http
W20240321-22:54:24.403(1)? (STDERR) at ClientRequest.<anonymous> (/home/xxx/.meteor/packages/fetch/.0.1.4-beta300.6.1i5dqqd.u8xn++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/node-fetch/lib/index.js:1505:11)
W20240321-22:54:24.403(1)? (STDERR) at ClientRequest.emit (node:events:518:28)
W20240321-22:54:24.403(1)? (STDERR) at ClientRequest.emit (node:domain:488:12)
W20240321-22:54:24.404(1)? (STDERR) at Socket.socketErrorListener (node:_http_client:495:9)
W20240321-22:54:24.404(1)? (STDERR) at Socket.emit (node:events:518:28)
W20240321-22:54:24.404(1)? (STDERR) at Socket.emit (node:domain:488:12)
W20240321-22:54:24.404(1)? (STDERR) at emitErrorNT (node:internal/streams/destroy:169:8)
W20240321-22:54:24.404(1)? (STDERR) at emitErrorCloseNT (node:internal/streams/destroy:128:3)
W20240321-22:54:24.404(1)? (STDERR) at processTicksAndRejections (node:internal/process/task_queues:82:21) {
W20240321-22:54:24.405(1)? (STDERR) type: 'system',
W20240321-22:54:24.405(1)? (STDERR) errno: 'ENOTFOUND',
W20240321-22:54:24.405(1)? (STDERR) code: 'ENOTFOUND'
W20240321-22:54:24.405(1)? (STDERR) }
Oops 😅
jorgenvatle:vite-bundler@2.0.0-beta.14
should fix this for you. 👍
Well done.
It is solved.
Hi,
I am using:
Meteor 3 beta6 vite-bundler 2.0.0 beta.12 meteor-vite 1.10.2
When I run
meteor run
and after I modify a file on server side, I have the following error.The repo to reproduce: https://github.com/harry-73/meteor3-cordova-vite