Account sign-up non-functional for online demo in non-english languages
See original GitHub issueSummary
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:
How to reproduce
- From main page, click on '‘Create Account’
- Enter in details for a new account
- 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:
- Created 6 years ago
- Comments:19 (12 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Immediately managed to replicate this by:
run_kolibri_fr.sh
and/var/www/kolibri-v0.3.1-beta3-instantschools.pex
to my local machine, then adding those to the VM.9090
to the host port9090
./var/www
, then ranrun_kolibri_fr.sh
aswww-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.It turns out that we forgot to turn off the
user
plugin when we activated thekolibri_instant_schools
plugin. Made the fix on the production server.