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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!