We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to flathub-infra/linux-store-frontend#326, at flatpak.org, clicking on the "Get set up" button redirects to http://flatpak.org:8080/setup, which is invalid.
The text was updated successfully, but these errors were encountered:
Fixed via 7ec90df:
[bpiotrowski@risuku ~]$ curl -I https://flatpak.org/setup HTTP/2 301 server: nginx/1.22.0 date: Fri, 10 Jun 2022 17:17:21 GMT content-type: text/html content-length: 169 location: /setup/ set-cookie: cf6607f217959fc7bf591a2ee7cb0a84=341c9c727eb799a4e73d32e47f32f2ed; path=/; HttpOnly; Secure; SameSite=None cache-control: private [bpiotrowski@risuku ~]$ curl -I https://flatpak.org/setup/ HTTP/2 200 server: nginx/1.22.0 date: Fri, 10 Jun 2022 17:17:23 GMT content-type: text/html content-length: 16888 last-modified: Wed, 08 Jun 2022 12:37:01 GMT vary: Accept-Encoding etag: "62a097ed-41f8" accept-ranges: bytes set-cookie: cf6607f217959fc7bf591a2ee7cb0a84=341c9c727eb799a4e73d32e47f32f2ed; path=/; HttpOnly; Secure; SameSite=None cache-control: private
Sorry, something went wrong.
No branches or pull requests
Similar to flathub-infra/linux-store-frontend#326, at flatpak.org, clicking on the "Get set up" button redirects to http://flatpak.org:8080/setup, which is invalid.
The text was updated successfully, but these errors were encountered: