You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /user/:display_name/traces/:id(.:format) trace#view
Viewing a trace file required a display_name in the url, but this is ignored in the code. The options would be to either ensure the display_name matches the owner of the trace, or simply to drop the user scope and just have /traces/:id instead.
The text was updated successfully, but these errors were encountered:
GET /user/:display_name/traces/:id(.:format) trace#view
Viewing a trace file required a display_name in the url, but this is ignored in the code. The options would be to either ensure the display_name matches the owner of the trace, or simply to drop the user scope and just have
/traces/:id
instead.The text was updated successfully, but these errors were encountered: