When I change this path value in Angular routing, Plasmic doesn't work

when I change this path value in Angular Routing Module, Plasmic doesn’t work ? and return Loading then Error in the browser page

const routes: Routes = [
  {
    path: '**',
    component: CatchAllComponent,
  },
];

Hi @deliberate_trout, I’m unable to reproduce this. Do you have some example code that is not working? Please feel free to DM me