POS-Awesome icon indicating copy to clipboard operation
POS-Awesome copied to clipboard

[BUG]: Blank Page after install

Open LeoKogan opened this issue 1 year ago • 1 comments

Versions

  • Frappe: : V15.6.0
  • Erpnext: frappe/erpnext:version-15 27f454d
  • POS Awesome: yrestom/POS-Awesome:develop e4ddb32

Stacktrace / full error message

    at ./src/mixins/themeable/index.ts (index.ts:11:23)
    at __webpack_require__ (bootstrap:19:1)
    at ./src/components/VApp/VApp.ts (vuetify.js:396:75)
    at __webpack_require__ (bootstrap:19:1)
    at ./src/components/VApp/index.ts (index.ts:1:1)
    at __webpack_require__ (bootstrap:19:1)
    at ./src/components/index.ts (index.ts:1:1)
    at __webpack_require__ (bootstrap:19:1)
    at ./src/index.ts (vuetify.js:35156:69)
    at __webpack_require__ (bootstrap:19:1)
./src/mixins/themeable/index.ts @ index.ts:11
__webpack_require__ @ bootstrap:19
./src/components/VApp/VApp.ts @ vuetify.js:396
__webpack_require__ @ bootstrap:19
./src/components/VApp/index.ts @ index.ts:1
__webpack_require__ @ bootstrap:19
./src/components/index.ts @ index.ts:1
__webpack_require__ @ bootstrap:19
./src/index.ts @ vuetify.js:35156
__webpack_require__ @ bootstrap:19
(anonymous) @ bootstrap:83
(anonymous) @ bootstrap:83
webpackUniversalModuleDefinition @ universalModuleDefinition:9
(anonymous) @ universalModuleDefinition:10
runtime-core.esm-bundler.js:6781 Uncaught ReferenceError: Vue is not defined
    at runtime-core.esm-bundler.js:6781:7
    at posapp.js:49:1
(anonymous) @ runtime-core.esm-bundler.js:6781
(anonymous) @ posapp.js:49
desk.js:115 Using this console may allow attackers to impersonate you and steal your information. Do not enter or paste code that you do not understand.
posapp.js:9 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'posapp')
    at frappe.pages.posapp.on_page_load (posapp.js:9:40)
    at frappe.views.Page.trigger_page_event (pageview.js:102:15)
    at new frappe.views.Page (pageview.js:89:8)
    at pageview.js:52:6
    at Object.with_page (pageview.js:26:4)
    at pageview.js:48:26
    at Object.with_doctype (model.js:232:16)
    at Object.show (pageview.js:47:16)
    at Object.render_page (router.js:323:27)
    at Object.render (router.js:297:9)
frappe.pages.posapp.on_page_load @ posapp.js:9
trigger_page_event @ pageview.js:102
frappe.views.Page @ pageview.js:89
(anonymous) @ pageview.js:52
with_page @ pageview.js:26
(anonymous) @ pageview.js:48
with_doctype @ model.js:232
show @ pageview.js:47
render_page @ router.js:323
render @ router.js:297
route @ router.js:152
await in route (async)
set_route @ desk.js:161
startup @ desk.js:92
frappe.Application @ desk.js:30
frappe.start_app @ desk.js:12
(anonymous) @ desk.js:25
Rt @ jquery.js:3479
di @ jquery.js:3547
setTimeout (async)
(anonymous) @ jquery.js:3592
I @ jquery.js:3213
fireWith @ jquery.js:3343
fire @ jquery.js:3351
I @ jquery.js:3213
fireWith @ jquery.js:3343
ready @ jquery.js:3834
rt @ jquery.js:3844

Steps to reproduce

Trying to open POSAwesome

What is Expected?

What is actually happening?

Additional context

Add any other context about the problem here.

Screenshots

If applicable, could you add screenshots to help explain your problem?

LeoKogan avatar Dec 31 '23 20:12 LeoKogan