Awesome thanks for confirming!
That’s what happens when you try to signup, not login. There is a login button below pick a server button.
Also, try the web at https://vger.app/, probably easier to debug!
Do you know the admins? It looks like CORS is broken on signin (POST req), which causes the PWA to break.
Works for all the other instances so maybe they are doing something custom
The image link is broken, doesn’t work in the browser either
Hey, thanks for the Voyager rec! Note, Piefed is still experimental with Voyager, there are known issues, so as others said it might be a bit early to recommend to brand new users.
Also, any reason you prefer https://vger.app/settings/install versus https://getvoyager.app/? The latter has a bit nicer onboarding!
Thanks, I can reproduce it! It happens when the remember feature is enabled and you're opening a post for the first time from a community where you haven't opened any other posts from (since app startup)
I'll fix in the next release
I could see there being a setting for that. It's intentional by default for image posts to hide the body until tapping into the post, for example viewing photography communities you probably want to scroll through the images, and not have the feed cluttered with credits and descriptions and whatnot.
You can also tap and hold the share icon for the options.
I tried but I can't reproduce. Maybe there is some setting combination that is causing issues? I tested "remember community sort" comment toggle, but worked for both.
So odd! I've never experienced that before. Did you try restarting the phone? Also do you have offload unused apps enabled?
You found a bug in the beta; it's a new issue!
Thanks for checking!
I was actually testing an invalid login, where it says "connection error" instead of "invalid login credentials" because the backend error isn't sent due to a CORS issue.
After attempting login with piefed.social vs feddit.online, here's the screenshots. See the "CORS missing origin" error under trasnferred column for feddit.online. Also the lack of access-control-allow-* headers compared to piefed.social.