My angular SSR aplication dont work fine when i disable JS #3503
-
When I disable JS in my browser to test the page generated via server, only what is static like header and footer is shown, what comes from Effects to be saved in the Store is not shown. I tried using ngrx-universal-rehydrate, as a way of trying to work around it i'm lost i don't know what to do someone help me |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You may want to file an issue on that repo. The library is maintained by @yharaskrik |
Beta Was this translation helpful? Give feedback.
-
I found the problem the problem is with ngx-editor a text editor lib, which uses ProseMirror, and with JS disabled ngx-editor doesn't work and breaks the page now I just need to find a way to run it after generating the page on the server. I even found an issue from @yharaskrik |
Beta Was this translation helpful? Give feedback.
I found the problem the problem is with ngx-editor a text editor lib, which uses ProseMirror, and with JS disabled ngx-editor doesn't work and breaks the page now I just need to find a way to run it after generating the page on the server.
I even found an issue from @yharaskrik