-
AuthorPosts
-
September 28, 2017 at 7:41 pm #849
AegonParticipantMy Courses sections not showing Tabs, Pull down to refresh got this error :
Error
Runtime Error Cannot read property ‘tabs’ of undefined Stack TypeError: Cannot read property ‘tabs’ of undefined at ProfilePage.webpackJsonp.43.ProfilePage.doRefresh (http://localhost:8100/build/main.js:3830:32) at Object.eval [as handleEvent] (ng:///AppModule/ProfilePage.ngfactory.js:6784:24) at Object.handleEvent (http://localhost:8100/build/vendor.js:12274:138) at Object.handleEvent (http://localhost:8100/build/vendor.js:12977:85) at dispatchEvent (http://localhost:8100/build/vendor.js:9174:21) at http://localhost:8100/build/vendor.js:11102:20 at SafeSubscriber.schedulerFn [as _next] (http://localhost:8100/build/vendor.js:4223:36) at SafeSubscriber.__tryOrUnsub (http://localhost:8100/build/vendor.js:20160:16) at SafeSubscriber.next (http://localhost:8100/build/vendor.js:20107:22) at Subscriber._next (http://localhost:8100/build/vendor.js:20047:26) Ionic Framework: 3.6.1 Ionic App Scripts: 2.1.4 Angular Core: 4.1.3 Angular Compiler CLI: 4.1.3 Node: 6.11.1 OS Platform: Windows 10 Navigator Platform: Win32 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
Any suggestions ?
September 29, 2017 at 12:29 pm #856
WPLMSKeymasterPlease check if following buddypress components are active or not from wp-admin -> settings -> buddypress : http://prntscr.com/gr5xpb
also tell if you are running app in browser using ionic serve and api setup is on localhost ?
in that case chrome blocks hits because of some security issue .
in that case you need to close chrome and start with cmd : https://stackoverflow.com/a/6083677September 29, 2017 at 9:01 pm #859
AegonParticipantNot lucky with this 🙁
1. All buddypress components are active
2. I’m running app in browser using ionic serve
3. I tried –disable-web-securitySeptember 29, 2017 at 9:20 pm #860
AegonParticipantIonic Framework: ^3.6.1
Ionic Native: ^2.9.0
Ionic App Scripts: 2.1.4
Angular Core: 4.1.3
Angular Compiler CLI: 4.1.3
Node: 6.11.3
OS Platform: Windows 10
Navigator Platform: Win32
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36October 4, 2017 at 11:29 am #906
AlexKeymasterTry clearing all the storage in browser and then reload the page and try again .
refer : http://prntscr.com/gt4m19October 4, 2017 at 10:24 pm #915
AegonParticipantPlease share the whole app folder (not only src), I think it would be really helpful.
October 12, 2017 at 2:25 pm #1156
WPLMSKeymasterok, I think config.xml file is also necessary.
Is your an https enabled site ?October 12, 2017 at 3:25 pm #1157
AegonParticipantok, I think config.xml file is also necessary.
Is your an https enabled site ?Sorry, but I don’t understand,
Yes Web site is served under https (as maintained in the previous screenshots)
October 21, 2017 at 1:46 am #1211
WPLMSKeymasterok, I think I need to add another chapter for HTTPS sites, most of the users are facing issues.
One of the reasons we’ve found so far is as below which has worked :
Please check if the authentication headers are not stripped by HTTPS. For this, run your app in debug mode or in browser mode, check the profile call to your server and make sure Authorization headers are included as they send the token which is used for all kind of user validations in WPLMS
October 22, 2017 at 8:54 pm #1222
AegonParticipantWhy you keep telling me things I can’t understand!
Please guide me to get this app works, I tried to share you all screenshots, Also I can send you the apk file,
October 23, 2017 at 8:19 am #1228
AlexKeymasterThe issue is actually related to server side . there is some mod security on server that is not authenticating any call to server from app .
It seems like the https in your site is stripping the authorization code(a required parameter while making call to server) which is sent in headers .
Please check this source : https://GITHUB.COM/GESELLIX/KEEPASS-NODE/ISSUES/9
and these relevant links : https://STACKOVERFLOW.COM/QUESTIONS/26549250/APACHE-STRIPS-DOWN-AUTHORIZATION-HEADER
https://HTTPD.APACHE.ORG/DOCS/2.4/EN/MOD/CORE.HTML#CGIPASSAUTH
You need to allow access for authorization to stop stripping of the authorization code from headers .
Please contact your webhost on this .They would have to disable such mod security for this .
October 26, 2017 at 4:25 pm #1282
AegonParticipantResolved, Successfully compiled android version ?
solution :
https://stackoverflow.com/QUESTIONS/26549250/APACHE-STRIPS-DOWN-AUTHORIZATION-HEADERhttps://stackoverflow.com/questions/9780966/where-do-i-put-wsgipassauthorization-on
-
AuthorPosts
- You must be logged in to reply to this topic.