Skip to content

Deploying on Google Cloud #3164

Answered by masenf
dvaryani-bit asked this question in Q&A
Apr 25, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

reflex export should provide a frontend.zip which can be hosted with any static webserver, and a backend.zip which contains the python code that can be executed via reflex run --backend-only.

The only limitation with this approach is that you must configure missing pages to redirect to /404 so that dynamic routes (which don 't have actual html files) can be properly loaded on the client side.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dvaryani-bit
Comment options

Answer selected by dvaryani-bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants