-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[graphiql] Shopify GraphiQL App: Lost all my tabs with the queries #3494
Comments
@Cyclodex do you have the tabs storied in your local storage? |
did spotify disable tabs? |
No idea... Can you cofigure that somewhere? Could it be, that a app update messed up something, maybe cleaning the storage? Re initialized or something like that? If no one else is affected, then dont worry, i will recreate the queries... But still bit sad |
PS: i can have tabs, just all my old ones are gone somehow |
it shouldn't have been overridden... this is very strange! if you can find a repo for shopify's graphiql implementation, or have a support person reach out to me here in this issue discussion we can work on it together. it may be that a recent release caused a bug, the release allows disabling tabs, but I can't see anything that would cause this issue if they aren't using this new option it's likely that they were pinned to an older version, and upgraded some things, and some config that they upgraded caused this issue another question - does your query history still show the old queries? because if not, then it's an issue regarding localstorage and the namespace then |
Nope, basically empty history , but honestly I never checked the history until now! Only the few entries I did today so it looks. Yes maybe something changed with namespaces or similar. I just try to reach out to shopify support, maybe they can tell me where I should place the request. |
Okey, they want me to monitor the situation and report if it happens again. I gave them all information I had at hand... To note it here as well: Lets see if something is happening in the upcoming hours/days :/ |
here for example, if I add new tabs and refresh, they are still there. not sure what would make the tabs disappear unless they have a custom storage implementation. without knowing the details of shopify's implementation, there isn't much I can do to help you, sorry! |
Nothing happend yet to my tabs, all seems to be stable now |
i notice entries for two seperate domains, perhaps shopify changed the domain of the graphiql instance which would lead to this? another possibility is that localstorage eventually expires. it's persistence is not guaranteed in all browsers like indexeddb or webcache. browsers often have storage limits and sometimes the localstorage cache will be evicted for some sites. localstorage tends to last much longer in installable PWAs though! |
Hi @acao , I also think it could be related to localstorage get cleaned up somehow. Tabs are still there, I will close the issue, as no one else has reported issues as well. Thanks anyway for your help and cooperation! |
Is there an existing issue for this?
Current Behavior
Logged into shopify, opening the GraphiQL App, no tabs are there anymore
Expected Behavior
Logged into shopify, opening the GraphiQL App, all my tabs are there. I had like around 10 tabs with queries
Steps To Reproduce
Environment
react
Version: -graphql
Version: -Anything else?
I am wondering who is responsible for the tabs, as it is from the Shopify GraphiQL App, the responsibility might be on shopify side, not sure so.
Anyone else having the same issue?
Maybe its related to the latest update, before I could log in, I had to accept an update of the application?
Any possibility to restore my lost tabs?
Thanks for any hints.
The text was updated successfully, but these errors were encountered: