-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
/admin/signin always loading after push to server #2729
Comments
having same results. Aparently /admin.123987asadu132.bundle.js is being looked differently by the front. I'll keep you posted |
I am having the same issue, except I am not deploying to docker. However when running the build/production environment locally. Steps to reproduce are:
|
The best writeup at the moment is here: https://gist.github.com/molomby/6fa22c165e0025f0f83d55195f3c6e37 |
thank you! @thekevinbrown |
I'll assume that's resolved the issue, please open another if I'm wrong! Also, there is an effort to put this writeup into the docs themselves. |
With my host, I don't have access to change the |
Bug report
Hi there, thanks for the awesome project, I'm new to here and NODEJS, I had pushed my keystone5 project to my AWS server (a t2.small server), and the keystone5 is running by docker. After everything is done, I can open the admin page, then type the admin@example account and password, tap login, and it just keeps loading page(white page), can't view the admin panel, but the RESTAPI in my keystone5 is working fine.
in addition, the keystone5 was worked fine in my local env, but the admin panel not working in my AWS server, and the console does not output any error about it.
this is my dependencies:
"dependencies": {
"@fidm/x509": "1.2.1",
"@keystonejs/adapter-mongoose": "8.0.1",
"@keystonejs/app-admin-ui": "5.9.5",
"@keystonejs/app-graphql": "5.1.5",
"@keystonejs/app-static": "5.1.1",
"@keystonejs/auth-password": "5.0.1",
"@keystonejs/fields": "9.0.0",
"@keystonejs/keystone": "8.1.1",
"@keystonejs/list-plugins": "5.1.4",
"alipay-sdk": "3.0.8",
"axios": "0.19.2",
"big-integer": "1.6.48",
"cross-env": "7.0.0",
"crypto": "1.0.1",
"googleapis": "48.0.0",
"graphql": "14.6.0",
"immutable": "4.0.0-rc.12",
"keystone": "4.2.1",
"mysql": "2.18.1",
"restful-keystone": "0.3.0",
"restify": "8.5.1",
"semver": "7.1.3",
"string-random": "0.1.3",
"uuid": "7.0.2",
"xml2js": "0.4.23",
"xmlreader": "0.2.3"
}
To Reproduce
Steps to reproduce the behaviour. Please provide code snippets or a repository:
System information
The text was updated successfully, but these errors were encountered: