Hi,
currently I do not get the redirect tag to work.
Any form of redirect like
<Redirect to="https://www.google.com" />
or
<Redirect to="/shop" />
returns
Cannot modify header information - headers already sent ....
Have I missed something or is this a bug?