Fix 500 on authenticated pages by correcting Afia route.
Deploy Ladill Servers / deploy (push) Successful in 22s
Deploy Ladill Servers / deploy (push) Successful in 22s
Point Afia chat at servers.afia.chat, add missing input-error component, and fix stale layout/order route names. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
])->all();
|
||||
$statusColors['approved'] = 'bg-amber-50 text-amber-700 border-amber-200';
|
||||
|
||||
$backRoute = $order->product?->type === 'dedicated' ? route('hosting.dedicated') : route('hosting.vps');
|
||||
$backRoute = $order->product?->type === 'dedicated' ? route('servers.dedicated') : route('servers.vps');
|
||||
$backLabel = $order->product?->type === 'dedicated' ? 'Dedicated Servers' : 'VPS';
|
||||
$serverOrder = (array) ($order->meta['server_order'] ?? []);
|
||||
$selectionSummary = (array) ($serverOrder['selection_summary'] ?? []);
|
||||
|
||||
Reference in New Issue
Block a user