Projeto fica com a tela branca Angular
Fala galera, vim pedir ajuda urgente nesse forum, perdão por qualquer falta de informação ou com a escrita esse é meu primerio post, enfim estou fazendo um projeto simples de academia no angular 18 mas quando eu apliquei o back-end no projeto, no caso um api feita em c#, meu projeto inteiro ficou branco e quando inspecionei, os elementos principais estavam com a altura e lagura no automatico, eu tentei mudar mas nao aconteceu nada, no console dizia que eu tinha uns pacotes que nao estavam carregando:
browser-external:url:9 Module "url" has been externalized for browser compatibility. Cannot access "url.parse" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:url:9 Module "url" has been externalized for browser compatibility. Cannot access "url.Url" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:http:9 Module "http" has been externalized for browser compatibility. Cannot access "http.METHODS" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:path:9 Module "path" has been externalized for browser compatibility. Cannot access "path.dirname" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:path:9 Module "path" has been externalized for browser compatibility. Cannot access "path.basename" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:path:9 Module "path" has been externalized for browser compatibility. Cannot access "path.extname" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:path:9 Module "path" has been externalized for browser compatibility. Cannot access "path.join" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:path:9 Module "path" has been externalized for browser compatibility. Cannot access "path.resolve" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:path:9 Module "path" has been externalized for browser compatibility. Cannot access "path.basename" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:fs:9 Module "fs" has been externalized for browser compatibility. Cannot access "fs.ReadStream" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
browser-external:fs:9 Module "fs" has been externalized for browser compatibility. Cannot access "fs.Stats" in client code. See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.
mime.js:25 Uncaught ReferenceError: process is not defined
at __require2 (chunk-EIB7IA3J.js?v=ed0d1dda:40:50)
at __require2 (chunk-EIB7IA3J.js?v=ed0d1dda:40:50)
at __require2 (chunk-EIB7IA3J.js?v=ed0d1dda:40:50)
at __require2 (chunk-EIB7IA3J.js?v=ed0d1dda:40:50)
se alguem souber porfavor me ajude estou ficando maluco com isso