-
AuthorPosts
-
July 4, 2018 at 11:12 am #13412
Yehia Abdel SalamParticipantHi,
Whenever I sign-in using the sign page I get this error
Cannot read property ‘push’ of nullI attached a screenshot here http://www.ballistichq.com/sandbox/ss4.jpg, It has probably something to with this line (436) env.navCtrl.setRoot(TabsPage).
If i refreshed the page from Chrome the error is gone and i am logged in.
July 5, 2018 at 6:39 am #13434
AlexKeymasterHi this issue is fixed now . Releasing app update today including this bug fix today .
July 6, 2018 at 7:22 am #13475
Yehia Abdel SalamParticipantbtw @Alex do you publish a change log for the new releases, I compare the files individually but would be nice if there is a summary with all the changes.
May 6, 2020 at 5:05 am #52693
Kabwe DerickParticipantHi I have this error, when am trying to access unit content it only showing a refresh button, quizes and unit material is not showing, am using h5p branching… thats for content, but quizes are not loading too
May 6, 2020 at 5:40 am #52698
HarrySpectatorHello
Send your working site credential.
make sure send the credential in private reply.
May 7, 2020 at 10:48 am #52940
Kabwe DerickParticipantHi I have just noticed if i use SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$1
my profile content is not shown from the app, i can register from the website without issues
if i use SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0 the app is loading okay with user details showing but when registering from the website there`s no redirect confirming auto login and registration, the register page freezes
Help me out here pleaseMay 8, 2020 at 5:31 am #53010
HarrySpectatorHello
I am checking.
And don’t reply to other topics.
If you have a solution for the topics then you should otherwise don’t.
May 8, 2020 at 5:34 am #53012
HarrySpectatorAnd If you have query then create a topic.
Don’t ask the same problem on other topics.
May 11, 2020 at 6:00 am #53261
HarrySpectatorHello
1: For this issue Add this code in your config.xml file.
<preference name=”loadUrlTimeoutValue” value=”700000″ />
2: This issue occurs because of database security.
so add this security in your google firebase database rule
{
“rules”: {
“.read”: true,
“.write”: true
}
}3:For editing the intro slide go to your App code> src>pages>intro>intro.html :https://prnt.sc/sei8b9
change all the h1 and h3 strings .
Replace with what you want to add in your intro slide.
May 11, 2020 at 9:23 am #53274
Kabwe DerickParticipantHow can i remove “Site Key” from user account/settings on the app
-
AuthorPosts
- You must be logged in to reply to this topic.