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.

Routes in Hebrew (Reload Page Not Working)

See original GitHub issue

Version

nuxt-i18n: 6.15.4 nuxt: 2.14.7

Nuxt configuration

mode:

  • universal

Nuxt-i18n configuration

i18n: { locales: [{ code: ‘he’, iso: ‘he’ } ], defaultLocale: ‘he’, parsePages: false, strategy: ‘prefix’, pages: { ‘categories/index’: { he: ‘/קטגוריות’ }, ‘categories/_id’: { he: ‘/קטגוריות/:id’ }, search: { he: ‘/חיפוש’ } } }


The problem is when i reload the page it gives me Page Not Found. 
because the routes in Hebrew, when i change the "he" values to be in english it works fine.
I think the none ascii characters make the problem 

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13

github_iconTop GitHub Comments

3reactions
lucifez385commented, Nov 27, 2020

@AliAbuArab add “vue-router”: “3.4.6” in package.json it work for me.

1reaction
AliAbuArabcommented, Nov 25, 2020

got it. thank you so much my friend, i will check that with VueRouter team.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem when reloading page using react-router-dom
How ever, when I navigate to a page and reload it, it first goes to /login for half a second and the reloads...
Read more >
Routes not displaying on refresh · Issue #32 - GitHub
I have created some links and routes, and everything is working fine, ... If I navigate to a link, and then refresh the...
Read more >
Maps JavaScript API Release Notes - Google Developers
Introduces a language parameter to Geocoder JS API. Maps JS API no longer considers US as a default region in Geocoder if it's...
Read more >
Check Point R80.20.X for 1500, 1600, and 1800 Appliances ...
Static routes and source based routing are fully supported, but service based routing does not work on all 1500 appliances. R80.20GA, R80.20.15.
Read more >
Strong's #01870 - דֶּרֶךְ - Old Testament Hebrew ...
Brown-Driver-Briggs'. 1) way, road, distance, journey, manner. 1a) road, way, path. 1b) journey. 1c) direction. 1d) manner, habit, way.
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