It depends ENTIRELY on your deployment method.
There are ways to avoid any downtime.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
My site stops working during development, it just keeps loading, this happens only while its being deployed. is this normal behavior ?
Thank you.
Apparently Forge needs you to stop the SSR server after deployment so it can start the SSR server again on its own without issues. So it was facing issues because I wasn't stopping the SSR server
Please or to participate in this conversation.