-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Latest stable GRDB 6.29.3 documentation displays a server error message #3415
Comments
https://swiftpackageindex.com/groue/GRDB.swift/v6.29.3/documentation/grdb works on Chrome but is still broken on Safari. On Safari: I paste https://swiftpackageindex.com/groue/GRDB.swift/v6.29.3/documentation/grdb and see an error message. The URL was automatically changed to https://swiftpackageindex.com/groue/grdb.swift/v6.29.3/. I hit Refresh in the browser, and now I see 404 - Not Found. (Maybe because a problem of case: GRDB vs. grdb in the URL)
Yes, it has been working well since 6.29.3 has shipped on September 7. I sent links to users a couple of times since then. We had an issue three days ago, #3407. After it was fixed, 6.29.3 was still online. So the error started to happen somewhere after that.
Yes, the Package.swift has changed between of 6.29.3, and master = 7.0.0-beta2:
|
I suspect you are still seeing some cached files. I just tested with Safari now and do not see any of these issues. I did not get redirected from |
You must be right. On my phone it works now. 👍 |
Thank you! |
I had to follow a six steps procedure:
Maybe SPI stores something in the local storage? That's a weakness. |
We do not. We only have one piece of code which accesses local storage and that's to show/hide a completely optional debug panel that we use for debugging and that people using the site would never need. It is referenced here:
We do not store any cookies or other local storage. I don't believe that DocC uses local storage, either. I can see no trace of it doing so in the web inspector but if it does then that's an issue for the DocC team rather than here. Browsers love to hold on to their caches. I don't know why it's so hard to bypass them, but it is nothing we are doing. |
For me, ⌥⌘E in Safari has always sufficed to reset caches. I have the habit of hitting it multiple times, which I'm sure is a critical part of making it work 😬 |
Thank you both for your support! |
Please describe the bug
The documentation of the latest stable version of GRDB v6.29.3 displays "An unknown error occurred."
Explain the steps needed to reproduce the bug
What was the expected behaviour?
A nice documentation page.
Screenshots
The text was updated successfully, but these errors were encountered: