Encountering an issue on a particular route where a 400 error is displayed in the screenshot every now and then. It seems to work fine for a few minutes after deleting cookies, but the error resurfaces after accessing it multiple times. Other routes are functioning properly except for this specific one.
Please refer to the module details and components listed below:
import { NgModule } from '@angular/core'
import { CommonModule, DatePipe } from '@angular/common'
import { SharedModule } from '../shared/shared.module'
(Further code snippets omitted for brevity)
export const ModuleRouting: ModuleWithProviders = RouterModule.forChild(routes)