-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Describe the bug
I have created a project and I have been using the free tier. The problem is that the 2nd day I tried to use it, I used clean architecture and everything was fine. I used supabase and migration to use postgrel. When I used the online editor of the tool I changed the database and redistributed the architecture to microservices and now when I managed to use it everything I had done changed. The question is, should I use exactly this database that the tool provides or is it free for the user to choose?
Link to the blitz that caused the error
https://stackblitz.com/edit/sb1-jp5gj1dr?file=supabase%2Fmigrations%2F20250201173413_rapid_dust.sql
Steps to reproduce
❯ npm install && npm start
npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated [email protected]: This package is no longer supported. Please use @npmcli/package-json instead.
npm WARN deprecated [email protected]: This package is no longer supported.
npm WARN deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated [email protected]: This package is no longer supported.
npm WARN deprecated [email protected]: This package is no longer supported.
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
added 855 packages in 2m
98 packages are looking for funding
run npm fund for details
[email protected] start
lerna run start
Error: Cannot load native addon because loading addons is disabled: /home/projects/sb1-jp5gj1dr/node_modules/@nx/nx-linux-x64-musl/nx.linux-x64-musl.node
at _0x1d6d12._0x19bdab [as dlopen] (https://sb1jp5gj1dr-bp34.w-credentialless-staticblitz.com/blitz.d20a0a75.js:40:905103)
at Module._extensions..node (https://sb1jp5gj1dr-bp34.w-credentialless-staticblitz.com/builtins.ddb8d84d.js:144:15217)
at Module.load (https://sb1jp5gj1dr-bp34.w-credentialless-staticblitz.com/builtins.ddb8d84d.js:144:12820)
at Module._load (https://sb1jp5gj1dr-bp34.w-credentialless-staticblitz.com/builtins.ddb8d84d.js:144:10273)
at Module.require (https://sb1jp5gj1dr-bp34.w-credentialless-staticblitz.com/builtins.ddb8d84d.js:144:13097)
at require3 (https://sb1jp5gj1dr-bp34.w-credentialless-staticblitz.com/builtins.ddb8d84d.js:163:2815)
at _0x4b52f6 (https://sb1jp5gj1dr-bp34.w-credentialless-staticblitz.com/blitz.d20a0a75.js:40:800740)
at Object.eval (file:///home/projects/sb1-jp5gj1dr/node_modules/nx/src/native/index.js#cjs:171:31)
at Object._0x3d08c0 (https://sb1jp5gj1dr-bp34.w-credentialless-staticblitz.com/blitz.d20a0a75.js:40:801399)
at Module._compile (https://sb1jp5gj1dr-bp34.w-credentialless-staticblitz.com/builtins.ddb8d84d.js:144:14246) {
code: 'ERR_DLOPEN_DISABLED'
}
Expected behavior
Apart from that, I thought that since it is a new tool, it would use a new version of node, are you using one that is in deprecation? Is there a way to use vite if it is RCA?
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Apart from that, I thought that since it is a new tool, I would use a new version of node, are you using a version that is in deprecation? Is there a way to use vite if it is RCA?
One thing is that I don't have the project on my computer, I had to add the check because it wouldn't let me send the fix
Platform
Browser name = Chrome
Full version = 132.0.0.0
Major version = 132
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 80286275,
"usedJSHeapSize": 74657667,
"jsHeapSizeLimit": 2160066560
}
Hash = d20a0a75
Additional context
I just wanted to know if it is governed by a single tool, thank you very much for your attention!