I am running streamlit app locally and I am using streamlit-router.
When I try to access the app using a URL in browser I am getting below error:
MethodNotAllowed: 405 Method Not Allowed: The method is not allowed for the requested URL.
but works well when navigated through code. Its a GET method.
How do I solve this issue?