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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...