Skip to content

After opening some links, enter a dead loop #217

Open
@hhniao

Description

http://localhost:4000/category/news/
http://localhost:4000/community/

<html>
<body>
<!--StartFragment-->
  | <!DOCTYPE html>
-- | --
  | <html lang="en-US">
  | 
  | <title>Redirecting&hellip;</title>
  | <link rel="canonical" href="http://localhost:4000/category/news">
  | <script>location="http://localhost:4000/category/news"</script>
  | <meta http-equiv="refresh" content="0; url=http://localhost:4000/category/news">
  | <meta name="robots" content="noindex">
  | <h1>Redirecting&hellip;</h1>
  | <a href="http://localhost:4000/category/news">Click here if you are not redirected.</a>
  | </html>
  |  

<!--EndFragment-->
</body>
</html>

<html>
<body>
<!--StartFragment-->
  | <!DOCTYPE html>
-- | --
  | <html lang="en-US">
  | 
  | <title>Redirecting&hellip;</title>
  | <link rel="canonical" href="http://localhost:4000/community">
  | <script>location="http://localhost:4000/community"</script>
  | <meta http-equiv="refresh" content="0; url=http://localhost:4000/community">
  | <meta name="robots" content="noindex">
  | <h1>Redirecting&hellip;</h1>
  | <a href="http://localhost:4000/community">Click here if you are not redirected.</a>
  | </html>
  |  

<!--EndFragment-->
</body>
</html>

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions