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

Resources managemet issue #131

Open
Saddamus opened this issue Oct 21, 2022 · 10 comments
Open

Resources managemet issue #131

Saddamus opened this issue Oct 21, 2022 · 10 comments

Comments

@Saddamus
Copy link

Hello. I use apache image with reverse proxy from kubernetes ingress. I can not use add / edit resources. Interface does not react, browser displays errors like:
Failed to launch 'kcact:upload' because the scheme does not have a registered handler
Is it proxy related issue ?

@martialblog
Copy link
Owner

Hi, can you provide some details on your deployment? How the Container is deployed and maybe the Ingress configuration?

@martialblog martialblog added the needs-feedback Feedback from Reporter required label Oct 22, 2022
@Saddamus
Copy link
Author

Hello, I used this hart:
https://github.com/martialblog/helm-charts/tree/master/limesurvey
Ingress: https://github.com/martialblog/helm-charts/blob/master/limesurvey/templates/ingress.yaml
In my case its made by nginx.
What may matter is that ingress does SSL, while deployment is non ssl - I didn't find any settings like "run unencrypted, but think you are ssl".

@martialblog
Copy link
Owner

By resources you mean uploads? Can you describe how to recreate the issue?

@Saddamus
Copy link
Author

Serveys -> Select one from the list -> resources.
There is option to import / export - this works, but menu below to upload, refresh, settings and listing files does not work.
image

@martialblog
Copy link
Owner

My first guess would be the Persistent Volume permissions. If you are using the 5.* Image, it starts as user www-data, could be that the permissions on the volume are not correct.

@Saddamus
Copy link
Author

Saddamus commented Oct 24, 2022 via email

@Saddamus
Copy link
Author

image

Do you have any other suggestions ? Did you test this with reverse proxy (https) to non https docker apache image ?

@Saddamus
Copy link
Author

It's not loading regardless if if I use reverse proxy or redirect pod to localhost and come over localhost url. This must be general issue. Does anybody else use it ?

@martialblog
Copy link
Owner

Sorry, I haven't have the time for extensive debugging at the moment. We have some example of reverse proxy configuration in the repository, so yes that was tested. However, it's always been tricky with this application finding the right config.

Have you tested the various options for BASE_URL and PUBLIC_URL? Maybe setting the DEBUG option will help gathering some information about whats happening.

@Saddamus
Copy link
Author

Yes, tested these parameters with no result. I just realized that this plugin is not enabled by default. Probably it was switched on by some of my colegues. The code of plugin is from 2014. To make things clear, im talkking about kcfinder - not this import / export stuff, but kcfinder that you can see below import / export on pasted screen at the beggining of this issue. Can you confirm that this plugin works properly on your docker image ?

@martialblog martialblog removed the needs-feedback Feedback from Reporter required label Mar 16, 2023
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

No branches or pull requests

2 participants