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
Hello! I want to use this feature to work with Quasar v2 (Vue3 framework), but I'm having a build problem. After fully customizing the config, the error "TypeError: util.inherits is not a function" appears, which I can't fix in any way. Any ideas what's the problem?
When using an ordinary POST request, an error occurs in the console
[Quasar] boot error: TypeError: util.inherits is not a function
at node_modules/dev-null/index.js (index.js:11:6)
at __require2 (chunk-OROXOI2D.js?v=d33523b1:16:50)
at node_modules/axios-ntlm/lib/ntlmClient.js (ntlmClient.ts:5:1)
at __require2 (chunk-OROXOI2D.js?v=d33523b1:16:50)
at dep:axios-ntlm:1:16
The text was updated successfully, but these errors were encountered:
Hello! I want to use this feature to work with Quasar v2 (Vue3 framework), but I'm having a build problem. After fully customizing the config, the error "TypeError: util.inherits is not a function" appears, which I can't fix in any way. Any ideas what's the problem?
AXIOS SETTINGS
CONFIG SETTINGS
When using an ordinary POST request, an error occurs in the console
The text was updated successfully, but these errors were encountered: