-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Internal doc link breaks navigation #1175
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
Comments
Video showing this in action |
Is the link a relative link created by searching in the link editor or is it an absolute link with http etc? I'm having trouble reproducing currently |
Ah, it was absolute. I wasn't aware of a relative link feature. |
It's frustrating that I'm unable to create the same situation as this is clearly a bug that needs fixing immediately. Are there any errors in the console? |
sorry nope. nothing related anyway. there is one
But I don't think that's related. Happy to do a screen share if you want to debug remotely to see if anything stands out to you. |
If you're in a position to try running code from a branch I believe this will resolve the issue: |
Excellent - I'll share it with our sys ops guys and see if they can do some git magic to try it out. It will probably mid next week before I get back to you though, unfortunately. |
A hah. So, that fix didnt actually fix the issue. However, i was able to kind of narrow down how to recreate it for you. Basically, if i rename the documents, the linking starts working and i am able to navigate between them freely, but as soon as I put their names back, it breaks again! So, hopefully this will help you to recreate Engineering is a collection btw |
Thanks for that, I've discovered the error with these reproduction steps 👍 |
Hi tom. Sorry to be a pain, but we've pulled these changes in and it's still an issue 😢 Do you think there is some sort of 'lingering' but that means we just need to recreate the documents etc to pick up the new changes? |
You don't need to recreate the documents. I identified the error and it was in the routing logic, I was able to reproduce and fix – the fix is also live on getoutline.com already. I'd double check your deployment succeeded and you're running the latest javascript bundle – hard refresh? |
I can confirm this fixed the issue - the changes weren't getting picked up because our docker-compose file was using a pinned outlinewiki/outline image version 😅. Changed it so it builds it based off the Dockerfile and it is working now after a fresh deploy |
Great, closing as resolved. |
Inserting a link to a neighbouring document causes the navigation to stop working properly.
Environment:
Chrome browser. macOS
Self-hosted solution on aws
Reproduction steps:
What should happen:
You should be able to see the content of the article and should be able to navigate correctly afterwards.
What does happen:
The article is blank. Navigation stops working correctly.
Work around:
Refresh browser to restore functionality.
The text was updated successfully, but these errors were encountered: