Check out a userscript which highlights deleted posts.
GitHub
79123733
Date:
2024-10-24 22:09:13
Score:
2.5
Natty:
Report link
the problem was the app routes:
wrong routing:
(auth)/sign-in/page.tsx
(auth)/sign-in/page.tsx
Coorect routing:
(auth)/sign-in/[[...sign-in]]/page.tsx
(auth)/sign-in/[[...sign-up]]/page.tsx
Reasons:
Low length (0.5):
No code block (0.5):
Self-answer (0.5):
Low reputation (1):
Posted by:
Adeth