Angular Universal (Server Side Rendering)

I have an issue in angular universal; when I refresh the page, I am faced with this Error

Error: Uncaught (in promise): TypeError: r is not a function
TypeError: r is not a function

Welcome, @moone98,

Thank you for posting in the Developer Forum. 8. Can you give me a little more content on the situation? When did this issue begin happening? Has it been occurring constantly, or does it happen on and off? Have you tried any solutions on your own? Also, please can you share the following details :

  1. Screenshot of the browser console:

  2. Web SDK Version:

  3. Browser Version:

  4. Version of the Zoom SDK that you are using: ?

  5. Exact steps to reproduce the error?

@zoomus/websdk”: “^2.5.0”
Mac Os M1 - chrome Version 103.0.5060.114 (Official Build) (arm64)
I use Angular Universal
Angular Version 13.3.7
There are the steps:
I use the zoom meeting in the lazy load route.
If I navigate by the link to the zoom page, everything works fine.
But if I refresh the page, the page will not render at all,
if I remove the zoom import on this page, the page will be rendered in case of refreshing the page.