question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Web/HTML/Using_the_application_cache stopped working since whoami changed

See original GitHub issue

@peterbe I don’t think this site works https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache.

Still down for me. And chrome console shows the same error as before.

react-dom.production.min.js:216 TypeError: Cannot read property 'flags' of undefined
    at Q (index.tsx:69)
    at al (react-dom.production.min.js:157)
    at Vl (react-dom.production.min.js:180)
    at Hi (react-dom.production.min.js:269)
    at _u (react-dom.production.min.js:250)
    at Ou (react-dom.production.min.js:250)
    at xu (react-dom.production.min.js:250)
    at yu (react-dom.production.min.js:243)
    at react-dom.production.min.js:123
    at t.unstable_runWithPriority (scheduler.production.min.js:18)

_Originally posted by @ZeddYu in https://github.com/mdn/yari/issues/4010#issuecomment-859677451_

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
peterbecommented, Jun 11, 2021

The problem with https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache is that it should have been pruned long ago. It’s a stale page that’s stuck in S3. It’s not part of archived content. We’re currently not pruning the existing built and published pages because we’re still waiting to delete all the archived content URLs (June 30, 2021).

So once that goes into effect, this page will become 404 instead of a 200 with a broken JS.

CC @escattone @ZeddYu

0reactions
peterbecommented, Jul 22, 2021

@peterbe It seems the issue has been fixed. But Is there any other way to read this document online now?

I filed https://github.com/mdn/content/issues/7158

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why does "sudo -u root echo `whoami`" not return root?
Returns your name because whoami changes to your username before sudo runs. It's like: sudo echo myname. you can see tese codes:
Read more >
`who am i` after `su` not showing new user id?
whoami is mean to show you what the effective user id is of the person running it. It returns just a single name,...
Read more >
"su" or "whoami" not working - Ask Ubuntu
I am trying to change the user with "su" command and no success. Below i enter the password for deneme2 correctly and check...
Read more >
whoami Linux Command With Examples and Alternatives
The whoami command allows Linux users to see the currently logged-in user. The output displays the username of the effective user in the...
Read more >
How to check if running as root in a bash script - Stack Overflow
I'm writing a script that requires root level permissions, and I want to make it so that if the script is not run...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found