Replies: 1 comment
-
|
Hi, I know this is over a month old, but from the screenshot it seems you are using an old version. Please updated to the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I installing leantime on VM nutanix.
DNS using cloudflare
SSL engine using certbot
My php7.4
ubuntu 20.04
my apache.conf
<VirtualHost *:80>
DocumentRoot /var/www/html/leantime/public/
<Directory /var/www/html/leantime/public>
AllowOverride AuthConfig FileInfo Indexes Limit
Require all granted
<VirtualHost *:443>
my problem is
I can login into leantime using local ip.
but i can't login into leantime on my URL it will turn white page after I login
Beta Was this translation helpful? Give feedback.
All reactions