jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.53k stars 4.02k forks source link

Home page doesn't have login-in menu and got error page info when click logout herf in oauth2 application with Vue client (v8.2.1) #25603

Closed yuzhicloudbilly closed 7 months ago

yuzhicloudbilly commented 7 months ago
Overview of the issue

After completing the automatic generation of code in oauth2 mode with Monolithic.

Motivation for or Use Case
Reproduce the error

Just run application will get the erro when open localhost:8080.

Related issues
Suggest a Fix
JHipster Version(s)
JHipster configuration
Entity configuration(s) entityName.json files generated in the .jhipster directory
Browsers and Operating System
mraible commented 7 months ago

I'm able to reproduce this issue with the following steps:

jhipster jdl blog-oauth2 --client-framework vue

Here's what the homepage looks like:

Screenshot 2024-03-22 at 9 32 46 AM

Everything works fine with Angular.

Screenshot 2024-03-22 at 9 20 07 AM Screenshot 2024-03-22 at 9 20 11 AM Screenshot 2024-03-22 at 9 20 16 AM
yuzhicloudbilly commented 7 months ago

resolved. thanks.