2

how can i overcome this error during adding code and restarting the server the below error happend tha works previousily. The added is module is not related

UncaughtPromiseError > OwlError
Uncaught Promise > An error occured in the owl lifecycle (see this Error's "cause" property)

OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
    at handleError (https://drogaerp-staging-6169684.dev.odoo.com/web/assets/471-9924e78/web.assets_common.min.js:1212:101)
    at owl.App.handleError (https://drogaerp-staging-6169684.dev.odoo.com/web/assets/471-9924e78/web.assets_common.min.js:2039:29)
    at ComponentNode.initiateRender (https://drogaerp-staging-6169684.dev.odoo.com/web/assets/471-9924e78/web.assets_common.min.js:1520:19)

Caused by: RPC_ERROR: Odoo Server Error
    at makeErrorFromResponse (https://drogaerp-staging-6169684.dev.odoo.com/web/assets/524-048114d/web.assets_backend.min.js:966:163)
    at XMLHttpRequest.<anonymous> (https://drogaerp-staging-6169684.dev.odoo.com/web/assets/524-048114d/web.assets_backend.min.js:973:13)

I want to see and give solution for the above error

Bashir
  • 2,057
  • 5
  • 19
  • 44
n.naw
  • 21
  • 1
  • 2

1 Answers1

1

Try the feature "Regenerate Assets Bundles" via the developer tools.

Often times this solves those kind of issues. If it is not enough, please provide more informations and I will help you further!

ML-1994
  • 46
  • 3