notea-org / notea

📒 Self hosted note taking app stored on S3
2.06k stars 376 forks source link

Error code: Out of Memory #57

Open dom6770 opened 3 years ago

dom6770 commented 3 years ago

Yesterday I installed Notea with a minio bucket. Everything worked so far great, until today where I tried to add some notes. Suddenly, I got an error in Chrome

https://i.neus.xyz/rtRPLq.png https://i.neus.xyz/ORAHJt.mp4

Same thing happens in MS Edge.

root@DockerServer:/docker/.compose/notea# docker logs Notea
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info  - Using webpack 5. Reason: no next.config.js https://nextjs.org/docs/messages/webpack5
dom6770 commented 3 years ago

It seems the error occurs just on two note pages. I'll share those and the tree file, maybe it'll help.

tree

{"rootId":"root","items":{"root":{"id":"root","children":["ulfSvjKRt5","a2DmxjJGvc","O3VnFqxWgk","HcwqvyB1YF"],"hasChildren":true},"_fTWj1EkMn":{"id":"_fTWj1EkMn","children":[],"isExpanded":true},"MmykIUTwBZ":{"id":"MmykIUTwBZ","children":[]},"2021-05-12":{"id":"2021-05-12","children":[],"isExpanded":false},"ulfSvjKRt5":{"id":"ulfSvjKRt5","children":["2021-05-12","2021-05-13"],"hasChildren":true,"isExpanded":true},"a2DmxjJGvc":{"id":"a2DmxjJGvc","children":[],"isExpanded":false},"HcwqvyB1YF":{"id":"HcwqvyB1YF","children":[],"isExpanded":false},"4P5xk6Wlgy":{"id":"4P5xk6Wlgy","children":[],"isExpanded":false,"hasChildren":false},"2021-05-13":{"id":"2021-05-13","children":[]}}}

O3VnFqxWgk:

# HomeServer

| # | Service |
|----|----|
|    |    |
|    |    |

# DockerServer

| # | Service |
|----|----|
| 7010 | Wiki.js |
| 7020 | Grafana |
| 7030 | Tautulli |
| 7040 | Home Assistant |
| 7050 | TheLounge |
| 7060 | hastebin |
| 7070 | Meali |
| 7080 | Notea |
| 7090 | ChangeDetection.io |
| 7100 | test |

\

Second one is MmykIUTwBZ but that just contains two empty lines.

I deleted those notes and created new one's, which works so far. Maybe those files can help you find the issue to avoid any future problems in other cases. 😄