You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to setup the project with Cloudflare Tunnel, but I cannot seem to get it working.
The server is setup with docker-compose. I changed the secret in the config.php.
Cloudflare Tunnel is setup to point my subdomain.domain to the docker container at the specified port.
On the client, i've setup the secret and the URL.
When running I get the following error: Error: Failed to upload screenshot. Server returned status code '500'.
On the server it shows this error:
myazo | 2023/08/23 15:10:15 [warn] 62#62: *1 a client request body is buffered to a temporary file /var/tmp/nginx/client_body/0000000001, client: 172.26.0.1, server: _, request: "POST /upload.php HTTP/1.1", host: "screenshot.mydomain.com"
myazo | [23-Aug-2023 15:10:15] WARNING: [pool www] child 68 said into stderr: "NOTICE: PHP message: PHP Warning: mkdir(): File exists in /app/upload.php on line 41"
myazo | 2023/08/23 15:10:15 [error] 62#62: *1 FastCGI sent in stderr: "PHP message: PHP Warning: mkdir(): File exists in /app/upload.php on line 41" while reading response header from upstream, client: 172.26.0.1, server: _, request: "POST /upload.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "screenshot.mydomain.com"
myazo | [php-fpm:access] 127.0.0.1 - 23/Aug/2023:15:10:15 +0000 "POST /upload.php" 500 /app/upload.php 90.269 2048 88.62%
myazo | 172.26.0.1 - - [23/Aug/2023:15:10:15 +0000] "POST /upload.php HTTP/1.1" 500 5 "-" "python-requests/2.31.0"
Any tips to resolve it?
The text was updated successfully, but these errors were encountered:
Hello!
I've tried to setup the project with Cloudflare Tunnel, but I cannot seem to get it working.
The server is setup with docker-compose. I changed the secret in the config.php.
Cloudflare Tunnel is setup to point my subdomain.domain to the docker container at the specified port.
On the client, i've setup the secret and the URL.
When running I get the following error:
Error: Failed to upload screenshot. Server returned status code '500'.
On the server it shows this error:
Any tips to resolve it?
The text was updated successfully, but these errors were encountered: