loft-sh / loft

Namespace & Virtual Cluster Manager for Kubernetes - Lightweight Virtual Clusters, Self-Service Provisioning for Engineers and 70% Cost Savings with Sleep Mode
https://loft.sh/docs/introduction
Other
737 stars 65 forks source link

Wakeup Space broken for applications at a subpath #212

Closed lizardruss closed 1 year ago

lizardruss commented 2 years ago

When your application is hosted at a subpath, loading of CSS fails:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Wakeup Space</title>
  <link rel="stylesheet" href="/index.css">
</head>

<body>
    <div class="wrapper">
...

The "Wakeup" button is also not functional.

lizardruss commented 1 year ago

I believe this was fixed.