Replies: 1 comment
-
you have to set frontend_path="/subpath" being subpath like-> https://www.mypage.com/subpath |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, just a quick question
I have a reflex site proxied to from localhost:3000 -> www.mypage.com/myreflexpage
This is done through nginx reverse proxy
I can access the main page BUT it has no access to any router, because its trying to search in www.mypage.com/* instead of www.mypage.com/myreflexpage/* and it is giving me "not found" error.
How could I use something like STATIC_URL in django to route the frontend?
thanks in advance
Carlos
Beta Was this translation helpful? Give feedback.
All reactions