AccelerateNetworks / fusionpbx-webtexting

GNU Affero General Public License v3.0
0 stars 0 forks source link

Create Thread seems to break when starting a thread #50

Open danry25 opened 4 months ago

danry25 commented 4 months ago

We are seeing Web Texting break and serve an empty HTML document when starting a new conversation: simplescreenrecorder-2024-03-15_15.58.55.webm

From /var/log/nginx/error.log 2024/03/15 16:02:01 [error] 3935189#3935189: *5548202 FastCGI sent in stderr: "PHP message: got 200 OK PHP message: response body: stdClass Object ( [messageSent] => 1 [message] => SMS Message sent to 14254997999 )" while reading response header from upstream, client: 127.0.0.1, server: 127.0.0.1, request: "POST /app/webtexting/outbound-hook.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "localhost"

danry25 commented 4 months ago

To recap our discussion, I believe @dunkeltron has resolved this issue.