Hey guys,
I’m currently working on connecting the streams API to my parse server. I have set up my parse server using the Moralis Video tutorial, however the parse server migration repo used in the video is not set up to work with streams.
As per this post: Using event-syncs in Moralis SDK v2 & Parse Server we have to use the updated server with a patch. However, the author of the post mentions that the patch is not supported by the old repo, so we have to create the parse server with the new repo and connect the old repo to the new one (basically connecting parse to parse).
The author says that the instructions to do this are in the parse docs, however I couldn’t find them there.
How can I set up the old repo with the new repo to work with Moralis Streams?
Thanks!