Marcel Beyer

Results 2 comments of Marcel Beyer

Just copying the `trace()` to `paths()` and changing the requested URL doesn't work, as the `/paths` endpoint returns a different datastructure. While the `/trace` for interfaces returns a list of...

You'll see this behaviour if you're running staytus in a subdirectory of your domain. You can fix this by setting `config.relative_url_root` in `config/environments/production.rb` (see [here](https://guides.rubyonrails.org/configuring.html#deploy-to-a-subdirectory-relative-url-root)) But then all links will...