You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use kubernetes deployments to deploy bookstack, and I set APP_URL as a domain name for https visit. But the problem is that after I use default username "[email protected]" and default password "password" to login. the problem occurs with error code like this: 419 Page Expired
Expected Behavior
user can succesfully login bookstack by domain name with https protocol
I deploy the resources, and use URL https://my-bookstack.com to visit the website, and after I use default user and password for logging, it returns an error code with a page like this:
It's all fine if I use LoadBalancer type of Service and set up a static IP, such as 192.168.1.2, and change APP_URL=http://192.168.1.2, but this is under HTTP protocol which is not safe and can't use domain URL to visit.
Environment
- OS: Ubuntu 22.04
- How docker service was installed: use deployments yaml file in Kubernetes
CPU architecture
x86-64
Docker creation
The creation file is mentioned above with deployments yalm file.
Container logs
No error log in pod
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
I use kubernetes deployments to deploy bookstack, and I set APP_URL as a domain name for https visit. But the problem is that after I use default username "[email protected]" and default password "password" to login. the problem occurs with error code like this:
419 Page Expired
Expected Behavior
user can succesfully login bookstack by domain name with https protocol
Steps To Reproduce
I use cert-manager to create tls secret for ingress automatically.
The mariadb I use for deployments is:
And I use configMap for env variable:
I deploy the resources, and use URL
https://my-bookstack.com
to visit the website, and after I use default user and password for logging, it returns an error code with a page like this:It's all fine if I use
LoadBalancer
type ofService
and set up a static IP, such as192.168.1.2
, and changeAPP_URL=http://192.168.1.2
, but this is under HTTP protocol which is not safe and can't use domain URL to visit.Environment
CPU architecture
x86-64
Docker creation
Container logs
No error log in pod
The text was updated successfully, but these errors were encountered: