Hello there, I’m trying out 3.4-rc.1. Thanks for all the latest updates to Meteor
I have a problem with an app, it seems not to be running fine.
Server does not seem to print some logs I have for startup, also it is warning about some imports but these are packages installed, so I can’t really fix the code (is there a way to fix these warnings)
And client, when loading via browser, is fully blank, like it has crashed or router was not working
=> Started proxy.
[Rspack Server Error] [.swcrc] Ignored custom "jsc.target" — reserved for Meteor-Rspack integration.
[Rspack Client Error] [.swcrc] Ignored custom "jsc.target" — reserved for Meteor-Rspack integration.
[Rspack Client] <i> [webpack-dev-server] Project is running at:
[Rspack Client] <i> [webpack-dev-server] Loopback: http://localhost:8081/, http://[::1]:8081/
<i> [webpack-dev-server] On Your Network (IPv4): http://192.168.1.39:8081/
<i> [webpack-dev-server] Content not from webpack is served from '/home/ferjep/yourdnafamily/admin/public' directory
[Rspack Client] [client-rspack]:
[client-rspack] compiled successfully in 82 ms
[Rspack Server] [server-rspack]:package ... -
WARNING in ./node_modules/bullmq/dist/esm/classes/child-processor.js
⚠ Critical dependency: the request of a dependency is an expression
╭─[26:58]
24 │ let processor;
25 │ try {
26 │ const { default: processorFn } = await import(processorFile);
· ─────────────
27 │ processor = processorFn;
28 │ if (processor.default) {
╰────
WARNING in ./node_modules/express/lib/view.js 81:13-25
⚠ Critical dependency: the request of a dependency is an expression
╭─[81:21]
79 │
80 │ // default engine export
81 │ var fn = require(mod).__express
· ───
82 │
83 │ if (typeof fn !== 'function') {
╰────
[server-rspack] compiled with 2 warnings in 319 ms
=> Started your app.
=> App running at: http://localhost:3001/

