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

After opening some links, enter a dead loop #217

Open
hhniao opened this issue Jan 9, 2024 · 3 comments
Open

After opening some links, enter a dead loop #217

hhniao opened this issue Jan 9, 2024 · 3 comments

Comments

@hhniao
Copy link

hhniao commented Jan 9, 2024

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>
@zzak
Copy link
Member

zzak commented Mar 8, 2024

I've also experienced this on local, but usually I'm not touching those pages so I just forgot about it.

Please investigate and send a PR 🙇

@hhniao
Copy link
Author

hhniao commented Mar 12, 2024

sorry i dont know rail, im phper.
so i cant submit PR.

eatskolnikov added a commit to eatskolnikov/rails-website that referenced this issue Apr 3, 2024
@eatskolnikov
Copy link

PR #255 addresses this issue

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

3 participants