• 1 Post
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle

  • No I am saying to me it seems like the vast majority of confusion for new users is giving them this super long detailed explanation of federation, and/or users trying to figure out which instance they should be joining. As a new user all you really have to know is to go on lemmy.world and signup and its just like reddit.

    What I said is what I’ve done and have had zero to worry about.

    Yeah thats fair on your communities disappearing. Not really a common things thats happening though, and not something youd really notice until you used it for a while.








  • Can you move the server name to an .env variable so I don’t have to run a sed? sharing my sed:

    Yes, definitely will do.

    On desktop browser, I’m getting a ‘500 internal error’ on the /r/post/xxx route, but not sure why. The console isn’t showing anything. The page.server.js seems to get the JSON fine from the API, but the .svelte file in that route is failing.

    I think I know this issue. When clicking a post from the front page it stores the post so upon landing on /post/xxx it doesn’t have to refetch that data. It fetches the comments on /post/xxx but not the post itself. Just need to fetch the post itself if someone lands directly on that page.