You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony\Component\Routing\Exception\RouteNotFoundException: Unable to generate a URL for the named route "user-social-network_delete" as such route does not exist.
File "/src/Controller/Profile/AbstractCrudController.php", line 29, in App\Controller\Profile\AbstractCrudController::index
'data' => $repository->getOwnerData($user),
File "/src/Controller/Profile/UserSocialNetworkingController.php", line 21, in App\Controller\Profile\UserSocialNetworkingController::indexAction
return $this->index($userSocialNetworkingRepository);
File "/public/index.php", line 5
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(22 additional frame(s) were not displayed)
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "user-social-network_delete" as such route does not exist.").
File "/templates/profile/partial/form/delete_button.html.twig", line 34, in Twig\Template::displayWithErrorHandling
<a href="#" class="button is-text has-text-danger delete-button" onclick="openModalRemoveItem('{{ path(router, {'id': id}) }}', '{{ csrf_token('delete' ~ id) }}')">
File "/src/Controller/Profile/AbstractCrudController.php", line 29, in App\Controller\Profile\AbstractCrudController::index
'data' => $repository->getOwnerData($user),
File "/src/Controller/Profile/UserSocialNetworkingController.php", line 21, in App\Controller\Profile\UserSocialNetworkingController::indexAction
return $this->index($userSocialNetworkingRepository);
File "/public/index.php", line 5
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(18 additional frame(s) were not displayed)
Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "user-social-network_delete" as such route does not exist.")." at /app/templates/profile/partial/form/delete_button.html.twig line 34
The text was updated successfully, but these errors were encountered:
Sentry Issue: MYPROFILE-BD
The text was updated successfully, but these errors were encountered: