When I'm trying to run Odoo apps on Odoo 13, then Odoo UI is not working correctly and I'm facing the following error in the browser console.
Uncaught (in promise) Error: QWeb2: Template 'Dialog' not found
snapshot is attached below:
Uncaught (in promise) Error: QWeb2: Template 'Dialog' not found
Please helpout, how to resolve this error.
Related
Currently, I am working on an architect set-up for a project using Module Federation. I am able to connect different ports under the same package.json. However, I am failing to use each project as a separate application.
Code Base: https://github.com/Giridharan-k/FullStackCodePractice
How to connect projects from different Repo?
Getting Below Error:
module federation SyntaxError: Unexpected token 'export'
webpack-dev-server] Live Reloading enabled.
remoteEntry.js:4873 Uncaught SyntaxError: Unexpected token 'export'
core.mjs:6476 ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'init')
TypeError: Cannot read properties of undefined (reading 'init')
at angular-architects-module-federation-runtime.js:26:1
at Generator.next ()
at fulfilled (tslib.es6.js:73:43)
at ZoneDelegate.invoke (zone.js:372:1)
at Object.onInvoke (core.mjs:25483:33)
at ZoneDelegate.invoke (zone.js:371:1)
at Zone.run (zone.js:134:1)
at zone.js:1276:1
................
It's basically this question:
How to reload an async with links hasMany relationship?
Where the provided solution doesn't work for me anymore using Ember 1.6.1 with Ember Data 1.0.0-beta.8.
What I get is this:
Error: Assertion Failed: The response from a findHasMany must be an Array, not undefined
at new Error (native)
at Error.EmberError (http://localhost:3000/assets/ember.js?body=1:2966:23)
at Object.Ember.assert (http://localhost:3000/assets/ember.js?body=1:119:15)
at http://localhost:3000/assets/ember-data.js?body=1:11290:15
at invokeCallback (http://localhost:3000/assets/ember.js?body=1:10559:19)
at publish (http://localhost:3000/assets/ember.js?body=1:10229:9)
at publishFulfillment (http://localhost:3000/assets/ember.js?body=1:10649:7)
at http://localhost:3000/assets/ember.js?body=1:16067:9
at DeferredActionQueues.invoke (http://localhost:3000/assets/ember.js?body=1:8597:18)
at Object.DeferredActionQueues.flush (http://localhost:3000/assets/ember.js?body=1:8647:15)
i have some trouble here...
i've just setup a facebook opengraph api on my website, it works well when i using my facebook account but i get an error message when i test it using my another account...
i get Error Occurred [object Object] when try to access http://www.kiosban.com/jangan-nyalakan-lampu-hazard-dikala-hujan-lebat/ , and when i try to look over my GoogleChrome console i get this error
Uncaught ReferenceError: jQuery is not defined /jangan-nyalakan-lampu-hazard-dikala-hujan-lebat/:1115
Uncaught ReferenceError: $ is not defined /jangan-nyalakan-lampu-hazard-dikala-hujan-lebat/:1716
Uncaught SyntaxError: Unexpected token < index.php:1
Please specify a ShareThis Publisher Key
For help, contact support#sharethis.com buttons.js:1
Unknown RPC service: undefined apis.google.com/_/apps-static/_/js/gapi/plusone/rt=j/ver=l9xafNDlycA.en_US./sv=1/am=!PemfnfjrL2yI81ARQg/d=1/rs=AItRSTPblCJvoWHsMeVNOsKiKGakP1copQ/cb=gapi.loaded_0:206
Unknown RPC service: undefined apis.google.com/_/apps-static/_/js/gapi/plusone/rt=j/ver=l9xafNDlycA.en_US./sv=1/am=!PemfnfjrL2yI81ARQg/d=1/rs=AItRSTPblCJvoWHsMeVNOsKiKGakP1copQ/cb=gapi.loaded_0:206
Unsafe JavaScript attempt to access frame with URL http://www.kiosban.com/jangan-nyalakan-lampu-hazard-dikala-hujan-lebat/ from frame with URL http://www.facebook.com/plugins/login.php?add_to_profile=false&api_key=384945498218921&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D6%23cb%3Df1382a12d%26origin%3Dhttp%253A%252F%252Fwww.kiosban.com%252Ff4bed3cb%26domain%3Dwww.kiosban.com%26relation%3Dparent.parent&extended_social_context=false&locale=en_US&login_text=&max_rows=1&one_click=false&sdk=joey&show_faces=true&show_login_face=false&size=small&tense=past&width=200. Domains, protocols and ports must match.
zYYvIvm5_Za.js:89
g.categories.(anonymous function).(anonymous function) zYYvIvm5_Za.js:89
(anonymous function) BOwYwRudgQC.js:5
n _xZSy89IRtb.js:22
h.inform _xZSy89IRtb.js:25
v zYYvIvm5_Za.js:27
p
any idea about my problem??
Uncaught ReferenceError: jQuery is not defined /jangan-nyalakan-lampu-hazard-dikala-hujan-lebat/:1115
Uncaught ReferenceError: $ is not defined /jangan-nyalakan-lampu-hazard-dikala-hujan-lebat/:1716
these are because jQuery hasn't loaded correctly, or you are trying to use a jQuery dependent method or selection without jQuery being defined. Make sure you check in what order things are being loaded.
"Please specify a ShareThis Publisher Key
For help, contact support#sharethis.com"
I came cross with this error before as well. please check whether you define
<script type="text/javascript"> stLight.options({ publisher: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }); </script>
Use your actual publisher key in "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
After I inserted this into my code, The error gone away.
I copied the whole of the example.php in the Facebook php sdk at the exmaples folder to another php file and i got this error:
Fatal error: Uncaught OAuthException: Invalid OAuth access token signature. thrown in C:\wamp\www\facebook-php-sdk-4ea94b9\src\base_facebook.php on line 1039 .
When i comment this line: $naitik = $facebook->api('/naitik'); . Everything seems to be quite fine except this error: Notice: Undefined variable: naitik in C:\wamp\www\facebook-php-sdk-4ea94b9\examples\newExample.php on line 100 . Which is expected. What could be the problem?
You probably are not following the authentication process correctly. Ensure your app id and secret key are correct. Make sure you're running your app from the domain you specified in your app settings on facebook.
I'm using facebook's app app request dialog. It used to work fine...but I get the following error message with infinite loading image.
"NetworkError: 500 Internal Server Error - https://www.facebook.com/dialog/apprequest?access_token=AAACvZBzj3fc0BAETVk8NOCiXqsGq2uXlUC0EUUX1pMXIPWxfIrhbboHQCvBPR0XKasdfFU30ZCpq1C4GqfEZD&api_key=19349352asdf95789&app_id=19349adf27395789&channel=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df3fb42d06cf1cf4%26origin%3Dhttp%253A%252F%252Fasdf%252Ff3aaa156051f95%26relation%3Dparent.parent%26transport%3Dpostmessage&channel_url=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df3b386a6f30f464%26origin%3Dhttp%253A%252F%252Fasdfm%252Ff3aaa156051f95%26relation%3Dparent.parent%26transport%3Dpostmessage&data=%7B%7D&display=iframe&locale=en_US&message=0&next=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df60d0ad8457e2%26origin%3Dhttp%253A%252F%252Fdev-sherlock.thecimarrongroup.com%252Ff3aaa156051f95%26relation%3Dparent%26transport%3Dpostmessage%26frame%3Df19043b1779432%26result%3D%2522xxRESULTTOKENxx%2522&sdk=joey"
uncaught exception: Error: Permission denied for <http://static.ak.facebook.com> to get property Proxy.InstallTrigger
Is it an error on facebook end?