'Ionic Blank Screen After Updated It to Ionic 6

I updated my ionic app to Ionic 6, and when I tried to run my app and It gives me a full Blank Screen, and only this error on the debug console:

main.js:1 ERROR Error: SecurityError: An insecure SockJS connection may not be initiated from a page loaded over HTTPS

FCM: has been created                                     FCMPlugin.js:43 
FCM: Ready!                                               FCMPlugin.js:43
Ionic Native: deviceready event fired after 947 ms        main.js:1

When I ran ionic cordova rund android --device -l --debug It gives me a thousand of these errors:

  Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached, watch 
'/home/rafael/Documentos/SCC4/projetos/easymarinegestorapp/node_modules/@ionic-native/fcm/__ivy_ngcc__/ngx'
    [ng] Watchpack Error (watcher): Error: ENOSPC: System limit for number of file watchers reached, watch 
'/home/rafael/Documentos/SCC4/projetos/easymarinegestorapp/node_modules/@ionic-native/fcm/__ivy_ngcc__'

Any ideias?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source