Swadesh Behera

Results 21 comments of Swadesh Behera

Name: Litekart Business scenario: Currently managing the staging and preview environments of our client projects. Show info on the front page: Yes! Link: https://litekart.in/ Contact: [[email protected]](mailto:[email protected])

After installing today's update I am facing the same issue. Before it was fine. My site has 0 traffic still the Memory and CPU consumption is increasing and finally crashing...

![image](https://user-images.githubusercontent.com/1191896/184275911-8564ca88-f183-4e9f-b58f-e9093429c9e9.png) This is output of `docker stats` command. I did not change anything in my setup other than upgrading coolify.

Hi Marshal, Can you please try it now. We have a new version and it should have fixed the issue

Thank you so much for your recommendations. I have included SECURITY.md. You can reach me through [email protected]

Hi Andrei, Thank you so much for raising the issue. I will have a look and fix it as soon.

Hi @JugurthaMoad Thanks for the support offer. Anyway I have moved the filter to the top. I guess this issue is already resoved. You are welcome to contribute any way....

### Workarround Replace the **detach** function on line _174_ of `node_modules/svelte/internal/index.mjs` with the following ``` function detach(node) { if(node.parentNode){ node.parentNode.removeChild(node); } } ```