Randall Smith
Randall Smith
**Describe the bug** Every version after 21.6.2 fails when running app with app.create_server. The error is ``` venv/lib/python3.9/site-packages/sanic/signals.py", line 73, in get group, param_basket = self.find_route( TypeError: 'NoneType' object is...
Creating a worker from the main thread works fine. However, ComlinkWorker is not available inside a worker. I'm trying to create additional workers from the first ComlinkWorker. My use case:...
This happened after attempting to upload an image in a Mosaico template. ``` node[71324]: info HTTP GET /mosaico/img?method=placeholder¶ms=258%2C150 200 103.367 ms - - node[71324]: /opt/mailtrain/server/lib/file-cache.js:155 node[71324]: cachedFiles.delete(key); node[71324]: ^ node[71324]:...
I downloaded and compiled main to get the new CORS support and it works OK until I enable API Auth. Either setting works on its own, but both combined fail...