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
Hi,
i'm currently using 5.1.5 and i'm having an issue with page refresh on the backend. Every time a page different from the dashboard (path https://domain.com/public/apps/fusio) is refreshed an PSX\Framework\Loader\InvalidPathException is thrown. No error is given with normal navigation but if page get refreshed the only way to make it work agaih is to go back to the dashboard. The problem also shows after the logout.
Since this is a fresh installation i've tried to re-install fusio from scratch but nothing changed.
More error info:
Messagge: Unknown location in /home/silonweb/endpoint/kamehub/vendor/psx/framework/src/Loader/Loader.php on line 74
Trace: #0 .../vendor/psx/framework/src/Dispatch/Dispatch.php(86): PSX\\Framework\\Loader\\Loader->load()\n#1 .../vendor/psx/engine/src/WebServer/Engine.php(51): PSX\\Framework\\Dispatch\\Dispatch->route()\n#2 .../vendor/psx/framework/src/Environment/Environment.php(49): PSX\\Engine\\WebServer\\Engine->serve()\n#3 .../public/index.php(29): PSX\\Framework\\Environment\\Environment->serve()\n#4 {main}
Context: 70 $this->eventDispatcher->dispatch(new RouteMatchedEvent($result, $context));\n71 \n72 $this->execute($context->getSource(), $result, $response, $context);\n73 } else {\n<b>74 throw new InvalidPathException('Unknown location', $request);\n</b>75 }\n76 }\n77 \n78 public function execute(mixed $source, RequestInterface $request, ResponseInterface $response, Context $context): void\n
The text was updated successfully, but these errors were encountered:
Hi,
i'm currently using 5.1.5 and i'm having an issue with page refresh on the
backend
. Every time a page different from the dashboard (path https://domain.com/public/apps/fusio) is refreshed an PSX\Framework\Loader\InvalidPathException is thrown. No error is given with normal navigation but if page get refreshed the only way to make it work agaih is to go back to the dashboard. The problem also shows after the logout.Since this is a fresh installation i've tried to re-install fusio from scratch but nothing changed.
More error info:
Messagge:
Unknown location in /home/silonweb/endpoint/kamehub/vendor/psx/framework/src/Loader/Loader.php on line 74
Trace:
#0 .../vendor/psx/framework/src/Dispatch/Dispatch.php(86): PSX\\Framework\\Loader\\Loader->load()\n#1 .../vendor/psx/engine/src/WebServer/Engine.php(51): PSX\\Framework\\Dispatch\\Dispatch->route()\n#2 .../vendor/psx/framework/src/Environment/Environment.php(49): PSX\\Engine\\WebServer\\Engine->serve()\n#3 .../public/index.php(29): PSX\\Framework\\Environment\\Environment->serve()\n#4 {main}
Context:
70 $this->eventDispatcher->dispatch(new RouteMatchedEvent($result, $context));\n71 \n72 $this->execute($context->getSource(), $result, $response, $context);\n73 } else {\n<b>74 throw new InvalidPathException('Unknown location', $request);\n</b>75 }\n76 }\n77 \n78 public function execute(mixed $source, RequestInterface $request, ResponseInterface $response, Context $context): void\n
The text was updated successfully, but these errors were encountered: