web Application VueJs after updating Firefox does not load
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: josedanielcruzc, Unassigned)
Details
Attachments
(1 file)
|
79.71 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0
Steps to reproduce:
- Before Update Firefox was developing a WebApp and it worked well.
- Firefox Updater Tool asked me to update.
- After updating, no longer operated the webApp, the page is displayed on white
Actual results:
the page is displayed on white.
The expanded test atmosphere a few days ago, the same thing happens, it is white, the production environment deployed a few months ago works well, for now I have not detected that it happens elsewhere.
The VUE app is being built with Vuejs 2:
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build & npm run post:build",
"post:build": "node src/util/post-build.js",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.5",
"inputmask": "^5.0.5",
"jspdf": "^2.3.1",
"jspdf-autotable": "^3.5.14",
"lodash": "^4.17.19",
"material-design-icons-iconfont": "^5.0.1",
"roboto-fontface": "*",
"tiff.js": "^1.0.0",
"tiptap": "^1.30.0",
"tiptap-extensions": "^1.33.2",
"vue": "^2.6.11",
"vue-advanced-cropper": "^1.2.3",
"vue-axios": "^2.1.5",
"vue-img-view": "^1.0.3",
"vue-loading-overlay": "^3.3.2",
"vue-lodash": "^2.1.2",
"vue-moment": "^4.1.0",
"vue-router": "^3.1.6",
"vue-shortkey": "^3.1.7",
"vue-uuid": "^2.0.2",
"vueclaw": "^1.1.0",
"vuejs-jwt": "^1.1.0",
"vuelidate": "^0.7.5",
"vuetify": "^2.4.10",
"vuetify-image-input": "^19.1.0",
"vuex": "^3.2.0"
},
"devDependencies": {
"@mdi/font": "^5.1.45",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-e2e-cypress": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-plugin-unit-mocha": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"null-loader": "^4.0.0",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
},
Expected results:
You should navigate normally
| Reporter | ||
Updated•3 years ago
|
| Reporter | ||
Comment 1•3 years ago
|
||
Solve it by entering - Help - Mode problem resolution, after restarting Firefox, restart it in normal mode and all OK
Comment 2•3 years ago
|
||
Glad the issue was resolved, closing this as works for me. Feel free to reopen the bug if the same issue starts to reoccur.
Thanks.
Description
•