感觉这个 PR 没法按期完成了(期望月底)
https://github.com/jhipster/generator-jhipster-ionic/pull/644
老是遇到 cookie not found
错误:
type=LOGIN_ERROR, realmId=jhipster, clientId=null, userId=null, ipAddress=172.18.0.1, error=cookie_not_found
有朋友了解吗,或者愿意接手提交代码的,可以在那个 PR 上回复一下
如何复现:
# clone 那个 PR 进入 generator-jhipster-ionic 文件夹
npm i && npm link
cd .. # workspace
mkdir backend && cd backend
jhipster-ionic jdl ../generator-jhipster-ionic/test-integration/jdl/21-points.jdl --force --no-insight --skip-checks --skip-git --skip-commit-hook --skip-install --blueprints ionic --skip-jhipster-dependencies
npm run java:docker:prod
npm run docker:app:up
npm run ci:server:await
* --------------------------------------------------
* linux 无法找到 Chrome 的解决方案
* sudo apt update
* sudo apt-get -f install
* wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
* sudo dpkg -i google-chrome-stable_current_amd64.deb
*
* --------------------------------------------------
echo '127.0.0.1 keycloak' | sudo tee -a /etc/hosts
cd ../ionic4j && npm i && npm run e2e
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.