404 Page not found - New Installation
# main
m
I managed to install linen and setup domain name, stmp. But when I tried to access, it shows Page not found.
e
Can you provide a more detailed description please? Are you able to access it locally?
m
I haven't tried installing locally. It's running on the server. I set up the SMTP, NextAuth. So the authentication part actually works, But once I signup and login. It's not showing the the
/feed
it throws 404. Same with
/getting-started
too
e
I made one tiny fix around the
/feed
, it's a url that does not exist anymore, so a 404 there is expected. Here's the PR.
/getting-started
should work correctly for logged in users though
m
That's really strange. Let me check again
33 Views