I have an issue when running my nx site locally, where any federated app that uses signalR has started throwing a ChunkLoadError.
I've tried changing the version of signalR, reloading, clearing cache and running my federated app individually. The result is always the same.
Uncaught TypeError: Failed to resolve module specifier "module". Relative references must start with either "/", "./", or "../".
and
ChunkLoadError: Loading chunk vendors-node_modules_microsoft_signalr_dist_esm_index_js failed.
Has anyone faced a similar issue with signalR?
When I check the dependencies for the project, it appears to be missing signalR
Here is a repo that I've created to demo the issue: https://github.com/LeonieNFarmer/nxv16.5.3withsignalr