When running jhipster app in production mode, success alert messages do not show up properly in Firefox. However, in Chrome everything looks fine.
When running in dev mode, both browsers present the messages correctly.


This happens in a newly created project and we cannot force users to use Chrome.
yarn install; yarn build; bash mvnwA MODEL is updated with identifier ID do not show up in Firefox, but in Chrome it looks fine.However, when running in dev mod (bash mvnw & yarn start), success alerts are shown correctly in both Firefox and Chrome.
4.14.4
Using JHipster version installed locally in current project's node_modules
Executing jhipster:info
Options:
[email protected] /home/contemmcm/git/myapp
└── [email protected]
##### **JHipster configuration, a `.yo-rc.json` file generated in the root folder**
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.mycompany.myapp",
"nativeLanguage": "en"
},
"jhipsterVersion": "4.14.4",
"baseName": "myapp",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"serverPort": "8080",
"authenticationType": "session",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": "elasticsearch",
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSocialSignIn": false,
"enableSwaggerCodegen": false,
"rememberMeKey": "replaced-by-jhipster-info",
"clientFramework": "angularX",
"useSass": false,
"clientPackageManager": "yarn",
"applicationType": "monolith",
"testFrameworks": [
"protractor"
],
"jhiPrefix": "jhi",
"enableTranslation": true,
"nativeLanguage": "en",
"languages": [
"en",
"es"
]
}
}
entityName.json files generated in the .jhipster directory
JDL entity definitions
entity Label (label) {
name String required
}
paginate Label with pagination
service Label with serviceImpl
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
git version 2.7.4
node: v8.11.1
npm: 5.5.1
bower: 1.8.2
gulp:
[08:14:21] CLI version 2.0.1
yeoman: 2.0.1
yarn: 1.6.0
Docker version 17.12.0-ce, build c97c6d6
docker-compose version 1.19.0, build 9e633ef
Congratulations, JHipster execution is complete!
entityName.json files generated in the .jhipster directoryOS: Ubuntu 16.04 (64bits)
Browser: Firefox >= 45
Is this related to #7615 ?
Surely the OS and dev/prod symptom are similar, but in #7615 the problem seems to occur in both browsers (Firefox and Chrome), where in the present issue the problem is related to Firefox only. Besides, we are dealing with different components.
I confirm the issue, even with JHipster 5 (using ng-bootstrap 2.0). This only happens with Firefox and in prod mode.
Thats very strange
On Wed, 16 May 2018, 7:29 pm Julien Dubois, notifications@github.com
wrote:
I confirm the issue, even with JHipster 5 (using ng-bootstrap 2.0). This
only happens with Firefox and in prod mode.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/jhipster/generator-jhipster/issues/7641#issuecomment-389518630,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABDlF84QhxZzrH5bNOCP-toZQYukLQFkks5tzCm2gaJpZM4UBLiC
.
My awesome trainees @agaspardcilia @chrisdns are on it :-)
Closing as #7653 is merged (and I tested and I confirm it works!! Kudos to @agaspardcilia @chrisdns )
Most helpful comment
My awesome trainees @agaspardcilia @chrisdns are on it :-)