Upgrading from 2.2.0 to 2.3.0 breaks the app (white screen)

Hi,

I decided to upgrade my Angular + Meteor app recently from 2.2 to 2.3 but I get a white screen when visiting it, I found the same problem happening with mobile apps but nothing about the web app.




One weird thing I see is that in the network activity tab in the browser, I only see the app fetching the meteor packages, nothing about my Angular app.

I saw that HTTP 2.0 is now deprecated but should it work even with it? I also added the fetch package
Thanks

1 Like

Nvm, I accidentally deleted the angular-compilers package

1 Like

I’m glad you found a solution!

I’d be happy if you could share a simple starter project using Meteor + Angular. We don’t have Angular knowledge on our current team, but we’d like to better support it by understanding how people use the two together.

the app is built on top of https://angular-meteor.com/, unfortunately it’s not maintained anymore…

1 Like