How to redirect users without a callback

@jinnyzor Thank you so much for the hint! The redirect() function did not work with after_request but returning a response such as “return jsonify({“multi”: True, “response”: {“url”: {“pathname”: “/login”}}})” did work :smiley: (thanks to @echeung, source: How to handle with redirect in Dash app? - #8 by echeung)

1 Like