Setting up Caddy to work with DEVONthink Server

1. Caddy version (caddy version):

v2.4.5

2. How I run Caddy:

a. System environment:

macOS 11.6

b. Command:

caddy start

or

caddy reload

c. Service/unit/compose file:

n/a

d. My complete Caddyfile or JSON config:

{
   debug
}

# Add forward headers to requests
(theheaders) {
    header_up X-Forwarded-Ssl on
    header_up Host {host}
    header_up X-Real-IP {remote}
    header_up X-Forwarded-For {remote}
    header_up X-Forwarded-Port {server_port}
    header_up X-Forwarded-Proto {scheme}
    header_up X-Url-Scheme {scheme}
    header_up X-Forwarded-Host {host}
}

books.doctorallred.com {
   encode gzip
   reverse_proxy 192.168.1.20:8080 {
      header_up Host {http.request.host}
      header_up X-Real-IP {http.request.remote.host}
      header_up X-Forwarded-Proto https
   }
}

devon.doctorallred.com {
   encode gzip
   reverse_proxy localhost:51827 {
      import theheaders
   }
}



3. The problem I’m having:

My first reverse proxy is to my Calibre server, it works just fine. The second is to DEVONthink Server, which works fine when I connect to it directly, but once I try to connect to it through Caddy, the app loads, it looks like this:

and none of the buttons or objects work.

When it should look like this:
Screen Shot 2021-11-29 at 9.45.40 PM

4. Error messages and/or full log output:


There are no obvious errors being reported. I tried to post a log file, but it exceeded the allowed post length.

5. What I already tried:

Originally I was trying to connect to DEVONthink over HTTPS, but realized my self-signed certificate wasn’t working. Switched to connecting over HTTP, and it loads, but doesn’t work right (see above). I’ve searched all over and can’t seem to find anyone who is using Caddy with DEVONthink. The only remotely helpful discussion of using a reverse proxy that I’ve found is here and is for nginx. I tried to use those tips, but no improvements.

I’ve tried it with no headers at all, even just:

devon.doctorallred.com {
   encode gzip
   reverse_proxy localhost:51827 {
}

6. Links to relevant resources:

https://discourse.devontechnologies.com/t/nginx-and-web-server/46007/4

Please upgrade to v2.4.6!

You likely don’t need all these header lines. See the docs:

Check the browser dev tools. See if any requests for CSS or JS files are failing to load, in the Network tab.

Please at least post the last dozen or so log lines after having made a request.

Done.

I’ve removed those.

Updated Caddyfile:

{
   debug
}

books.doctorallred.com {
   encode gzip
   reverse_proxy 192.168.1.20:8080 {
      header_up Host {http.request.host}
      header_up X-Real-IP {http.request.remote.host}
      header_up X-Forwarded-Proto https
   }
}

devon.doctorallred.com {
   encode gzip
   reverse_proxy localhost:51827 {

   }
   log {
      output file /Users/robertallred/Desktop/caddylog.log
   }
}

Nothing is failing to load.

2021/11/30 15:12:28.572	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-download@2x.png", "headers": {"Accept-Encoding": ["gzip, deflate, br"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/web_toolbar_icon-download@2x.png HTTP/2.0\" 200 1329", "user_id": "", "duration": 0.033215291, "size": 1329, "status": 200, "resp_headers": {"Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Server": ["Caddy"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["1329"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"]}}
2021/11/30 15:12:28.576	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-preview_refresh@2x.png", "headers": {"Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Dest": ["image"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Fetch-Mode": ["no-cors"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/web_toolbar_icon-preview_refresh@2x.png HTTP/2.0\" 200 1024", "user_id": "", "duration": 0.042414209, "size": 1024, "status": 200, "resp_headers": {"Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Server": ["Caddy"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["1024"]}}
2021/11/30 15:12:28.580	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-upload@2x.png", "headers": {"Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua-Mobile": ["?0"], "Accept-Encoding": ["gzip, deflate, br"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/web_toolbar_icon-upload@2x.png HTTP/2.0\" 200 1298", "user_id": "", "duration": 0.046116042, "size": 1298, "status": 200, "resp_headers": {"Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["1298"], "Server": ["Caddy"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"]}}
2021/11/30 15:12:28.584	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-settings@2x.png", "headers": {"Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Mode": ["no-cors"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Fetch-Site": ["same-origin"], "Accept-Encoding": ["gzip, deflate, br"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/web_toolbar_icon-settings@2x.png HTTP/2.0\" 200 435", "user_id": "", "duration": 0.044997458, "size": 435, "status": 200, "resp_headers": {"Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["435"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Server": ["Caddy"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"]}}
2021/11/30 15:12:28.589	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/drag-document.png", "headers": {"Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["image"], "Sec-Ch-Ua-Mobile": ["?0"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Site": ["same-origin"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/drag-document.png HTTP/2.0\" 200 329", "user_id": "", "duration": 0.047212875, "size": 329, "status": 200, "resp_headers": {"Server": ["Caddy"], "Content-Length": ["329"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"]}}
2021/11/30 15:12:28.592	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-inspectors@2x.png", "headers": {"Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Accept-Language": ["en-US,en;q=0.9"], "Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Fetch-Site": ["same-origin"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/web_toolbar_icon-inspectors@2x.png HTTP/2.0\" 200 413", "user_id": "", "duration": 0.050742334, "size": 413, "status": 200, "resp_headers": {"Server": ["Caddy"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["413"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"]}}
2021/11/30 15:12:28.598	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/inspectors_tab_icon-see_also@2x.png", "headers": {"Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Mode": ["no-cors"], "Accept-Language": ["en-US,en;q=0.9"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/inspectors_tab_icon-see_also@2x.png HTTP/2.0\" 200 587", "user_id": "", "duration": 0.055974708, "size": 587, "status": 200, "resp_headers": {"Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Server": ["Caddy"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["587"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"]}}
2021/11/30 15:12:28.605	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/inspectors_tab_icon-info_active@2x.png", "headers": {"User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Mode": ["no-cors"], "Accept-Encoding": ["gzip, deflate, br"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/inspectors_tab_icon-info_active@2x.png HTTP/2.0\" 200 666", "user_id": "", "duration": 0.062951709, "size": 666, "status": 200, "resp_headers": {"Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["666"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Server": ["Caddy"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"]}}
2021/11/30 15:12:28.621	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/sidebar_icon_large-database@2x.png", "headers": {"Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Site": ["same-origin"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/sidebar_icon_large-database@2x.png HTTP/2.0\" 200 1045", "user_id": "", "duration": 0.0795415, "size": 1045, "status": 200, "resp_headers": {"Content-Length": ["1045"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Server": ["Caddy"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"]}}
2021/11/30 15:12:28.625	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/drag-documents.png", "headers": {"Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["image"], "Accept-Language": ["en-US,en;q=0.9"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/drag-documents.png HTTP/2.0\" 200 519", "user_id": "", "duration": 0.083140083, "size": 519, "status": 200, "resp_headers": {"Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Server": ["Caddy"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["519"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"]}}
2021/11/30 15:12:28.705	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/sidebar_icon_small-group@2x.png", "headers": {"Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Fetch-Mode": ["no-cors"], "Accept-Encoding": ["gzip, deflate, br"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/sidebar_icon_small-group@2x.png HTTP/2.0\" 200 625", "user_id": "", "duration": 0.005291042, "size": 625, "status": 200, "resp_headers": {"Server": ["Caddy"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["625"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"]}}
2021/11/30 15:12:28.710	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/sidebar_icon_large-inbox@2x.png", "headers": {"Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Accept-Encoding": ["gzip, deflate, br"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/sidebar_icon_large-inbox@2x.png HTTP/2.0\" 200 1001", "user_id": "", "duration": 0.009706625, "size": 1001, "status": 200, "resp_headers": {"Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["1001"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Server": ["Caddy"], "Access-Control-Allow-Origin": ["*"]}}
2021/11/30 15:12:28.713	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/sidebar_icon_large-trash@2x.png", "headers": {"User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Dest": ["image"], "Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Mode": ["no-cors"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/sidebar_icon_large-trash@2x.png HTTP/2.0\" 200 690", "user_id": "", "duration": 0.005053083, "size": 690, "status": 200, "resp_headers": {"Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Server": ["Caddy"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["690"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"]}}
2021/11/30 15:12:28.716	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/sidebar_icon_large-smart_group@2x.png", "headers": {"Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Dest": ["image"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/sidebar_icon_large-smart_group@2x.png HTTP/2.0\" 200 1335", "user_id": "", "duration": 0.008971292, "size": 1335, "status": 200, "resp_headers": {"Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["1335"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Server": ["Caddy"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"]}}
2021/11/30 15:12:28.719	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/sidebar_icon_small-tag@2x.png", "headers": {"Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Dest": ["image"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Fetch-Mode": ["no-cors"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Platform": ["\"Windows\""]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:28 -0800] \"GET /app/statics/sidebar_icon_small-tag@2x.png HTTP/2.0\" 200 742", "user_id": "", "duration": 0.01178325, "size": 742, "status": 200, "resp_headers": {"Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Server": ["Caddy"], "Content-Length": ["742"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:28 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 07:12:28 America/Los_Angeles"]}}
2021/11/30 15:12:29.211	info	http.log.access.log0	handled request	{"request": {"remote_addr": "51.143.3.55:58660", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/table-icn-newsfeed@2x.png", "headers": {"Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "common_log": "51.143.3.55 - - [30/Nov/2021:07:12:29 -0800] \"GET /app/statics/table-icn-newsfeed@2x.png HTTP/2.0\" 200 3466", "user_id": "", "duration": 0.005777792, "size": 3466, "status": 200, "resp_headers": {"Server": ["Caddy"], "Access-Control-Allow-Origin": ["*"], "Set-Cookie": ["DTWebServerPluginAccessToken=BE5A3D058EB24631BAD48D80E3FF8833; Max-Age=1800; HttpOnly"], "Content-Length": ["3466"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 08:12:29 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 07:12:29 America/Los_Angeles"]}}

Those are the access logs. We’ll need to look at Caddy’s stderr logs.

If you’re using caddy start to run Caddy, then those will get lost entirely. Run Caddy with caddy run instead.

1 Like

Okay, I hope I got this is right this time…

2021/11/30 17:16:13.393	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.003088625, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/js/9.5be6de22.js", "headers": {"Accept": ["*/*"], "Sec-Fetch-Site": ["same-origin"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["script"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "X-Forwarded-For": ["51.143.3.55"], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept-Encoding": ["gzip, deflate, br"], "X-Forwarded-Proto": ["https"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Content-Type": ["application/x-javascript"], "Content-Length": ["29913"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"]}, "status": 200}
2021/11/30 17:16:13.396	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.005523459, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/css/12.5aa9c5fb.css", "headers": {"Sec-Fetch-Mode": ["no-cors"], "Accept-Encoding": ["gzip, deflate, br"], "X-Forwarded-For": ["51.143.3.55"], "Accept": ["text/css,*/*;q=0.1"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Dest": ["style"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "X-Forwarded-Proto": ["https"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Access-Control-Allow-Origin": ["*"], "Content-Length": ["1373"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"]}, "status": 200}
2021/11/30 17:16:13.397	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.006139416, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/?action=databases&format=JSON", "headers": {"Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Accept-Language": ["en-US,en;q=0.9"], "X-Forwarded-For": ["51.143.3.55"], "X-Forwarded-Proto": ["https"], "Accept": ["application/json, text/plain, */*"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Sec-Fetch-Site": ["same-origin"], "Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Fetch-Mode": ["cors"], "Sec-Fetch-Dest": ["empty"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Content-Type": ["text/plain; charset=utf-8"], "Content-Length": ["21"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Access-Control-Allow-Origin": ["*"]}, "status": 200}
2021/11/30 17:16:13.399	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.008344291, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/js/12.af4fbd99.js", "headers": {"Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Site": ["same-origin"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept": ["*/*"], "Sec-Fetch-Dest": ["script"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "X-Forwarded-For": ["51.143.3.55"], "Sec-Fetch-Mode": ["no-cors"], "Accept-Language": ["en-US,en;q=0.9"], "X-Forwarded-Proto": ["https"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Access-Control-Allow-Origin": ["*"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Content-Type": ["application/x-javascript"], "Content-Length": ["8413"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"]}, "status": 200}
2021/11/30 17:16:13.414	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.001151084, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/?action=custommetadata&format=JSON", "headers": {"Accept-Language": ["en-US,en;q=0.9"], "X-Forwarded-For": ["51.143.3.55"], "X-Forwarded-Proto": ["https"], "Accept": ["application/json, text/plain, */*"], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Mode": ["cors"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Fetch-Dest": ["empty"], "Accept-Encoding": ["gzip, deflate, br"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Fetch-Site": ["same-origin"], "Referer": ["https://devon.doctorallred.com/app/devonthink"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Content-Length": ["591"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Access-Control-Allow-Origin": ["*"], "Content-Type": ["text/plain; charset=utf-8"]}, "status": 200}
2021/11/30 17:16:13.891	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.003159792, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-sidebar@2x.png", "headers": {"Sec-Ch-Ua-Mobile": ["?0"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Dest": ["image"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Fetch-Site": ["same-origin"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "X-Forwarded-For": ["51.143.3.55"], "X-Forwarded-Proto": ["https"], "Sec-Fetch-Mode": ["no-cors"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Access-Control-Allow-Origin": ["*"], "Content-Length": ["446"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"]}, "status": 200}
2021/11/30 17:16:13.892	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.004471083, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-preview_standard_sel@2x.png", "headers": {"Sec-Ch-Ua-Platform": ["\"Windows\""], "X-Forwarded-Proto": ["https"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Sec-Ch-Ua-Mobile": ["?0"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Fetch-Mode": ["no-cors"], "X-Forwarded-For": ["51.143.3.55"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Dest": ["image"], "Accept-Language": ["en-US,en;q=0.9"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Content-Length": ["1479"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"]}, "status": 200}
2021/11/30 17:16:13.894	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.004193375, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-preview_widescreen@2x.png", "headers": {"Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "X-Forwarded-For": ["51.143.3.55"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Sec-Fetch-Site": ["same-origin"], "Accept-Language": ["en-US,en;q=0.9"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Dest": ["image"], "X-Forwarded-Proto": ["https"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Mode": ["no-cors"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Content-Length": ["313"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"]}, "status": 200}
2021/11/30 17:16:13.895	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.003447334, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-action@2x.png", "headers": {"Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Dest": ["image"], "X-Forwarded-Proto": ["https"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Sec-Fetch-Mode": ["no-cors"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"], "X-Forwarded-For": ["51.143.3.55"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Access-Control-Allow-Origin": ["*"], "Content-Length": ["977"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"]}, "status": 200}
2021/11/30 17:16:13.896	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.0045815, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-new@2x.png", "headers": {"Sec-Ch-Ua-Mobile": ["?0"], "Sec-Fetch-Site": ["same-origin"], "X-Forwarded-Proto": ["https"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Fetch-Mode": ["no-cors"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Accept-Encoding": ["gzip, deflate, br"], "Accept-Language": ["en-US,en;q=0.9"], "X-Forwarded-For": ["51.143.3.55"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Dest": ["image"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Access-Control-Allow-Origin": ["*"], "Content-Length": ["255"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"]}, "status": 200}
2021/11/30 17:16:13.898	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.002481167, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-delete@2x.png", "headers": {"X-Forwarded-Proto": ["https"], "Sec-Fetch-Mode": ["no-cors"], "Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Site": ["same-origin"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Dest": ["image"], "Accept-Language": ["en-US,en;q=0.9"], "X-Forwarded-For": ["51.143.3.55"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Content-Length": ["419"]}, "status": 200}
2021/11/30 17:16:13.899	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.003121166, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-preview_refresh@2x.png", "headers": {"Sec-Fetch-Dest": ["image"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Accept-Encoding": ["gzip, deflate, br"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Fetch-Site": ["same-origin"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "X-Forwarded-Proto": ["https"], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Mode": ["no-cors"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "X-Forwarded-For": ["51.143.3.55"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Content-Length": ["1024"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"]}, "status": 200}
2021/11/30 17:16:13.900	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.002897458, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-upload@2x.png", "headers": {"Sec-Fetch-Mode": ["no-cors"], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Fetch-Dest": ["image"], "X-Forwarded-For": ["51.143.3.55"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Fetch-Site": ["same-origin"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "X-Forwarded-Proto": ["https"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Content-Length": ["1298"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"]}, "status": 200}
2021/11/30 17:16:13.901	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.001760125, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-download@2x.png", "headers": {"Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Sec-Ch-Ua-Mobile": ["?0"], "X-Forwarded-For": ["51.143.3.55"], "X-Forwarded-Proto": ["https"], "Sec-Fetch-Dest": ["image"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Content-Length": ["1329"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"]}, "status": 200}
2021/11/30 17:16:13.903	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.001619334, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-settings@2x.png", "headers": {"Sec-Fetch-Dest": ["image"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Mode": ["no-cors"], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Fetch-Site": ["same-origin"], "X-Forwarded-Proto": ["https"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "X-Forwarded-For": ["51.143.3.55"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Content-Length": ["435"]}, "status": 200}
2021/11/30 17:16:13.905	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.002165834, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/web_toolbar_icon-inspectors@2x.png", "headers": {"Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "X-Forwarded-For": ["51.143.3.55"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Site": ["same-origin"], "X-Forwarded-Proto": ["https"], "Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["image"], "Accept-Encoding": ["gzip, deflate, br"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Ch-Ua-Mobile": ["?0"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Content-Length": ["413"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"]}, "status": 200}
2021/11/30 17:16:13.911	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.002355542, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/inspectors_tab_icon-info_active@2x.png", "headers": {"X-Forwarded-For": ["51.143.3.55"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Ch-Ua-Mobile": ["?0"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept-Encoding": ["gzip, deflate, br"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "X-Forwarded-Proto": ["https"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Content-Length": ["666"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"]}, "status": 200}
2021/11/30 17:16:13.912	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.00239275, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/inspectors_tab_icon-see_also@2x.png", "headers": {"Sec-Fetch-Site": ["same-origin"], "X-Forwarded-For": ["51.143.3.55"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Dest": ["image"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Sec-Ch-Ua-Mobile": ["?0"], "Accept-Encoding": ["gzip, deflate, br"], "X-Forwarded-Proto": ["https"], "Sec-Fetch-Mode": ["no-cors"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"], "Content-Length": ["587"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"]}, "status": 200}
2021/11/30 17:16:13.931	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.002066291, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/drag-documents.png", "headers": {"Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Platform": ["\"Windows\""], "Sec-Fetch-Site": ["same-origin"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "X-Forwarded-For": ["51.143.3.55"], "Sec-Ch-Ua-Mobile": ["?0"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"], "Sec-Fetch-Mode": ["no-cors"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Fetch-Dest": ["image"], "Accept-Encoding": ["gzip, deflate, br"], "X-Forwarded-Proto": ["https"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Content-Length": ["519"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"]}, "status": 200}
2021/11/30 17:16:13.932	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.002973625, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/drag-document.png", "headers": {"X-Forwarded-For": ["51.143.3.55"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Sec-Fetch-Dest": ["image"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Language": ["en-US,en;q=0.9"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"], "Accept-Encoding": ["gzip, deflate, br"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "X-Forwarded-Proto": ["https"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Content-Length": ["329"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"], "Access-Control-Allow-Origin": ["*"]}, "status": 200}
2021/11/30 17:16:13.997	debug	http.handlers.reverse_proxy	upstream roundtrip	{"upstream": "localhost:51827", "duration": 0.002300083, "request": {"remote_addr": "51.143.3.55:48603", "proto": "HTTP/2.0", "method": "GET", "host": "devon.doctorallred.com", "uri": "/app/statics/icons/favicon.ico", "headers": {"Accept-Language": ["en-US,en;q=0.9"], "Sec-Ch-Ua": ["\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\""], "Sec-Ch-Ua-Mobile": ["?0"], "Accept": ["image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8"], "Sec-Ch-Ua-Platform": ["\"Windows\""], "X-Forwarded-For": ["51.143.3.55"], "X-Forwarded-Proto": ["https"], "User-Agent": ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36"], "Cookie": ["tk_or=%22%22; tk_r3d=%22%22; tk_lr=%22%22; _ga=GA1.2.1671974831.1638290345; _gid=GA1.2.43957893.1638290345"], "Referer": ["https://devon.doctorallred.com/app/devonthink"], "Accept-Encoding": ["gzip, deflate, br"], "Sec-Fetch-Site": ["same-origin"], "Sec-Fetch-Mode": ["no-cors"], "Sec-Fetch-Dest": ["image"]}, "tls": {"resumed": false, "version": 772, "cipher_suite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "devon.doctorallred.com"}}, "headers": {"Access-Control-Allow-Origin": ["*"], "Content-Length": ["96778"], "Access-Control-Allow-Methods": ["GET, POST, OPTIONS"], "Expires": ["Tue, 30 Nov 2021 10:16:13 America/Los_Angeles"], "Date": ["Tue, 30 Nov 2021 09:16:13 America/Los_Angeles"]}, "status": 200}

Thanks so much!

Alright, so that looks fine, looks like JS was sent over.

So with that said, I couldn’t really say what the problem is, since it’s a rendering issue with that app in particular. I suppose you should ask the maintainers of that app to see what they make of it. I have doubts that it’s an issue with Caddy, based on those logs.

This topic was automatically closed after 30 days. New replies are no longer allowed.