Skip to content
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

[bitnami/wordpress] No admin portal #31600

Open
marcosmartinezfco opened this issue Jan 25, 2025 · 4 comments
Open

[bitnami/wordpress] No admin portal #31600

marcosmartinezfco opened this issue Jan 25, 2025 · 4 comments
Assignees
Labels
tech-issues The user has a technical issue about an application triage Triage is needed wordpress

Comments

@marcosmartinezfco
Copy link

Name and Version

bitnami/wordpress:6.7.1-debian-12-r11

What architecture are you using?

arm64

What steps will reproduce the bug?

Deploy helm chart using argocd passing this values

wordpress:
  mariadb:
    enabled: false

  externalDatabase:
    host: something.us-east-1.rds.amazonaws.com
    user: user
    password: password
    database: name
    port: 3306

  # control whether to use caching mechanism for WP
  wordpressConfigureCache: false

  # memcached configuration, false to use external cache
  memcached:
    enabled: false

  #externalCache:
  #  host: myexternalcachehost
  #  port: 11211

  persistence:
    size: 6Gi

  service:
    # by default wp creates a load balancer service which means paying an extra aws alb
    # if you don't need layer 4 load balancing, you can use ClusterIP
    type: ClusterIP

  ingress:
    enabled: true
    hostname: wordpress.lowcarbon.trade
    ingressClassName: alb
    annotations: {
      "alb.ingress.kubernetes.io/scheme": "internet-facing",
      "alb.ingress.kubernetes.io/target-type": "ip",
      "alb.ingress.kubernetes.io/load-balancer-name": "alb",
      "alb.ingress.kubernetes.io/listen-ports": '[{"HTTP":80},{"HTTPS":443}]',
      "alb.ingress.kubernetes.io/ssl-redirect": "443",
      "alb.ingress.kubernetes.io/group.name": "alb"
    }

What is the expected behavior?

I would expect the website to be deployed without any issue

What do you see instead?

The blog is deployed and looks healthy in argocd but when loading the website the blog loads without any format. It can load the main file but not the format csv files.

Plus I try to open the wp-admin dashboard and I get just a black screen with the same 404 errors

Image

Additional information

I'm using a rds instance with mariadb as the external database

@marcosmartinezfco marcosmartinezfco added the tech-issues The user has a technical issue about an application label Jan 25, 2025
@github-actions github-actions bot added the triage Triage is needed label Jan 25, 2025
@carrodher carrodher transferred this issue from bitnami/containers Jan 27, 2025
@javsalgar javsalgar changed the title No admin portal [bitnami/wordpress] No admin portal Jan 27, 2025
@javsalgar
Copy link
Contributor

Hi,

Does the container logs show any errors?

@marcosmartinezfco
Copy link
Author

Hi,

Does the container logs show any errors?

None, It initializes everything properly and then I just get 200 responses on / and /wp-admin.php

@carrodher
Copy link
Member

Hi, the issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side.

If you think that's not the case and would like to contribute a solution, we'd like to invite you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Please feel free to contact us if you have any questions or need assistance.

If you have any questions about the application, customizing its content, or using technology and infrastructure, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

@marcosmartinezfco
Copy link
Author

Hi, the issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side.

If you think that's not the case and would like to contribute a solution, we'd like to invite you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Please feel free to contact us if you have any questions or need assistance.

If you have any questions about the application, customizing its content, or using technology and infrastructure, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

Yep that's what I thought, just wanted to post the issue to see if someone had encounter a similar situation and could lead me in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-issues The user has a technical issue about an application triage Triage is needed wordpress
Projects
None yet
Development

No branches or pull requests

3 participants