Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Server Error" #60

Open
nothing2obvi opened this issue Apr 22, 2024 · 0 comments
Open

"Server Error" #60

nothing2obvi opened this issue Apr 22, 2024 · 0 comments

Comments

@nothing2obvi
Copy link

I think it has something to do with my reverse proxy, but once I log in, accessing via shotshare.mydomain.com, this is what I get:

Screen Shot 2024-04-21 at 10 21 34 PM

Also, I'm using Docker Desktop on Mac but am using the linux/amd64 image. However, I've had success using other linux/amd64 images.

Any help would be appreciated. Thanks.

Here is my shotshare.subdomain.conf for SWAG:

## Version 2023/05/31
# REMOVE THIS LINE BEFORE SUBMITTING: The structure of the file (all of the existing lines) should be kept as close as possible to this template.
# REMOVE THIS LINE BEFORE SUBMITTING: Look through this file for <tags> and replace them. Review other sample files to see how things are done.
# REMOVE THIS LINE BEFORE SUBMITTING: The comment lines at the top of the file (below this line) should explain any prerequisites for using the proxy such as DNS or app settings.
# make sure that your shotshare container is named shotshare
# make sure that your dns has a cname set for shotshare

server {
    listen 443 ssl http2;
    listen [::]:443 ssl http2;

    server_name shotshare.*;

    include /config/nginx/ssl.conf;

    client_max_body_size 0;

    # enable for ldap auth (requires ldap-location.conf in the location block)
    #include /config/nginx/ldap-server.conf;

    # enable for Authelia (requires authelia-location.conf in the location block)
    #include /config/nginx/authelia-server.conf;

    # enable for Authentik (requires authentik-location.conf in the location block)
    #include /config/nginx/authentik-server.conf;

    location / {
        # enable the next two lines for http auth
        #auth_basic "Restricted";
        #auth_basic_user_file /config/nginx/.htpasswd;

        # enable for ldap auth (requires ldap-server.conf in the server block)
        #include /config/nginx/ldap-location.conf;

        # enable for Authelia (requires authelia-server.conf in the server block)
        #include /config/nginx/authelia-location.conf;

        # enable for Authentik (requires authentik-server.conf in the server block)
        #include /config/nginx/authentik-location.conf;

        include /config/nginx/proxy.conf;
        include /config/nginx/resolver.conf;
        set $upstream_app shotshare;
        set $upstream_port 80;
        set $upstream_proto http;
        proxy_pass $upstream_proto://$upstream_app:$upstream_port;

        # REMOVE THIS LINE BEFORE SUBMITTING: Additional proxy settings such as headers go below this line, leave the blank line above.
    }

    # REMOVE THIS LINE BEFORE SUBMITTING: Some proxies require one or more additional location blocks for things like API or RPC endpoints.
    # REMOVE THIS LINE BEFORE SUBMITTING: If the proxy you are making a sample for does not require an additional location block please remove the commented out section below.
    # location ~ (/shotshare)?/api {
    #     include /config/nginx/proxy.conf;
    #     include /config/nginx/resolver.conf;
    #     set $upstream_app shotshare;
    #     set $upstream_port 80;
    #     set $upstream_proto http;
    #     proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    #
    #     # REMOVE THIS LINE BEFORE SUBMITTING: Additional proxy settings such as headers go below this line, leave the blank line above.
    # }
}

Here are the logs:

04/21/2024
10:16:52 PM
04/21/2024
10:16:52 PM
   INFO  Preparing database.  
04/21/2024
10:16:52 PM
04/21/2024
10:16:52 PM
  Creating migration table ......................................... 28ms DONE
04/21/2024
10:16:52 PM
04/21/2024
10:16:52 PM
   INFO  Running migrations.  
04/21/2024
10:16:52 PM
04/21/2024
10:16:52 PM
  2014_10_12_000000_create_users_table ............................. 12ms DONE
04/21/2024
10:16:52 PM
  2014_10_12_100000_create_password_reset_tokens_table .............. 8ms DONE
04/21/2024
10:16:52 PM
  2019_08_19_000000_create_failed_jobs_table ....................... 10ms DONE
04/21/2024
10:16:52 PM
  2019_12_14_000001_create_personal_access_tokens_table ............ 10ms DONE
04/21/2024
10:16:52 PM
  2023_12_07_052547_create_shots_table .............................. 7ms DONE
04/21/2024
10:16:52 PM
  2023_12_29_181202_update_shots_table_add_parent_shot_id ........... 8ms DONE
04/21/2024
10:16:52 PM
  2024_01_14_015100_create_shot_reactions_table ................... 122ms DONE
04/21/2024
10:16:52 PM
  2024_01_14_211116_update_shots_table_add_uuid .................... 59ms DONE
04/21/2024
10:16:52 PM
  2024_01_14_213925_update_shots_table_add_name .................... 23ms DONE
04/21/2024
10:16:52 PM
  2024_01_15_215829_update_personal_access_tokens_add_anonymized_column  4ms DONE
04/21/2024
10:16:52 PM
  2024_01_16_032703_update_shots_table_add_visibity_settings ....... 25ms DONE
04/21/2024
10:16:52 PM
04/21/2024
10:16:53 PM
Caching application configuration
04/21/2024
10:16:54 PM
04/21/2024
10:16:54 PM
   INFO  Configuration cached successfully.  
04/21/2024
10:16:54 PM
04/21/2024
10:16:54 PM
[22-Apr-2024 05:16:54] NOTICE: fpm is running, pid 18
04/21/2024
10:16:54 PM
[22-Apr-2024 05:16:54] NOTICE: ready to handle connections
04/21/2024
10:16:55 PM
config_adapter=
config_file=
/etc/caddy/Caddyfile
level=
info
msg=
using provided configuration
ts=
1713763015.6450381
04/21/2024
10:16:55 PM
adapter=
caddyfile
file=
/etc/caddy/Caddyfile
level=
warn
line=
2
msg=
Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies
ts=
1713763015.684786
04/21/2024
10:16:55 PM
address=
localhost:2019
enforce_origin=
false
level=
info
logger=
admin
msg=
admin endpoint started
origins=
["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]
ts=
1713763015.748251
04/21/2024
10:16:55 PM
http_port=
80
level=
warn
logger=
http.auto_https
msg=
server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server
server_name=
srv0
ts=
1713763015.7644181
04/21/2024
10:16:55 PM
cache=
0xc0003c4100
level=
info
logger=
tls.cache.maintenance
msg=
started background certificate maintenance
ts=
1713763015.764927
04/21/2024
10:16:55 PM
error=
open /data/caddy/instance.uuid: no such file or directory
level=
warn
logger=
tls
msg=
unable to get instance ID; storage clean stamps will be incomplete
ts=
1713763015.7808151
04/21/2024
10:16:55 PM
level=
info
logger=
http.log
msg=
server running
name=
srv0
protocols=
["h1","h2","h3"]
ts=
1713763015.7922146
04/21/2024
10:16:55 PM
level=
info
logger=
tls
msg=
cleaning storage unit
storage=
FileStorage:/data/caddy
ts=
1713763015.7963858
04/21/2024
10:16:55 PM
file=
/config/caddy/autosave.json
level=
info
msg=
autosaved config (load with --resume flag)
ts=
1713763015.797795
04/21/2024
10:16:55 PM
level=
info
msg=
serving initial configuration
ts=
1713763015.7981322
04/21/2024
10:16:55 PM
level=
info
logger=
tls
msg=
finished cleaning storage units
ts=
1713763015.798942
04/21/2024
10:17:10 PM
127.0.0.1 -  22/Apr/2024:05:17:09 +0000 "GET /index.php" 200
04/21/2024
10:17:10 PM
bytes_read=
0
duration=
0.903779584
level=
info
logger=
http.log.access
msg=
handled request
request.client_ip=
172.19.0.27
request.headers.Accept=
["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"]
request.headers.Accept-Encoding=
["gzip, br"]
request.headers.Accept-Language=
["en-US,en;q=0.9"]
request.headers.Cdn-Loop=
["cloudflare"]
request.headers.Cf-Connecting-Ip=
["2601:644:4901:3540:ec8a:7ee3:475c:6977"]
request.headers.Cf-Ipcountry=
["US"]
request.headers.Cf-Ray=
["87832555b86617f2-SJC"]
request.headers.Cf-Visitor=
["{"scheme":"https"}"]
request.headers.Connection=
["close"]
request.headers.Cookie=
[]
request.headers.Priority=
["u=0, i"]
request.headers.Sec-Ch-Ua=
[""Opera";v="109", "Not:A-Brand";v="8", "Chromium";v="123""]
request.headers.Sec-Ch-Ua-Mobile=
["?0"]
request.headers.Sec-Ch-Ua-Platform=
[""macOS""]
request.headers.Sec-Fetch-Dest=
["document"]
request.headers.Sec-Fetch-Mode=
["navigate"]
request.headers.Sec-Fetch-Site=
["none"]
request.headers.Sec-Fetch-User=
["?1"]
request.headers.Upgrade-Insecure-Requests=
["1"]
request.headers.User-Agent=
["Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0"]
request.headers.X-Forwarded-For=
["2601:644:4901:3540:ec8a:7ee3:475c:6977, 192.168.65.1"]
request.headers.X-Forwarded-Host=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Method=
["GET"]
request.headers.X-Forwarded-Port=
["443"]
request.headers.X-Forwarded-Proto=
["https"]
request.headers.X-Forwarded-Server=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Ssl=
["on"]
request.headers.X-Forwarded-Uri=
["/login"]
request.headers.X-Original-Method=
["GET"]
request.headers.X-Original-Url=
["https://shotshare.mydomain.com/login"]
request.headers.X-Real-Ip=
["192.168.65.1"]
request.host=
shotshare.mydomain.com
request.method=
GET
request.proto=
HTTP/1.1
request.remote_ip=
172.19.0.27
request.remote_port=
48020
request.uri=
/login
resp_headers.Cache-Control=
["no-cache, private"]
resp_headers.Content-Encoding=
["gzip"]
resp_headers.Content-Type=
["text/html; charset=UTF-8"]
resp_headers.Date=
["Mon, 22 Apr 2024 05:17:10 GMT"]
resp_headers.Link=
["<https://shotshare.mydomain.com/build/assets/app-4fc500d4.css>; rel="preload"; as="style", <https://shotshare.mydomain.com/build/assets/app-543e2154.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/Login-b473878e.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/GuestLayout-a9c336ea.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/TextInput-2296ae11.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/Button-0d4eb7bb.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/index-ef4dc35b.js>; rel="modulepreload""]
resp_headers.Server=
["Caddy"]
resp_headers.Set-Cookie=
[]
resp_headers.Vary=
["X-Inertia","Accept-Encoding"]
resp_headers.X-Powered-By=
["PHP/8.3.6"]
size=
8143
status=
200
ts=
1713763030.5132325
user_id=
04/21/2024
10:17:12 PM
bytes_read=
0
duration=
0.789861293
level=
info
logger=
http.log.access
msg=
handled request
request.client_ip=
172.19.0.27
request.headers.Accept=
["text/html,application/xhtml+xml,application/xml"]
request.headers.Accept-Encoding=
["gzip, br"]
request.headers.Cdn-Loop=
["cloudflare"]
request.headers.Cf-Connecting-Ip=
["67.180.3.57"]
request.headers.Cf-Ipcountry=
["US"]
request.headers.Cf-Ray=
["87832563fbfb2536-SJC"]
request.headers.Cf-Visitor=
["{"scheme":"https"}"]
request.headers.Connection=
["close"]
request.headers.Dnt=
["1"]
request.headers.Upgrade-Insecure-Requests=
["1"]
request.headers.User-Agent=
["Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36"]
request.headers.X-Forwarded-For=
["67.180.3.57, 192.168.65.1"]
request.headers.X-Forwarded-Host=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Method=
["GET"]
request.headers.X-Forwarded-Port=
["443"]
request.headers.X-Forwarded-Proto=
["https"]
request.headers.X-Forwarded-Server=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Ssl=
["on"]
request.headers.X-Forwarded-Uri=
["/login"]
request.headers.X-Original-Method=
["GET"]
request.headers.X-Original-Url=
["https://shotshare.mydomain.com/login"]
request.headers.X-Real-Ip=
["192.168.65.1"]
request.host=
shotshare.mydomain.com
request.method=
GET
request.proto=
HTTP/1.1
request.remote_ip=
172.19.0.27
request.remote_port=
48036
request.uri=
/login
resp_headers.Cache-Control=
["no-cache, private"]
resp_headers.Content-Encoding=
["gzip"]
resp_headers.Content-Type=
["text/html; charset=UTF-8"]
resp_headers.Date=
["Mon, 22 Apr 2024 05:17:12 GMT"]
resp_headers.Link=
["<https://shotshare.mydomain.com/build/assets/app-4fc500d4.css>; rel="preload"; as="style", <https://shotshare.mydomain.com/build/assets/app-543e2154.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/Login-b473878e.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/GuestLayout-a9c336ea.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/TextInput-2296ae11.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/Button-0d4eb7bb.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/index-ef4dc35b.js>; rel="modulepreload""]
resp_headers.Server=
["Caddy"]
resp_headers.Set-Cookie=
[]
resp_headers.Vary=
["X-Inertia","Accept-Encoding"]
resp_headers.X-Powered-By=
["PHP/8.3.6"]
size=
8143
status=
200
ts=
1713763032.7116854
user_id=
04/21/2024
10:17:12 PM
127.0.0.1 -  22/Apr/2024:05:17:11 +0000 "GET /index.php" 200
04/21/2024
10:17:18 PM
bytes_read=
87
duration=
1.92890321
level=
error
logger=
http.log.access
msg=
handled request
request.client_ip=
172.19.0.27
request.headers.Accept=
["text/html, application/xhtml+xml"]
request.headers.Accept-Encoding=
["gzip, br"]
request.headers.Accept-Language=
["en-US,en;q=0.9"]
request.headers.Cdn-Loop=
["cloudflare"]
request.headers.Cf-Connecting-Ip=
["2601:644:4901:3540:ec8a:7ee3:475c:6977"]
request.headers.Cf-Ipcountry=
["US"]
request.headers.Cf-Ray=
["87832582ae4117f2-SJC"]
request.headers.Cf-Visitor=
["{"scheme":"https"}"]
request.headers.Connection=
["close"]
request.headers.Content-Length=
["87"]
request.headers.Content-Type=
["application/json"]
request.headers.Cookie=
[]
request.headers.Origin=
["https://shotshare.mydomain.com"]
request.headers.Priority=
["u=1, i"]
request.headers.Referer=
["https://shotshare.mydomain.com/login"]
request.headers.Sec-Ch-Ua=
[""Opera";v="109", "Not:A-Brand";v="8", "Chromium";v="123""]
request.headers.Sec-Ch-Ua-Mobile=
["?0"]
request.headers.Sec-Ch-Ua-Platform=
[""macOS""]
request.headers.Sec-Fetch-Dest=
["empty"]
request.headers.Sec-Fetch-Mode=
["cors"]
request.headers.Sec-Fetch-Site=
["same-origin"]
request.headers.User-Agent=
["Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0"]
request.headers.X-Forwarded-For=
["2601:644:4901:3540:ec8a:7ee3:475c:6977, 192.168.65.1"]
request.headers.X-Forwarded-Host=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Method=
["POST"]
request.headers.X-Forwarded-Port=
["443"]
request.headers.X-Forwarded-Proto=
["https"]
request.headers.X-Forwarded-Server=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Ssl=
["on"]
request.headers.X-Forwarded-Uri=
["/login"]
request.headers.X-Inertia=
["true"]
request.headers.X-Inertia-Version=
["7f56fa12c3ddf7a7b38893e2413ab719"]
request.headers.X-Original-Method=
["POST"]
request.headers.X-Original-Url=
["https://shotshare.mydomain.com/login"]
request.headers.X-Real-Ip=
["192.168.65.1"]
request.headers.X-Requested-With=
["XMLHttpRequest"]
request.headers.X-Xsrf-Token=
["eyJpdiI6Im1GR1l5a3d0NVN4N2g1Z2x1d0Nod0E9PSIsInZhbHVlIjoiYkQ3eEtXcjRTUjJsblhwNlNwRXl2a0dEYUwzcE81Smk1MWY4YWdENTVvZk1QUk9rU0M5UFJ4MG9uQk9IdGlYZXdET1loYzlGQnhKeVFPcm11RldUR1F1R1N1QUU0Mk9HQndBckVXUmNacmpUQ0VSa1lxZys3ejlNVkVoeVRxYzIiLCJtYWMiOiI5ZGQyZGUyYzYwODQ5MDlkYmE2MDRhNjc0ODhlMjAyYmE4MDMwYWFiYzI0MGQ4NjM0OTRlNzgzMDQ5YmJmNjAyIiwidGFnIjoiIn0="]
request.host=
shotshare.mydomain.com
request.method=
POST
request.proto=
HTTP/1.1
request.remote_ip=
172.19.0.27
request.remote_port=
39440
request.uri=
/login
resp_headers.Cache-Control=
["no-cache, private"]
resp_headers.Content-Encoding=
["gzip"]
resp_headers.Content-Type=
["text/html; charset=UTF-8"]
resp_headers.Date=
["Mon, 22 Apr 2024 05:17:18 GMT"]
resp_headers.Server=
["Caddy"]
resp_headers.Set-Cookie=
[]
resp_headers.Status=
["500 Internal Server Error"]
resp_headers.Vary=
["X-Inertia","Accept-Encoding"]
resp_headers.X-Powered-By=
["PHP/8.3.6"]
size=
2142
status=
500
ts=
1713763038.6053727
user_id=
04/21/2024
10:17:18 PM
127.0.0.1 -  22/Apr/2024:05:17:16 +0000 "POST /index.php" 500
04/21/2024
10:18:16 PM
127.0.0.1 -  22/Apr/2024:05:18:15 +0000 "GET /index.php" 200
04/21/2024
10:18:16 PM
bytes_read=
0
duration=
0.5858595
level=
info
logger=
http.log.access
msg=
handled request
request.client_ip=
172.19.0.27
request.headers.Accept=
["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"]
request.headers.Accept-Encoding=
["gzip, br"]
request.headers.Accept-Language=
["en-US,en;q=0.9"]
request.headers.Cache-Control=
["max-age=0"]
request.headers.Cdn-Loop=
["cloudflare"]
request.headers.Cf-Connecting-Ip=
["2601:644:4901:3540:ec8a:7ee3:475c:6977"]
request.headers.Cf-Ipcountry=
["US"]
request.headers.Cf-Ray=
["878326f25dd8f977-SJC"]
request.headers.Cf-Visitor=
["{"scheme":"https"}"]
request.headers.Connection=
["close"]
request.headers.Cookie=
[]
request.headers.Priority=
["u=0, i"]
request.headers.Sec-Ch-Ua=
[""Opera";v="109", "Not:A-Brand";v="8", "Chromium";v="123""]
request.headers.Sec-Ch-Ua-Mobile=
["?0"]
request.headers.Sec-Ch-Ua-Platform=
[""macOS""]
request.headers.Sec-Fetch-Dest=
["document"]
request.headers.Sec-Fetch-Mode=
["navigate"]
request.headers.Sec-Fetch-Site=
["same-origin"]
request.headers.Sec-Fetch-User=
["?1"]
request.headers.Upgrade-Insecure-Requests=
["1"]
request.headers.User-Agent=
["Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0"]
request.headers.X-Forwarded-For=
["2601:644:4901:3540:ec8a:7ee3:475c:6977, 192.168.65.1"]
request.headers.X-Forwarded-Host=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Method=
["GET"]
request.headers.X-Forwarded-Port=
["443"]
request.headers.X-Forwarded-Proto=
["https"]
request.headers.X-Forwarded-Server=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Ssl=
["on"]
request.headers.X-Forwarded-Uri=
["/login"]
request.headers.X-Original-Method=
["GET"]
request.headers.X-Original-Url=
["https://shotshare.mydomain.com/login"]
request.headers.X-Real-Ip=
["192.168.65.1"]
request.host=
shotshare.mydomain.com
request.method=
GET
request.proto=
HTTP/1.1
request.remote_ip=
172.19.0.27
request.remote_port=
55114
request.uri=
/login
resp_headers.Cache-Control=
["no-cache, private"]
resp_headers.Content-Encoding=
["gzip"]
resp_headers.Content-Type=
["text/html; charset=UTF-8"]
resp_headers.Date=
["Mon, 22 Apr 2024 05:18:16 GMT"]
resp_headers.Link=
["<https://shotshare.mydomain.com/build/assets/app-4fc500d4.css>; rel="preload"; as="style", <https://shotshare.mydomain.com/build/assets/app-543e2154.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/Login-b473878e.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/GuestLayout-a9c336ea.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/TextInput-2296ae11.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/Button-0d4eb7bb.js>; rel="modulepreload", <https://shotshare.mydomain.com/build/assets/index-ef4dc35b.js>; rel="modulepreload""]
resp_headers.Server=
["Caddy"]
resp_headers.Set-Cookie=
[]
resp_headers.Vary=
["X-Inertia","Accept-Encoding"]
resp_headers.X-Powered-By=
["PHP/8.3.6"]
size=
8143
status=
200
ts=
1713763096.1097302
user_id=
04/21/2024
10:18:21 PM
127.0.0.1 -  22/Apr/2024:05:18:21 +0000 "POST /index.php" 500
04/21/2024
10:18:21 PM
bytes_read=
87
duration=
0.23911225
level=
error
logger=
http.log.access
msg=
handled request
request.client_ip=
172.19.0.27
request.headers.Accept=
["text/html, application/xhtml+xml"]
request.headers.Accept-Encoding=
["gzip, br"]
request.headers.Accept-Language=
["en-US,en;q=0.9"]
request.headers.Cdn-Loop=
["cloudflare"]
request.headers.Cf-Connecting-Ip=
["2601:644:4901:3540:ec8a:7ee3:475c:6977"]
request.headers.Cf-Ipcountry=
["US"]
request.headers.Cf-Ray=
["87832715b86cf977-SJC"]
request.headers.Cf-Visitor=
["{"scheme":"https"}"]
request.headers.Connection=
["close"]
request.headers.Content-Length=
["87"]
request.headers.Content-Type=
["application/json"]
request.headers.Cookie=
[]
request.headers.Origin=
["https://shotshare.mydomain.com"]
request.headers.Priority=
["u=1, i"]
request.headers.Referer=
["https://shotshare.mydomain.com/login"]
request.headers.Sec-Ch-Ua=
[""Opera";v="109", "Not:A-Brand";v="8", "Chromium";v="123""]
request.headers.Sec-Ch-Ua-Mobile=
["?0"]
request.headers.Sec-Ch-Ua-Platform=
[""macOS""]
request.headers.Sec-Fetch-Dest=
["empty"]
request.headers.Sec-Fetch-Mode=
["cors"]
request.headers.Sec-Fetch-Site=
["same-origin"]
request.headers.User-Agent=
["Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0"]
request.headers.X-Forwarded-For=
["2601:644:4901:3540:ec8a:7ee3:475c:6977, 192.168.65.1"]
request.headers.X-Forwarded-Host=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Method=
["POST"]
request.headers.X-Forwarded-Port=
["443"]
request.headers.X-Forwarded-Proto=
["https"]
request.headers.X-Forwarded-Server=
["shotshare.mydomain.com"]
request.headers.X-Forwarded-Ssl=
["on"]
request.headers.X-Forwarded-Uri=
["/login"]
request.headers.X-Inertia=
["true"]
request.headers.X-Inertia-Version=
["7f56fa12c3ddf7a7b38893e2413ab719"]
request.headers.X-Original-Method=
["POST"]
request.headers.X-Original-Url=
["https://shotshare.mydomain.com/login"]
request.headers.X-Real-Ip=
["192.168.65.1"]
request.headers.X-Requested-With=
["XMLHttpRequest"]
request.headers.X-Xsrf-Token=
["eyJpdiI6Inl2YXBORG5LdXRpcHgxVlFCQklBM3c9PSIsInZhbHVlIjoiOTRSVHJGSHF5bkdFQzZuQ0RXSXR3cnM1RUZkNzJqemhSczFsS0szdGF4aHBjbVI2U24vM1RvZFdtOUVsMFdsYmJqQ0Q3MTl1TXhOYlFDK0EvYWJlOEJqeERmWWxxaVdDSW9pWDJDeS9YY0dsSHFTYzN6RFR0SzBENCs1ODVFcjEiLCJtYWMiOiI1ZDllZjAzODljNGI1OWI5NzQyNzkyMjI4NmFiMTlkY2Y0NzBiMjczNzliZTNmMGQyY2JkYWRjYTgzYTUyYjI1IiwidGFnIjoiIn0="]
request.host=
shotshare.mydomain.com
request.method=
POST
request.proto=
HTTP/1.1
request.remote_ip=
172.19.0.27
request.remote_port=
55116
request.uri=
/login
resp_headers.Cache-Control=
["no-cache, private"]
resp_headers.Content-Encoding=
["gzip"]
resp_headers.Content-Type=
["text/html; charset=UTF-8"]
resp_headers.Date=
["Mon, 22 Apr 2024 05:18:21 GMT"]
resp_headers.Server=
["Caddy"]
resp_headers.Set-Cookie=
[]
resp_headers.Status=
["500 Internal Server Error"]
resp_headers.Vary=
["X-Inertia","Accept-Encoding"]
resp_headers.X-Powered-By=
["PHP/8.3.6"]
size=
2142
status=
500
ts=
1713763101.3237402
user_id=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant