-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
404 error clicking on old-version-warning btn link on v1.10.0 #495
Comments
Hey @shroy 👋 thanks for the report Right now this is very roughly in the bucket of "expected behaviour" but I agree it's not a great experience at all. Do you have an expectation of what you would have expected to happen instead of what it's doing right now? I would love your feedback because it clearly feels wrong to you right now 🤔 |
Hey @mansona, I should have provided that info! My bad.. 🏸 Visiting the site as someone who is new to Ember, I had expected the link to direct me to an updated version on the topic of Views: Inserting Views in Templates; however, given the page no longer exists in the new docs, I can imagine a couple scenarios when clicking that link..
I hope this makes sense. Let me know if you'd like me to provide more detail. Appreciate your work on this incredible resource! |
@shroy thanks for this, it is exactly what I was hoping for 😄 I think there is also a third option, which would probably be a little bit more time intensive so it might be a non-runner. We could add some metadata to the old guide pointing at exactly where it should redirect. For example, the one that you're testing out here @shroy would you be interested in championing this implementation? I would love to help you get started on it and guide you through the process if you're interested. The first step would be bringing it to the team (maybe on the weekly meeting) to see what people thought was the best way forward out of the three options. |
@mansona that sounds like a great third option 👍 I would be glad to help with the implementation if some patience is afforded 🙂 I am currently a new hire learning Ember alongside a monolithic codebase, yet could use the extra hands on experience. |
@shroy We'd love to get the help 😄 We find for some things it's easier to discuss things in real-time (the fact that this issue has slipped through the cracks is a good example of why 😉 ) Have you signed up for an Ember Slack account? We discuss a lot of ad-hoc items in |
@acorncom I do have an account with that channel 🙂 I'll prompt the discussion with this issue as the reference soon. Thanks! |
I've been wanting to fix this issue for a while, any progress @shroy ? |
@anotheredward @acorncom @mansona Copied from Slack posting:
Sorry for the wait! |
@shroy firstly: I copied the content of your slack posting to this issue before it got swallowed up when we lost history 😖 secondly: no need for any apologies! we're all busy people and it can sometimes be hard to find time for open source stuff when we've got full-time jobs that aren't just paying us to do open source 100% of the time 😂 (that would be lovely tho) |
@mansona I'll implement this, let's catch up soon and run through some options :). I've been working on a related issue that could be made simpler by a more user-friendly 404 strategy: |
@anotheredward and @mansona let's figure out if there's a path forward for this- I verified tonight that the issue still exists. Thank you! 👍 |
Thanks for reminding me of this @MelSumner .
Normally this wouldn't be a problem as a URL like: But the potentially problematic case is for external links is when a user uses the Not sure if this is worth fixing, but it's worth being aware of :). |
Hi @anotheredward 👋 sorry I didn't notice that you were linking to the guides-app repo before now 🙈 The guides app repo no longer powers the templates for the ember guides, we are now using https://github.com/ember-learn/guidemaker-ember-template I hope there hasn't been too much wasted effort 😫 this is entirely my fault for not updating the relevant contributing guides to point to the new place. Let me know if you need any help to get started with the new system, it should hopefully be a bit easier to work with than the old guides-app infrastructure |
@mansona Thank you for your responses and for archiving the project to avoid future issues :). |
Will close this issue because it will be/has to be solved in ember-learn/guidemaker-ember-template#17 |
When navigating to Views: Inserting Views in Templates v1.10.0, the
VIEW v3.1.0
link returns a 404 error.Error message in the response..
Error: Ember Data Request GET /content/v3.1.0/views/inserting-views-in-templates/index.json returned a 404 Payload (Empty Content-Type)
The text was updated successfully, but these errors were encountered: