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
@looorent Are you trying to mount the sidekiq route inside rails?
I faced the same issue when I tried to serve sidekiq web using rackup since it doesn't autoload the gem. Moving it inside rails routes solved it.
Describe the bug
On Sidekiq Web, accessing the "Unique Digests" (
/unique_digests
) page produces an error.Stacktrace
Additional context
The text was updated successfully, but these errors were encountered: