Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error on Angular SSR #533

Merged
merged 4 commits into from
Apr 1, 2023

Conversation

vpetrusevici
Copy link
Contributor

Hi! This is the fix for SSR errors described in #532
I tested in my project. Works fine

@MurhafSousli
Copy link
Owner

Hi @vpetrusevici Thanks for the PR, I re-arranged your fix, let me know if the fix is still working!

@MurhafSousli MurhafSousli linked an issue Mar 30, 2023 that may be closed by this pull request
@vpetrusevici
Copy link
Contributor Author

@MurhafSousli now i have

ERROR TypeError: Cannot read properties of undefined (reading 'isContentLessThanContainer')
    at GalleryThumbsComponent_Template (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\915.js:10434:147)
    at executeTemplate (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\main.js:154626:5)
    at refreshView (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\main.js:154510:7)
    at refreshComponent (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\main.js:155524:7)
    at refreshChildComponents (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\main.js:154308:5)
    at refreshView (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\main.js:154560:7)
    at refreshEmbeddedViews (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\main.js:155479:9)
    at refreshView (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\main.js:154533:5)
    at refreshComponent (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\main.js:155524:7)
    at refreshChildComponents (C:\Users\vladi\source\repos\FastArticle\angular-client\server\server\en\main.js:154308:5)

@MurhafSousli MurhafSousli merged commit 0c0db52 into MurhafSousli:master Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSR error
2 participants