question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Account sign-up non-functional for online demo in non-english languages

See original GitHub issue

Summary

Creating accounts is not possible for French and Portuguese VF online demos, e.g. https://fr.instantschools.learningequality.org/user#/signup

System information

Please specify the Kolibri version you were using and your operating system!

Version: Vodafone 0.3 pex Operating system: Ubuntu 14.04 Browser: Chrome

Traceback or relevant snippet from server.log or browser console


default_frontend-0.3.0.js:194 [Vue Intl] Missing message: "signUpPage.enterName" for locale: "fr-fr", using default message as fallback.
L @ default_frontend-0.3.0.js:194
2default_frontend-0.3.0.js:194 [Vue Intl] Missing message: "signUpPage.name" for locale: "fr-fr", using default message as fallback.
L @ default_frontend-0.3.0.js:194
default_frontend-0.3.0.js:194 [Vue Intl] Missing message: "signUpPage.enterPhoneNumber" for locale: "fr-fr", using default message as fallback.
L @ default_frontend-0.3.0.js:194
2default_frontend-0.3.0.js:194 [Vue Intl] Missing message: "signUpPage.phoneNumber" for locale: "fr-fr", using default message as fallback.
L @ default_frontend-0.3.0.js:194
default_frontend-0.3.0.js:194 [Vue Intl] Missing message: "signUpPage.enterPassword" for locale: "fr-fr", using default message as fallback.
L @ default_frontend-0.3.0.js:194
2default_frontend-0.3.0.js:194 [Vue Intl] Missing message: "signUpPage.password" for locale: "fr-fr", using default message as fallback.
L @ default_frontend-0.3.0.js:194
default_frontend-0.3.0.js:194 [Vue Intl] Missing message: "signUpPage.confirmPasswordPlaceholder" for locale: "fr-fr", using default message as fallback.
L @ default_frontend-0.3.0.js:194
2default_frontend-0.3.0.js:194 [Vue Intl] Missing message: "signUpPage.confirmPassword" for locale: "fr-fr", using default message as fallback.
L @ default_frontend-0.3.0.js:194
default_frontend-0.3.0.js:194 [Vue Intl] Missing message: "signUpPage.termsAgreement" for locale: "fr-fr", using default message as fallback.
L @ default_frontend-0.3.0.js:194
instant_schools_user_module-0.3.0.js:4 Uncaught (in promise) TypeError: e.resource.collectionUrl is not a function
    at instant_schools_user_module-0.3.0.js:4

and in case I can’t properly format text:

image

How to reproduce

  1. From main page, click on '‘Create Account’
  2. Enter in details for a new account
  3. Click Finish

Screenshots

Real-life consequences (anything community should be aware of, for instance how it affects your deployment)

Critical for DRC rollout!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
aronasormancommented, May 8, 2017

Immediately managed to replicate this by:

  • creating a fresh Ubuntu 16.04 Vagrant VM, copying run_kolibri_fr.sh and /var/www/kolibri-v0.3.1-beta3-instantschools.pex to my local machine, then adding those to the VM.
  • forwarded the VM’s port 9090 to the host port 9090.
  • added both those files to /var/www, then ran run_kolibri_fr.sh as www-data.

No Nginx proxy in front.

This for me discounts a caching issue – there’s only one kolibri running on my VM right now, and it showed up on the very first testing, meaning no server-side caching has happened in the first place.

I’ll try to start the English server using a similar script to run_kolibri_fr.sh, and see if we can replicate it in that language as well.

0reactions
aronasormancommented, May 8, 2017

It turns out that we forgot to turn off the user plugin when we activated the kolibri_instant_schools plugin. Made the fix on the production server.

Read more comments on GitHub >

github_iconTop Results From Across the Web

About online exams with Pearson VUE - Microsoft Learn
Introduction to online proctored exams with Pearson VUE; Participating countries/regions and supported languages; Before you register for an ...
Read more >
How to Work with your Free Twilio Trial Account
Start building with a Twilio trial account. Verify phone numbers, get a Twilio phone number, and learn about trial account restrictions and ...
Read more >
Demo account - Analytics Help - Google Support
The Google Analytics demo account is a fully functional Google Analytics account that any Google user can access. It contains one Universal Analytics ......
Read more >
Contact Us | Meta Store
We're here. Tell us what you need support with and we'll find the best solution for you. Contact support. Feedback. KEEP YOUR EXPERIENCE...
Read more >
lang - HTML: HyperText Markup Language - MDN Web Docs
<p>This paragraph is English, but the language is not specifically ... Even if the lang attribute is set, it may not be taken...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found