Hi,
I would like to ask for your help for the issue below.
I have app.py in a main root_dir and root_dir/users/invite.py.
The latter page processes an invitation code in its query_params. When successful, it should display a link to the root_dir/app.py, user clicks on it and moves there. I tried all link components and the switch_page with “…/app.py” but get error that should be either main root dir home page file or located under the pages folder.
Any suggesionns, please?