Hello,
I’m developing a webhook for personal use with python/flask. I’m loving the easiness of replit to do this, and I got the hacker level account to keep the webhook server always running. But now I’m having a problem with it:
I try to log the hook events to a log file., it works at first, but soon it will tell me the file is out of sync and to choose between 2 versions. No matter which one I choose, it will stop logging after that.
I looked the forums before posting. I saw some people with similar problems, but I found no solution. Does anyone know how to solve this? It’s just logging text to a text file…
Thanks in advance.