nanawel / our-shopping-list

OSL is a simple shared list web-application based on Node and VueJS. Typical uses include shopping lists of course, and any other small todo-list that needs to be used collaboratively.
GNU Affero General Public License v3.0
93 stars 9 forks source link

mongodb issue #26

Open houdini69 opened 5 months ago

houdini69 commented 5 months ago

I have an issue with mongodb appearing randomly and causing Our Shopping List to malfunction. See the screenshot. I'm using the Docker version. I can note many requests in my pihole which do not appear normally. osl_mongodb

nanawel commented 5 months ago

Hi @houdini69 It might be because your mongodb container is crashing and restarting regularly. Of course it should not, but you should be able to learn more using

docker-compose logs -f --tail=50 mongodb

It will display the logs from the container and start following them. Try to find the traces of the error from there.

Possible causes can be :

houdini69 commented 5 months ago

I just updated docker with restart of my containers and I have the same problem. My RAM and disk space are sufficient. Restarting the container fixes the problem.

houdini69 commented 5 months ago

Oups sorry! I had not made the modifications to my docker-compose.yml to take into account the migration to ourshoppinglist organization. I think it should be Ok now!

houdini69 commented 4 months ago

I noticed that I had the same problem with mongodb when I restart my server even after updating my docker-compose file. Stopping then restarting the container fixes the problem.