-
-
Notifications
You must be signed in to change notification settings - Fork 70
SSR + vue-i18n starter kit issue (memory leak) #166
Comments
Cannot reproduce. Can you tell me your exact Node version and OS (including its version) pls? Can you try with "@quasar/app" v3.1.0 which has updated Vue and Vue Router versions and tell if you can still reproduce it? If you can, then at this point it means that there's a high chance the culprit might be Vue itself. |
Thank you for the reply. In this case, can you open a ticket on the vuejs/vue-router-next repo pls? Also tag this ticket from there, so the other developers coming to Quasar can track this issue and its resolution. Will close this ticket in the meantime, but will follow closely the vue-router one. |
sorry, i made a mistake. i did more test yesterday by using quasar framwork. when i create new project whitout i18n, the problem has been sovled. 1.quasar create xxx |
Can you try putting the createI18n() inside of the default exported function pls and retest? (Also drop the other export) |
Describe the bug
nodejs server can not release memory after http request end.it cause server's memory less and less, finally nodejs used up the server's memory and the server is down.
Codepen/jsFiddle/Codesandbox (required)
Fork a Codepen (https://codepen.quasar.dev) or a jsFiddle (https://jsfiddle.quasar.dev) or a Codesandbox (https://codesandbox.quasar.dev) and hit save then copy-paste link here.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Quasar Version:
@quasar/app Version:
Quasar mode:
Tested on:
OS: linux, windows
Node: v14
NPM: 6.13
Yarn:1.22
Browsers:
iOS:
Android:
Electron:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: