Evaluation error: Operation not allowed without an active reactive context

Since your reprex is not executable, I am not able to reproduce your error. However, it could be the case that you are trying to access a reactive element inside the Server function but outside of any Shiny reactive functions. Check this SO answer. Wrap your filter component within a reactive and it should work.

1 Like