-
Notifications
You must be signed in to change notification settings - Fork 8
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
Standalone gallery: saved with collections excluded (occasionally?) loads up blank #81
Comments
Yea, I just started experiencing this. Initially there is a JS error in console that says the When I initially load the standalone page it redirects to If you watch the Sources panel before and after reloading the page you'll see 4 files get added:
|
@christianboyle, I think the other files were just a chain reaction to the missing collections file (error or no error). The collection file is loaded before those files are loaded and so when it's missing, it creates a blockage preventing basically anything past that point.
I made a build of the extension that should have this issue fixed, so if this is a big issue for you, you might as well install this build for now:
|
@joonaspaakko Awesome, this new hotfix build works as expected. Thanks for the quick fix! |
The issue seems to be that it's still looking for the collections data file and that is causing some kinda conflict. Should be pretty easy to fix.
Navigating to another page or refreshing the current page should get you around the issue.
The text was updated successfully, but these errors were encountered: