Laravel Pusher beam configuration issue - laravel-8

how to solve this issue please help me
i am new on laravel please check the above issue
pusher beam not supporting events version greater than 5

Related

Maps kit crashed as soon as the user try to open it

we have issue with hms react native map kit, during development we used cloud device and we don't have issue with showing maps on p40 & m30 devices
Later on some huawei devices user can't open the maps without app crash & closed (Honor 8x & TRT-LX2)
The error contains
com.huawei.hms.dynamicloader.e[DexPathList[[zip file "/data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_huaweimaps/some_number/HuaweiMapsProvider.apk"],nativeLibraryDirectories=[/data/user_de/0/com.huawei.android.hsf/modules/external/huawei_module_huaweimaps/some_number/HuaweiMapsProvider.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64, /hw_product/lib64, /system/product/lib64]]] couldn't find "libmap.so"
How to solve these?
Thanks for your help
Honor 8x(released in 2018) and TRT-LX2(released in 2017) are old devices. Based on the error msg, it failed to find libmap.so.
You can try to integrate the latest Map kit v6.2.0.301 (2021-11-15, Added the fallback-full dependencies). For more information: https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/android-sdk-version-change-history-0000001050156688
Or as Shirley mentioned, try to upgrade the latest HMS core and clean cache.
If the above 2 ways are not working, could you share more detailed logs? it will be a great help to debug it quickly.
You could try to upgrade HMS Core to the latest version in the AppGallery and try again to see if the issue persists.
If the issue persists, pls provide the complete error logs or send your test APK to the hmscore#huawei.com for us to check.

Not able to install bootstrap in react app

I am new to React JS, i have started an online course for react. I followed the steps from the tutorials and encountered this error. Also i checked some solutions on this platform of question posted by others. Please can someone tell me the solution? thanks in advance ;)
install the following package:
tsutils
jquery
popper
I recommend you install Material-UI it's faster and easier web development.
All you need is to visit their web site:
material-ui.com

AsyncStorage module not found in /expo/build/Notifications

I'm getting the below mentioned error when i try run application in the web mode.
/node_modules/expo/build/Notifications/Notifications.js
Module not found: Can't resolve 'react-native-web/dist/exports/AsyncStorage' in '/Users/i322865/node_modules/expo/build/Notifications'
I'm using the latest expo(0.36, same error i faced when i was using 0.35 version as well) and react native web 0.12.0-rc.1. Please help to solve this issue and let me know if you require any further details.
This module (AsyncStorage) is not available on react-native-web : ^0.12.
If you need to use the AsyncStorage you can use the version: "react-native-web": "0.11.7",
PS: you can check updates on that subject at this issue: https://github.com/necolas/react-native-web/issues/1515
The official position is:
Use 0.11 until the community packages add web support.
They've known this was coming for 9 months react-native-community/async-storage#52
Regards

How to make a updater for electron application

I created a desktop application for my ionic app using electron. Now what I need is I want to implement auto update function for this. I followed several documentations, but neither helps.
https://discuss.atom.io/t/deploy-app-on-users-machine-with-autoupdate/40385/2
Finally I followed steps in this document since it seems to be working after reading the comments. But it also didn't work.
Can someone guide me to resolve this?

How to use vue.js with sails js

I want to use vue.js as frontend for sails.js i tried to configure using the method given at
http://filipbartus.name/integrate-vue-loader-with-sails-js/ but it was not working for vue latest version but i don't see any reason why? can someone explain why is it not working please?
latest version not working: https://github.com/jeevansai502/kube
previous version from example working: https://github.com/filipinyo/vue_sails_integration
I think tha the best options is replacing Grunt with Webpack and vue loader.
Look at this repo https://github.com/Tarrask/sails-hook-webpack-vue. It's pretty easy with this hook.