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

URL path "null" #29

Open
xezpeleta opened this issue Oct 20, 2018 · 2 comments
Open

URL path "null" #29

xezpeleta opened this issue Oct 20, 2018 · 2 comments

Comments

@xezpeleta
Copy link
Contributor

It only happens with Docker, as envvar cannot be empty and must be configured to "null" instead

Incorrect path/object in Logs. Only when running backup jobs, so probably is caused by some code in TickCommand?

image

@mchlrv
Copy link

mchlrv commented Mar 13, 2019

Also happening when cloning a client and then when you try to edit the client.

@mchlrv
Copy link

mchlrv commented Mar 20, 2019

Fixed the issue by building a new docker image with below dockerfile. Problem seems solved now.

FROM elkarbackup/elkarbackup:1.3.1-apache
  
RUN sed -i 's/export SYMFONY__EB__URL__PREFIX.*/export SYMFONY__EB__URL__PREFIX=""/g' /envars.sh

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