tomazartack
tomazartack
I have a fresh installation of Admin and Page Bundle on a fresh Symfony 6.4.*. Clicking on "View page" button gives this exception: No route found for "GET http://domain.test/admin/app/sonatapagepage/12/sonatapageblock/-/custom" (from...
FOS maintainers, any updates here?
I didn't find any other way to make a comment, so PR was the only way. Hopefully this helps somebody.
I made a workaround for this: I implemented a normal ExceptionSubscriber, and then implemented onKernelException: public function onKernelException(ExceptionEvent $event): void { $exception = $event->getThrowable(); $request = $event->getRequest(); $isLiveComponentRequest = 1...
same here, issue still persists