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

Need to Manually Update a Section #17

Closed
luanmuniz opened this issue Dec 8, 2018 · 2 comments
Closed

Need to Manually Update a Section #17

luanmuniz opened this issue Dec 8, 2018 · 2 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@luanmuniz
Copy link
Contributor

Hi,

Since the update where you require permission to access devo.burakkarakan.com my content doesn't automatically update anymore. I need to manually click the update button.

I don't have any messages in my console.

@karakanb
Copy link
Owner

karakanb commented Dec 9, 2018

I am not sure if I understood correctly, but it should be updating with certain intervals if you allowed the access to devo.burakkarakan.com, since this is the backend host that supports the application. If you click on the icon and it updates, it probably means there is no issue communicating with the backend server, so you probably allowed the access; however, I don't think I fully understood the issue. I need some details to investigate this deeper:

  • What is the OS, browser and version?
  • Since which update you are experiencing this issue? Do you have an approximate date, as we have updated the application last week and the previous one was released more than a month ago, it should give us an idea about the version that caused the problem.
  • Have you tried reloading the extension from the browser settings? In that case, can you please check the console again to see if there are any issues loading some of the extension resources.
  • The update frequencies are different for each section and they update the data independently, is there any possibility that you think they are not updating because of this async behavior?

I would like to solve this, but first I need to be able to reproduce and investigate this, so any help is appreciated.

@karakanb karakanb added bug Something isn't working question Further information is requested labels Dec 9, 2018
@karakanb karakanb self-assigned this Dec 9, 2018
@karakanb
Copy link
Owner

karakanb commented Dec 9, 2018

I think I've found the issue, turns out I was using my development version, this is why I've missed the issue. The problem lies in the change in the Vuex store, I have changed the value without changing the key name, which caused the value to keep living in the local storage with the old structure. I'll push an update today, which should fix this issue; however, I don't know how to prevent this from happening again in the future, will try to find a permanent solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants