teis.net
teis.net
The route pattern seems to work here, combined with a _vue.config.js_ file: _Startup.Configure:_ ``` ... app.UseSpaStaticFiles(new() { RequestPath = "/clientapp" }); ... app.UseEndpoints(endpoints => { ... endpoints.MapToVueCliProxy( "clientapp/{*path}", ... );...
The solution to the hot reload not working is to configure Webpack's devserver to serve the socket from the same subroute as the Vue app itself, like so: _vue.config.js:_ ```javascript...
Same Issue here. It was working in version 1.2.2. ```js End of log entries Error loading log ```
DOM comparison: Version 1.2.2:  Version 1.3.1: 