Skip to content
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

Not showing history list #12

Open
Yukaii opened this issue Apr 30, 2020 · 2 comments
Open

Not showing history list #12

Yukaii opened this issue Apr 30, 2020 · 2 comments

Comments

@Yukaii
Copy link
Member

Yukaii commented Apr 30, 2020

from https://hackmd.io/s/hackmd-it#comment-4894759847

The note shows up there, but not in my extension list. Also, another note that was in my extension list I deleted to see if it would change, and it still shows up in the list, and my new note does not.

When I click on the deleted note, I get taken to a 404 error page.

Restarting the browser did not help.

Uninstalling and reinstalling the extension did not help.

@Yukaii
Copy link
Member Author

Yukaii commented Apr 30, 2020

Hi David, please follow these steps and provide more info to help us debug the issue.

  1. Right-click on the extension icon and choose Inspect popup
    image
  2. Type some random keyword in search fields
  3. In the DevTool window, click network first, then choose any request on the left side, and click the preview tab. Take a screenshot like below.
    image

And upload that screenshot here.

@dbmercer
Copy link

Here's a clue: As soon as I enabled dev mode on my extensions and then selected Inspect Popup, it started working right. The clue here is that I always disable cache in my developer tools, which means that it must have been working from a cached version of my history, and as soon as I started dev tools for the extension, it disabled the cache and sent the request to the server.

It all seems to be working right now, even when I'm not debugging it; I created a few new files and they're showing up in my extension now. Possibly an old non-expiring version in cache or something was stopping it from refreshing? ¯_(ツ)_/¯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants