
Hello everyone,
I'm encountering a persistent issue with deployment on Appwrite Sites that manifests in two distinct but likely related failure modes. The problem is centered on the rendering mode configuration (Static vs. SSR) and how the platform serves the built files.
Here is a detailed breakdown of the problem:
Server-Side Rendering (SSR) Build Failure: When the project is configured for Server-Side Rendering (SSR) in the Appwrite Console's Build Settings, the deployment build process consistently fails. The logs indicate an error during this phase, preventing the build from completing successfully.
Static Site Deployment & 404 Error: If I bypass the SSR issue by selecting the "Static site" option, the build process completes successfully and the deployment is marked as active. However, accessing the deployed site results in a "404 Page Not Found" error. This suggests that while the build artifacts are created, they are either not being placed in the expected output directory or the web server is not correctly configured to serve them, particularly for client-side routing common in Single Page Applications (SPAs) #sites-hackathon
Recommended threads
- WebSocket reconnecting issues – Realtime...
Hello! I am experiencing a problem with the Realtime API. My frontend is constantly reconnecting to the WebSocket server, and as a result Realtime is not worki...
- dns issue with custom domain
im getting this, but i can access the appwrite through http://new.theasians.co.uk/console/ which is http but im not getting https, i deployed in vps through hos...
- Migration issues
Hey, quick question — I’m currently running a project on an Appwrite Pro account, but I recently got access to the GitHub Student Pack. Is there a way to migrat...
