-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Submitting a Koji build without cookies ends on a blank page #125
Comments
that's odd. I thought we don't use cookies for log detective, right @FrostyX ? |
I thought so as well. I did everything using localStorage. Maybe React uses cookies implicitly for something? |
Indeed. Firefox debugger does not show any Cookies headers transferred when I enable cookies. Maybe Firefox blocks more things than cookies when a permission to Store cookies is Block. Firefox console shows unhelpfully:
|
FrostyX
added a commit
to FrostyX/log-detective-website
that referenced
this issue
May 12, 2024
nikromen
pushed a commit
that referenced
this issue
May 20, 2024
nikromen
pushed a commit
to nikromen/log-detective-website
that referenced
this issue
Jul 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have cookies globally disabled in my web browser. When I submitted a Koji log with a form at https://log-detective.com/#koji, I ended up on a page without any text. After enabling cookies for https://log-detective.com/ I was able to precede.
I recommend adding a warning on that empty page that cookies are required. Similarly you have a warning when JavaScript is disabled.
The text was updated successfully, but these errors were encountered: