discordextremelist / website

The official source code for the website side of DEL!
https://discordextremelist.xyz
GNU Affero General Public License v3.0
75 stars 29 forks source link

ReferenceError: /app/views/partials/cards/serverCard.ejs:1 #259

Closed sentry-io[bot] closed 5 months ago

sentry-io[bot] commented 2 years ago

Sentry Issue: WEBSITE-51

ReferenceError: /app/views/partials/cards/serverCard.ejs:1
 >> 1| <%
    2|     let viewURL = `${linkPrefix}/servers/${server._id}`;  
    3|     if (server.tags.includes("LGBT")) viewURL = `${lgbtWebURL}${linkPrefix}/servers/${server._id}`;
    4| %>

lgbtWebUR...
  File "/app/dist/src/Routes/search.js", line 119, in <anonymous>
    return ejs.renderFile(renderPath + "/cards/serverCard.ejs", {
  File "/app/dist/src/Routes/search.js", line 118, in <anonymous>
    .map((server) => {
...
(5 additional frame(s) were not displayed)