mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-23 00:19:28 +00:00
fix: redirect to server index instead of show on error in Advanced and DockerCleanup components
This commit is contained in:
@@ -31,7 +31,7 @@ class Advanced extends Component
|
||||
$this->parameters = get_route_parameters();
|
||||
$this->syncData();
|
||||
} catch (\Throwable) {
|
||||
return redirect()->route('server.show');
|
||||
return redirect()->route('server.index');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user