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

Navigation links do not work on community 404 pages #1955

Open
4 tasks done
kevinhikaruevans opened this issue Jul 18, 2023 · 3 comments
Open
4 tasks done

Navigation links do not work on community 404 pages #1955

kevinhikaruevans opened this issue Jul 18, 2023 · 3 comments
Labels
area: papercuts bug Something isn't working extra: good first issue Good for newcomers

Comments

@kevinhikaruevans
Copy link

kevinhikaruevans commented Jul 18, 2023

Requirements

  • This is a bug report, and if not, please post to https://lemmy.ml/c/lemmy_support instead.
  • Please check to see if this issue already exists.
  • It's a single bug. Do not report multiple bugs in one issue.
  • It's a frontend issue, not a backend issue; Otherwise please create an issue on the backend repo instead.

Summary

If you visit https://lemmy.ml/c/some404page or https://lemmy.world/c/some404page, then press any navigation link (the links in the top navbar), it does not take you to those pages.

These links:
image

Steps to Reproduce

  1. Visit /c/some404page
  2. Press "Lemmy" or "Communities"
  3. Observe that the location changes, but the page content does not change, like this:

image

Technical Details

Using Firefox 115 and Chrome 114 on Ubuntu Linux

No console errors, aside from the usual warnings.

Lemmy Instance Version

UI: 0.18.2 BE: 0.18.2-1-g68276b2f9

Lemmy Instance URL

https://lemmy.world/c/some404page

@kevinhikaruevans kevinhikaruevans added the bug Something isn't working label Jul 18, 2023
@brihuang99
Copy link

Adding to the bug: the 'Lemmy Matrix Room' is linking to https://lemmy.ml/c/lemmy_support and not the Matrix chat room.

@brihuang99
Copy link

Been doing some digging on the error-page.tsx file, and I'm not sure why the 'Lemmy Matrix Room' link is linking to the https://lemmy.ml/c/lemmy_support URL because I"m seeing the Matrix link here:

{errorPageData ? (
          <T i18nKey="error_page_paragraph" className="p-4" parent="p">
            #<a href="https://lemmy.ml/c/lemmy_support">#</a>#
            <a href="https://matrix.to/#/#lemmy-space:matrix.org">#</a>#
          </T>

Maybe someone can confirm if there is an issue I'm not seeing or if there's perhaps an issue with the error page paragraph string?

@1rre
Copy link

1rre commented Aug 2, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: papercuts bug Something isn't working extra: good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants