-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] <title>Can't Use Domain URL to Login Bookstack #239
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Another question I want to ask is that is this docker image supporting multi replicas? |
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. |
We do not test or support kubernetes. I am unable to reproduce this issue using docker, which is our supported platform. You're welcome to join our discord and seek best-effort help in #other-support, but we do not entertain out of scope support requests via github. |
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 "admin@admin.com" 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: