bmiles-development / saas-starter-pack

Vue.js and AWS Amplify SaaS template site with pre-built login flow using AWS Amplify
MIT License
17 stars 7 forks source link

the AWS I18n is not loading via url arguments on app refresh #7

Open bmilesp opened 4 years ago

bmilesp commented 4 years ago

It tries to load separate language files based on the url (eg: http://192.168.0.184:8083/en the /en is the default language and if you change it to French http://192.168.0.184:8083/fr it will not load french initially, it will load the default english on fist page load, then load french on any ajax page loads.

It seems to not be loading the language file until after the mounted lifecycle method is called.