question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Permalinks don’t work: with tags, and `docExpansion: 'none'`, for operations that don’t have an explicit `operationId`.

See original GitHub issue

When we’re setting docExpansion: 'none' in configuration, then giving someone a permalink to a particular endpoint inside a tag, and them clicking it doesn’t do anything for them.

After the page opens for them, all endpoints are still not expanded, as if there was no /#/permalink/part in the URL.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
shockeycommented, Oct 16, 2018

The _ problem is different, I think (and covered in #4895) - that is rooted in my ill-conceived implementation that escapes whitespace in deep link hashes with _ instead of the now-obvious %20.

my_operation_id, when parsed back into Swagger UI from the hash, becomes my operation id, which fails to match up with anything that Swagger UI knows about.

1reaction
shockeycommented, Oct 11, 2018

@michalrus, sure, shoot me an email and I’ll take a look!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix WordPress Permalinks Not Working - ThemeIsle
Just open your WordPress dashboard and go to Settings → Permalinks. Make sure the permalink structure of your choice is selected. If it's ......
Read more >
Does Swagger UI have permalinks for paths? - Stack Overflow
Yes, Swagger UI has permalinks for operations and tags. To get a permalink, expand an operation or tag and copy the URL in...
Read more >
WordPress Permalinks Not Working: How to Fix Broken Links
Is your website getting the "404 Page Not Found" error? Here's our guide on how to fix broken permalinks in WordPress.
Read more >
WordPress Permalinks Not Working: Effective Methods to ...
So without further ado, let's get started. Table Of Contents. What Triggers WordPress Permalinks Issues? Installing New Plugins; Updates; Migrating WordPress to ...
Read more >
How to configure Nginx for Wordpress permalinks - nixCraft
How can I configure Nginx for WordPress permalinks using virtual hosting? A permalink is nothing but the web address used to link to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found