useahawk
useahawk
Couldn't find documentation on how to implelemt minio. Any news on this? I think it needs something like `s3ForcePathStyle`? I get `Inaccessible host: opensign.minio.domain at port undefined.`, but think it...
I had the same issue with a date field retruning incorrect trend values. This fixed it for me and should be implemented.
I have the same Problem and it seems to be a duplicate of #1115 . Couldn't find anything in the docs ether.
I got it solved for my env. Testing localhost:3000 showed welcome page Testing localhost:3001 showed not available Testing localhost:443 showed register page Looing at the Caddyfile it makes sense, so...
just try https://localhost In live I changed all docker ports as needed and used apache reverse proxy ``` # Reverse Proxy for the client-side (front-end) ProxyPass "/" "http://client:3000/" ProxyPassReverse "/"...
It's a DB related problem. Instead of ["/Photos","/Test"] is saves the folder as ["/Photos",["/Test"]] resulting in an error. Can someone create an PR, as I'm not in the code?