cometchat / chat-sdk-javascript

Voice & Video Calling and Text Chat SDK for JavaScript/Web
Other
30 stars 24 forks source link

Issue in integration in Angular SSR application #86

Closed swadeshRanjeet closed 6 months ago

swadeshRanjeet commented 2 years ago

I found an issue when I am using this plug-in in my angular SSR application... How can I integrate in my angular SSR application...any solution????????????

mayur-bhandari commented 2 years ago

Hi @swadeshRanjeet,

Can you please let us know what issue you are facing? Also, just wanted to let you know that the SDK may not work in a complete SSR setup. You would have to load the SDK on client side with SSR disabled and rest of your application can be SSR compatible.

swadeshRanjeet commented 2 years ago

But my complete project run on angular SSR , then how I load comit chat SDK , my error was when I am building application the project does not run.

swadeshRanjeet commented 2 years ago

Hi @swadeshRanjeet,

Can you please let us know what issue you are facing? Also, just wanted to let you know that the SDK may not work in a complete SSR setup. You would have to load the SDK on client side with SSR disabled and rest of your application can be SSR compatible.

I want to implement comit chat in my angular SSR application...show me some dummy so that I can implement it