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

303 response code on login for fpm-alpine with mariadb #66

Closed
paulcosma opened this issue Jan 24, 2021 · 4 comments · Fixed by #90
Closed

303 response code on login for fpm-alpine with mariadb #66

paulcosma opened this issue Jan 24, 2021 · 4 comments · Fixed by #90

Comments

@paulcosma
Copy link

Unable to login due to 303 response.
Any suggestions on how to fix this? Thanks

Logs:

kubectl logs nextcloud-6ff79b69d6-vd4lw -c nextcloud -f
127.0.0.1 -  24/Jan/2021:06:13:23 +0000 "POST /index.php" 303
127.0.0.1 -  24/Jan/2021:06:13:23 +0000 "GET /index.php" 303
127.0.0.1 -  24/Jan/2021:06:13:23 +0000 "GET /index.php" 200
127.0.0.1 -  24/Jan/2021:06:13:24 +0000 "GET /cron.php" 200

Helm values:

image:
  tag: 19.0.3-fpm-alpine
ingress:
  enabled: true
  tls:
    - secretName: nextcloud-tls
      hosts:
        - nextcloud.<my-domain>.com
  annotations: # Uncommented all values
nginx:
  enabled: true
internalDatabase:
  enabled: false  
mariadb:
  enabled: true
  replication:
    enabled: true
  master:
    persistence:
      enabled: true
      storageClass: "<my-nfs-storage-class>"
      accessMode: ReadWriteMany    
redis:
  enabled: true
persistence:
  enabled: true
  storageClass: "<my-nfs-storage-class>"
  accessMode: ReadWriteMany        
livenessProbe:
  enabled: false
readinessProbe:
  enabled: false
@marvinosswald
Copy link
Contributor

@paulcosma for me it was redis, which makes way more sense for you too because sessions are stored with redis not mariadb

@vitobotta
Copy link

@marvinosswald Hi, I'm having the same problem. I have tried deleting Redis and recreating it with helm upgrade, but same problem. I have deleted the volumes too before that. How did you solve? Thanks

@marvinosswald
Copy link
Contributor

this was my issue, maybe it helps you too: #62 (comment)

@vitobotta
Copy link

@marvinosswald I only have one replica and hpa disabled though :(

@ishioni ishioni mentioned this issue Feb 24, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants