Same as title.
Project includes Next.js API route so I used SSR option for Next.js but I am still getting the error.
Repo I am trying to deploy https://github.com/mdhruvil/gemini-test
Idk why the appwrite is detecting Next.js as static
The build directory indeed has a file that utopia-detector checks for nextjs.
Reference https://github.com/utopia-php/detector/blob/fc705e3f0e9845f685fe9de7e599c8fc179da616/src/Detection/Rendering/SSR.php#L10
cc @Meldiron
Hmm this might be issue with turbopack 🤔 Can you try ti switch to Webpack, see if that resolves the issue?
Yeah, let me try that
Yeah, switching to webpack has solved the issue
cc @Meldiron
Cooool cool cool. good to know. Ill note it down and see if we can make proper fix next week, to support webpack as well
Sure, Thank you for your help.
Also, a question does Appwrite Sites support streaming responses ?
Because in my demo it's not working
it's just sending demo all at once without streaming
Heyy, not right now, but it's a hot topic so I expect this to come to appwrite soon. As for Hackathon, you can use external services, so you could host function that needs streamed response on, let's say, Deno Deploy. If you need it stateful, you could use Railway. Or anything else you are already familiar with 🙌
Oh Okay
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...