Error while reacting

Dex-chan lover
Joined
Oct 9, 2019
Messages
1,974
As I was reacting, I got a popup saying that there was an error and to check the console. Here are the contents of the console:

HTML:
/posts/18459064/react?reaction_id=1:1     Failed to load resource: the server responded with a status of 502 ()
 PHP: <!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>MangaDex</title>
  <link rel="icon" href="/favicon.svg">
  <style>
    * {
      box-sizing: border-box;
    }

    a {
      color: #ff6740;
      font-weight: bold;
      text-decoration: none;
    }

    html {
      background-color: #242424;
      color: #fff;
      font-family: Poppins, sans-serif;
      height: 100%;
      margin: auto;
      max-height: 1000px;
      max-width: 600px;
      padding: 0;
    }

    body {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      height: 100%;
      justify-content: start;
      margin: 0;
      padding: 0.5rem;
      place-items: center;
    }

    .header {
      display: flex;
      flex-direction: row;
      gap: 1rem;
    }

    #logo {
      height: 4rem;
    }

    #wordmark {
      height: 4rem;
    }

    .content > h1 {
      font-size: 1.3rem;
      font-weight: normal;
      text-align: center;
    }

    .separator {
      margin-top: auto;
    }

    .separator > hr {
      border-top-style: none;
      border-bottom: 1px solid #525252;
      border-left-style: none;
      border-right-style: none;
      margin-top: 0;
      margin-bottom: 1.5rem;
      width: 100;
    }

    .technical {
      display: block;
      cursor: pointer;
      text-align: center;
    }

    .technical-note {
      font-size: 0.7rem;
    }

    .technical-info {
      font-family: monospace;
      font-weight: bold;
    }

  </style>
  <script>
    function copy() {
      const copyText = document.querySelector("#txid").textContent;
      navigator.clipboard.writeText(copyText).then(() => {
        console.log(`Copied debug info: ${ copyText }`);
        alert("Copied debug information to clipboard.");
      });
    }
  </script>
<body>
<div class="header">
  <svg id="logo" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48"><g clip-path="url(#a)"><path d="M42.517 39.253A23.9 23.9 0 0 0 48 23.984c0-13.254-10.746-24-24-24s-24 10.746-24 24a23.9 23.9 0 0 0 5.483 15.269h37.033z" fill="#242424"/><path d="M5.483 39.253a23.96 23.96 0 0 0 2.021 2.163H40.5a24.08 24.08 0 0 0 2.021-2.163H5.483zm7.908 6.263h21.218a23.904 23.904 0 0 0 3.563-2.162H9.829a23.927 23.927 0 0 0 3.562 2.162z" fill="#ff6740"/><path d="M36.697 27.006a11.06 11.06 0 0 1-2.339-2.839l-.017-.033a10.898 10.898 0 0 1-1.331-3.978l-.027-.26a2.8 2.8 0 0 0-.603-1.356l-.094-.1a19.274 19.274 0 0 0-9.799-5.911 12.21 12.21 0 0 1-.013-.557 12.15 12.15 0 0 1 1.512-5.879.7.7 0 0 0-.014-.69.7.7 0 0 0-.6-.341.384.384 0 0 0-.048 0 .79.79 0 0 0-.119.019A25.475 25.475 0 0 0 5.189 17.794a18.48 18.48 0 0 0-.743-.381 23.09 23.09 0 0 0-2.438-1.031 23.58 23.58 0 0 0-.695-.232 24.048 24.048 0 0 0 2.51 20.833H31.01a2.802 2.802 0 0 0 2.666-1.94 2.792 2.792 0 0 1 .976-1.494c.04-.029.076-.056.113-.081.049-.038.1-.07.151-.103a5.51 5.51 0 0 0 2.183-3.817 5.08 5.08 0 0 0 .035-.61 5.482 5.482 0 0 0-.31-1.826c-.046-.038-.087-.07-.128-.106zm-6.322-2.05a.704.704 0 0 1-.324-.081 3.759 3.759 0 0 0-1.893-.505 3.872 3.872 0 0 0-1.835.469.5.5 0 0 0-.075.046.68.68 0 0 1-.891-.265.68.68 0 0 1 .208-.907.55.55 0 0 1 .067-.041 5.146 5.146 0 0 1 2.526-.656 5.104 5.104 0 0 1 2.267.524c.089.04.175.086.262.135l.067.041a.68.68 0 0 1 .271.76.68.68 0 0 1-.646.483l-.003-.002z" fill="#f1f1f1"/><path d="M5.258 17.676c1.304 6.246 6.718 10.931 13.21 10.931 3.821 0 7.269-1.626 9.727-4.236h-.04a3.872 3.872 0 0 0-1.835.469.5.5 0 0 0-.075.046.68.68 0 0 1-.891-.265.68.68 0 0 1 .208-.907 5.157 5.157 0 0 1 3.674-.585 13.914 13.914 0 0 0 2.42-5.356 19.25 19.25 0 0 0-9.167-5.239 12.156 12.156 0 0 1 1.496-6.441.7.7 0 0 0-.014-.69.7.7 0 0 0-.6-.341.384.384 0 0 0-.048 0 .79.79 0 0 0-.119.019A25.475 25.475 0 0 0 6.516 15.669a24.57 24.57 0 0 0-1.259 2.006z" fill="#ff6740"/><path d="m33.236 30.59-1.752-.518-1.776-.412a25.57 25.57 0 0 0-3.603-.482l-.906-.049a10.12 10.12 0 0 0-.909 0l-.908.035-.452.036-.453.041a15.55 15.55 0 0 0-1.794.281c-.596.125-1.184.282-1.764.469l-.006-.018a15.16 15.16 0 0 1 3.546-.882l.911-.094.915-.043.916-.005.915.04a23.92 23.92 0 0 1 3.622.527l1.773.459 1.732.596-.008.017zm-.529 1.11-1.809-.252-1.817-.143a25.496 25.496 0 0 0-3.635.058l-.904.086-.899.131-.892.169-.442.103-.442.108a15.68 15.68 0 0 0-1.732.549 17.48 17.48 0 0 0-1.674.727l-.009-.017a15.23 15.23 0 0 1 3.375-1.4l.887-.229.898-.178.906-.141a10.75 10.75 0 0 1 .91-.094 23.98 23.98 0 0 1 3.656-.018l1.822.188 1.8.333v.02zm-.082 1.293-1.822.144-1.806.251a25.527 25.527 0 0 0-3.535.844l-.864.281c-.288.094-.57.205-.844.323l-.835.357-.409.196-.408.201a15.37 15.37 0 0 0-1.573.91 17.24 17.24 0 0 0-1.477 1.071l-.012-.014a15.2 15.2 0 0 1 2.991-2.099l.817-.415.838-.369.854-.332.868-.291a24.096 24.096 0 0 1 3.57-.807l1.82-.206 1.83-.064-.003.019z" fill="#242424"/><path d="m36.697 27.006-.591-.554a1.79 1.79 0 0 0-.8 2.012 1.79 1.79 0 0 0 1.725 1.309h.027l.037-.225a5.06 5.06 0 0 0 .035-.61 5.46 5.46 0 0 0-.31-1.826l-.123-.105z" fill="#ff7bac"/><path d="M21.87 13.455v.254a19.23 19.23 0 0 0-5.849 3.728 10.13 10.13 0 0 1-.105-1.469 10.27 10.27 0 0 1 8.137-10.045 14.02 14.02 0 0 0-2.183 7.532z" fill="#f1f1f1"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h48v48H0z"/></clipPath></defs></svg>
  <svg id="wordmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112 28" fill="none"><path d="M1.565 22h3.392l1.081-11.214L9.986 21.57h2.089l3.959-10.784L17.105 22h3.402L18.785 4.675h-3.612l-4.137 10.836L6.899 4.675H3.287L1.565 22zm24.786.336c.735 0 1.421-.15 2.058-.451a5.262 5.262 0 0 0 1.701-1.302V22h3.224V11.248H30.11v1.313a4.288 4.288 0 0 0-1.628-1.207 5.166 5.166 0 0 0-2.131-.441c-1.036 0-1.957.252-2.762.756a5.234 5.234 0 0 0-1.88 2.037c-.455.854-.682 1.82-.682 2.898 0 1.106.238 2.093.714 2.961a5.464 5.464 0 0 0 1.911 2.037c.805.49 1.704.735 2.698.735zm.956-2.74c-.833 0-1.523-.28-2.068-.84s-.819-1.271-.819-2.132.273-1.571.819-2.131c.553-.56 1.242-.84 2.069-.84.833 0 1.519.28 2.058.84.546.553.819 1.264.819 2.131s-.27 1.582-.808 2.142c-.539.553-1.229.83-2.068.83zM35.025 22h3.223v-6.363c0-.623.207-1.145.62-1.565.413-.427.977-.64 1.691-.64.7 0 1.249.217 1.648.651.406.427.609 1.025.609 1.796V22h3.224v-6.804c0-.854-.178-1.599-.535-2.236a3.815 3.815 0 0 0-1.48-1.501c-.623-.364-1.348-.546-2.174-.546-.742 0-1.425.143-2.047.43a4.627 4.627 0 0 0-1.554 1.103v-1.197h-3.223V22zm17.678 5.775c1.421 0 2.593-.238 3.517-.714.931-.469 1.624-1.116 2.079-1.942.462-.826.693-1.768.693-2.825V11.248h-3.224v1.313a4.329 4.329 0 0 0-1.606-1.207 4.996 4.996 0 0 0-2.1-.441c-1.036 0-1.96.248-2.772.745a5.355 5.355 0 0 0-1.911 2.037c-.462.861-.693 1.838-.693 2.929 0 1.113.238 2.1.714 2.961.483.861 1.124 1.537 1.922 2.026a5.03 5.03 0 0 0 2.656.724c.749 0 1.449-.154 2.1-.462a4.943 4.943 0 0 0 1.691-1.291v1.512c0 .868-.287 1.568-.861 2.1-.567.532-1.306.798-2.215.798a4.04 4.04 0 0 1-1.869-.441c-.574-.294-1.008-.69-1.302-1.187l-2.625 1.281a4.75 4.75 0 0 0 2.153 2.331c.987.532 2.205.798 3.654.798zm.241-8.179c-.84 0-1.529-.277-2.068-.83-.532-.56-.798-1.267-.798-2.121 0-.868.273-1.582.819-2.142a2.77 2.77 0 0 1 2.069-.851c.826 0 1.512.284 2.058.851.546.56.819 1.274.819 2.142 0 .854-.273 1.561-.819 2.121-.539.553-1.232.83-2.079.83zm12.223 2.74c.735 0 1.421-.15 2.058-.451a5.262 5.262 0 0 0 1.701-1.302V22h3.224V11.248h-3.224v1.313a4.293 4.293 0 0 0-1.627-1.207 5.164 5.164 0 0 0-2.132-.441c-1.036 0-1.956.252-2.761.756a5.227 5.227 0 0 0-1.88 2.037c-.455.854-.683 1.82-.683 2.898 0 1.106.238 2.093.714 2.961a5.464 5.464 0 0 0 1.911 2.037c.805.49 1.704.735 2.698.735zm.956-2.74c-.833 0-1.522-.28-2.068-.84s-.819-1.271-.819-2.132.273-1.571.819-2.131c.553-.56 1.243-.84 2.069-.84.833 0 1.519.28 2.058.84.546.553.819 1.264.819 2.131s-.27 1.582-.809 2.142c-.539.553-1.228.83-2.068.83zM74.304 22h4.757c1.232 0 2.376-.217 3.433-.651a8.57 8.57 0 0 0 2.782-1.837c.798-.784 1.418-1.701 1.859-2.751s.662-2.184.662-3.402-.224-2.352-.672-3.402a8.431 8.431 0 0 0-1.858-2.772c-.791-.791-1.715-1.407-2.772-1.848s-2.201-.662-3.433-.662h-4.757V22zm3.402-3.045V7.72h.977c1.05 0 1.984.245 2.803.735a5.24 5.24 0 0 1 1.942 2.005c.476.847.714 1.81.714 2.888 0 1.071-.238 2.03-.714 2.877a5.24 5.24 0 0 1-1.942 2.005c-.819.483-1.754.724-2.803.724h-.977zm16.121 3.381c1.134 0 2.163-.245 3.087-.735s1.638-1.169 2.142-2.037l-2.32-1.166c-.399.476-.816.823-1.249 1.04-.427.217-.921.326-1.481.326-.896 0-1.617-.248-2.163-.745s-.819-1.155-.819-1.974h8.243l.031-.367c.007-.07.011-.151.011-.242 0-1.099-.238-2.061-.714-2.887a4.947 4.947 0 0 0-1.974-1.932c-.84-.469-1.82-.703-2.94-.703s-2.132.255-3.035.766a5.84 5.84 0 0 0-2.142 2.048c-.532.861-.798 1.827-.798 2.898 0 1.085.266 2.058.798 2.919a5.83 5.83 0 0 0 2.195 2.047c.924.497 1.967.745 3.129.745zm-2.688-7.077c.07-.623.329-1.113.777-1.47s1.022-.535 1.722-.535c.665 0 1.218.178 1.659.535.448.357.728.847.84 1.47h-4.998zM98.122 22h3.865l2.688-3.402L107.362 22h3.864l-4.589-5.617 3.938-5.135h-3.738l-2.163 2.888-2.163-2.888h-3.739l3.938 5.135L98.122 22z" fill="#FFF"/></svg>
</div>
<div class="content">
  <h1>502: Bad Gateway</h1>
  <br/>
  <p>The service you requested returned an invalid or incomplete response.</p>
<p>We are looking into it.</p>

</div>
<div onclick="copy()" class="technical separator">
  <hr />
  <p class="technical-note">Debug information (click to copy)</p>
  <p id="txid" class="technical-info">NA-EAST-N1x1 / cb652806-59d9-45cf-bdfb-f6fabf0be2e5</p>
</div>
</body>
</html>

defaultAjaxError @ core-compiled.js:43
DevTools debugger is disabled because it is attached to a process that hosts multiple top-level frames, where DevTools debugger doesn't work properly. Please relaunch the browser with --disable-features=ProcessPerSiteUpToMainFrameThreshold to enable debugger.
 
Solution
Seems like a temporary loading/fetching issue with the server unless you are getting hit by 502 again and again, It shouldn't be an issue.
Power Uploader
Joined
Jan 22, 2018
Messages
593
Seems like a temporary loading/fetching issue with the server unless you are getting hit by 502 again and again, It shouldn't be an issue.
 
Solution

Users who are viewing this thread

Top