#[Solved]Server side appwrite and client side appwrite in one project using NextJs

1 messages · Page 1 of 1 (latest)

random loom
#

I’m working on a project were I’m using appwrite-node which is for the server side but it doesn’t support realtime so I want to install the normal appwrite. I tried the first time but I got errors when submitting a form. So I’m asking if there’s any other way around it

opal jackal
#

You can only use the normal appwrite on components marked at 'use client'

random loom
#

Yeah but when I install the two packages I get error

opal jackal
#

You shouldn't, I have a few apps that use both appwrite and node-appwrite.

#

If you're getting errors when submitting forms, I think you're implementation is incorrect. Without any code or examples there isn't much anyone can do to help.

random loom
#

Okay