Hi! I don't know about reach router but I think you have to provide a url path to the navigate function and not the file path. If you can provide a screenshot of the app component you should probably have something like:
<Questions path="questions" />
so the navigate function should contain something like:
navigate("/question")
I don't know if it will solve the error though