-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Old presentations endup in 404 #430
Comments
Hi @SISheogorath |
Database looks fine 😕 Notes are stored in plaintext (like they should since 0.5.0) and also the shortid is fine. Even if I access When I compare the data inside the data all columns of the node are identical besides the id, shortid, authorship (small difference in the last two section (I guess timestaps?)), and the timestamp entries. I checked it back the redirect is identical, so it's not a shortid problem. But also the only error I see is the webserver say it has to report a 404. Not more. So it's not like there is a server-side exception or something. I'm really hardly wondering how that happens .-. (Also tried up and downgrade between Very weird. Edit (part 1): Edit (part 2): I think I found the problem. It's related to shortid, but actually I don't understand it complete (maybe related to the charset?)
Fails:
While this works fine:
Edit (part 3): And I hunted the issue down /o\ OH MY GOSH WHAT A THING.... The problem is based on the fact that I switched from 😕 Postgres......... |
@SISheogorath omg, you really hunted a ghost down. |
According to above comments, this issue is not directly related to us. |
A bit late to the party, but I had the same exact issue. In my case, the issue went away after running a REINDEX on the table (or on the database, as a general fix), as some indexes can brake between postgres instances. Maybe this can help other people in the future, as I was clueless in the beginning. |
I noticed that an old presentation (pre 0.5.0) is ending up in a 404 page. (but redirected correctly when clicking on
Slide mode
).I guess this is a problem based on the migration from 0.4.x to 0.5.0. I did that month ago so a new migration wouldn't really be helpful. In general is there a way to "relink" the ids from the presentation to the original source? It would be annoying to copy every presentation into a new note as I gave some links to students I can't change anymore.
Would be helpful to have a ready database statement otherwise I have to figure it out myself later.
The text was updated successfully, but these errors were encountered: