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

2018.0 On redirect does not load login #12

Open
datashuttle opened this issue Jun 21, 2018 · 9 comments
Open

2018.0 On redirect does not load login #12

datashuttle opened this issue Jun 21, 2018 · 9 comments

Comments

@datashuttle
Copy link

The image builds good, and runs.
On initial request to the container IP and port 10081, the redirect to login does not complete rendering the login page. Prior version 9.1 works fine.

@davidl-zend
Copy link
Contributor

I'm not able to re-create your issue. Which operating system are you trying to build from? I build on Ubuntu 18.04. Could you also post a screenshot of the partially rendered page? If you wait for several seconds and refresh the page - does it work?

@datashuttle
Copy link
Author

datashuttle commented Jun 26, 2018 via email

@davidl-zend
Copy link
Contributor

If you have trouble with the build you can also use pre-built images published in dockerhub.
docker run zend/php-zendserver

@datashuttle
Copy link
Author

datashuttle commented Jul 10, 2018 via email

@davidl-zend
Copy link
Contributor

Did you supply the MYSQL environment variables?
docker run -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend php-zendserver

If you did then it should not prompt you to join a cluster but rather either create a new one (if first instance is loaded) or join an existing one.

@datashuttle
Copy link
Author

datashuttle commented Jul 11, 2018 via email

@datashuttle
Copy link
Author

datashuttle commented Jul 11, 2018 via email

@datashuttle
Copy link
Author

datashuttle commented Jul 12, 2018 via email

@datashuttle
Copy link
Author

datashuttle commented Jul 12, 2018 via email

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