Max Schmidt
Max Schmidt
I'm encountering the same. Despite having the "Force HTTPS" option enabled in the Advanced settings, HTTP traffic is not being redirected to HTTPS because the middleware is missing. We briefly...
We have the domain `https://gerber-fachhandel.de`, and `force https` is enabled. Therefore, this [line](https://github.com/coollabsio/coolify/blob/e9158b7305bb9253fe75a0e76ef34af62f75199b/bootstrap/helpers/docker.php#L447) of code should be executed. However, this is not the case. Since I am not familiar with...
Added the middleware to the labels of the Docker Compose file and deployed it as is. Now it works.
Hey there! Since my customers have full control over the Payload instance in this project, multi-tenancy is not supported. In other words, each new project will have a separate payload...
the new version is out and resolves the `ref` issue 🪩
Using `"oslo": "^1.2.1"` the same issue occurs with a standard Node.js server bundled using tsup to generate ESM. tsup.config.ts ``` import { defineConfig } from "tsup"; export default defineConfig({ entry:...