fix: support sidataprod path behind traefik
CI/CD Pipeline to Rancher - SIDATA / build-and-deploy (push) Failing after 2m3s

This commit is contained in:
2026-09-06 12:02:09 +07:00
parent 2e4315dc68
commit 674941939c
4 changed files with 8 additions and 17 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class Authenticate extends Middleware
{
if (! $request->expectsJson()) {
// Paksa redirect membawa prefix /sidata agar tidak terlempar ke root domain
return url('/sidata/login');
return redirect()->guest(route('login'));
}
}
}