You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you run 'npm start' it displays an error with sass.
setting back following versions fixes the problem
from
"sass": "1.79.2",
"sass-loader": "16.0.1",
to
"sass": "1.72.0",
"sass-loader": "14.1.1",
Also, logout does not work. I cannot catch the error as it quickly redirects it to the landing page.
Previous versions of JHipster would correctly show a page acknowledging a successful logout.
Motivation for or Use Case
Reproduce the error
Both issues are persistent.
Related issues
I could not find anything. I have noticed these issues with JHipster 8.7.0 and 8.7.1
Suggest a Fix
I have already suggested a fix with sass and sass-loader dependency versions. However, I will leave it to you to decide as there may be a better solution.
JHipster Version(s)
8.7.0 and 8.7.1
Yes it is a regression. I have an older version of JHipster working fine.
JHipster configuration
To provide all information we need, you should run jhipster info in the project root folder (or workspaces root for microservices), and
copy/paste the result here. jhipster info removes sentitive information like rememberKey, jwtSecretKey. Double check if there is any other sensitive info.
openjdk version "17.0.2" 2022-01-18
OpenJDK Runtime Environment (build 17.0.2+8-86)
OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
git version 2.45.1.windows.1
node: v20.17.0
npm: 10.9.0
Docker version 20.10.22, build 3a2c30b
JDL for the Entity configuration(s) entityName.json files generated in the .jhipster directory
JDL entity definitions
As alternative you can add a JDL wrapped in below structure
JDL definitions
JDL content here
The information is mandatory for bug reports. This will allow us to use automated tests and genarate the broken sample using jhipster from-issue command.
Browsers and Operating System
Win10 Pro. I use both latest Chrome and latest Brave versions
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered:
Overview of the issue
when you run 'npm start' it displays an error with sass.
setting back following versions fixes the problem
from
"sass": "1.79.2",
"sass-loader": "16.0.1",
to
"sass": "1.72.0",
"sass-loader": "14.1.1",
Also, logout does not work. I cannot catch the error as it quickly redirects it to the landing page.
Previous versions of JHipster would correctly show a page acknowledging a successful logout.
Motivation for or Use Case
Reproduce the error
Both issues are persistent.
Related issues
I could not find anything. I have noticed these issues with JHipster 8.7.0 and 8.7.1
Suggest a Fix
I have already suggested a fix with sass and sass-loader dependency versions. However, I will leave it to you to decide as there may be a better solution.
JHipster Version(s)
8.7.0 and 8.7.1
Yes it is a regression. I have an older version of JHipster working fine.
JHipster configuration
To provide all information we need, you should run
jhipster info
in the project root folder (or workspaces root for microservices), andcopy/paste the result here.
jhipster info
removes sentitive information like rememberKey, jwtSecretKey. Double check if there is any other sensitive info.Welcome to JHipster v8.7.1
Welcome to the JHipster Information Sub-Generator
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
Environment and Tools
openjdk version "17.0.2" 2022-01-18
OpenJDK Runtime Environment (build 17.0.2+8-86)
OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
git version 2.45.1.windows.1
node: v20.17.0
npm: 10.9.0
Docker version 20.10.22, build 3a2c30b
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
As alternative you can add a JDL wrapped in below structure
JDL definitions
The information is mandatory for bug reports. This will allow us to use automated tests and genarate the broken sample using
jhipster from-issue
command.Browsers and Operating System
Win10 Pro. I use both latest Chrome and latest Brave versions
The text was updated successfully, but these errors were encountered: