Closed skmaingi closed 4 years ago
An error is thrown "The page you requested does not exist" when one clicks the url received for account activation.
Generate application using generator-jhipster-vuejs with "jhipster --blueprint vuejs" command.
Change activation route path from "/activate" to "/account/activate"
6.5.1
app@0.0.0 /home/ubuntu/JHipster/ └─┬ generator-jhipster-vuejs@1.3.0 └── generator-jhipster@6.5.1
.yo-rc.json
{ "generator-jhipster": { "promptValues": { "packageName": "" }, "jhipsterVersion": "6.5.1", "applicationType": "monolith", "baseName": "", "packageName": "", "packageFolder": ", "serverPort": "8080", "authenticationType": "jwt", "cacheProvider": "ehcache", "enableHibernateCache": true, "websocket": "spring-websocket", "databaseType": "sql", "devDatabaseType": "postgresql", "prodDatabaseType": "postgresql", "searchEngine": false, "messageBroker": false, "serviceDiscoveryType": false, "buildTool": "maven", "enableSwaggerCodegen": true, "jwtSecretKey": "", "embeddableLaunchScript": false, "testFrameworks": ["gatling", "cucumber"], "jhiPrefix": "jhi", "entitySuffix": "", "dtoSuffix": "DTO", "otherModules": [ { "name": "generator-jhipster-vuejs", "version": "1.3.0" } ], "enableTranslation": false, "clientPackageManager": "npm", "blueprints": [ { "name": "generator-jhipster-vuejs", "version": "1.3.0" } ], "herokuAppName": "", "herokuDeployType": "git" }, "generator-jhipster-vuejs": { "jhipsterVersion": "6.5.1", "applicationType": "monolith", "baseName": "", "useSass": true, "clientPackageManager": "npm", "clientFramework": "vue", "clientTheme": "solar", "clientThemeVariant": "primary" } }
entityName.json
.jhipster
. . .
java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
git version 2.7.4
node: v10.16.3
npm: 6.9.0
yeoman: 3.1.1
yarn: 1.17.3
Docker version 19.03.1, build 74b1e89e8a
docker-compose version 1.8.0, build unknown
Ubuntu 16.04.6 LTS
See my https://github.com/jhipster/jhipster-vuejs/issues/538#issuecomment-582128505 Already fixed in v1.4.0
Overview of the issue
An error is thrown "The page you requested does not exist" when one clicks the url received for account activation.
Motivation for or Use Case
Generate application using generator-jhipster-vuejs with "jhipster --blueprint vuejs" command.
Reproduce the error
Generate application using generator-jhipster-vuejs with "jhipster --blueprint vuejs" command.
Related issues
Suggest a Fix
Change activation route path from "/activate" to "/account/activate"
JHipster Version(s)
6.5.1
JHipster configuration
JHipster Version(s)
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Environment and Tools
java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
git version 2.7.4
node: v10.16.3
npm: 6.9.0
yeoman: 3.1.1
yarn: 1.17.3
Docker version 19.03.1, build 74b1e89e8a
docker-compose version 1.8.0, build unknown
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
Ubuntu 16.04.6 LTS