https://iot-dashboard.glitch.me
This project has been suspended. Why?
Can you please reinstate the project?
The source code and assets seem well below stated limits.
https://iot-dashboard.glitch.me
This project has been suspended. Why?
Can you please reinstate the project?
The source code and assets seem well below stated limits.
It was suspended because it exceeded the usage limits, probably because of .git. We are giving you a bigger disk for 24 hours so you can fix the issue (run git gc
, and consider also removing the .git directory entirely if you don’t care about change history). You can also put in .gitignore
any file that your program changes frequently. We also suggest to put any data (sqlite databases and similar) inside the .data directory.
After checking your project, it looks like the issue is that you’re using npm instead of pnpm. When using npm, the node_modules directory is stored in your project disk. We suggest that you run enable-pnpm
in the console to switch to pnpm.
Thank you very much.