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.

ERR_FILE_NOT_FOUND

See original GitHub issue
                                i18next.init({
		 			debug: true,
					lng: 'de-DE',
					load: "currentOnly", //OR load: 'unspecific'
					fallbackLng: 'de',
					backend: {
					  loadPath: 'locales/{{lng}}/{{ns}}.json',
                                       }

I get access to my file locales/de/translation.json but I’m wondering why I get the following error in addition:

GET ... /locales/de-DE/translation.json net::ERR_FILE_NOT_FOUND

I have a fallback to “de”, why does it still want to access the file ‘de-DE’?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
desmeitcommented, Jan 8, 2019

very good support. thanks

1reaction
jamuhlcommented, Jan 8, 2019

if the file does not exist that warning is normal…and can be ignored.

Read more comments on GitHub >

github_iconTop Results From Across the Web

it is saying this in my extension ERR_FILE_NOT_FOUND how ...
Hello,. Some developers have also found that the ERR_FILE_NOT_FOUND error occurs when developing Chrome extensions. This is usually because a ...
Read more >
FIX: Steps to Fix Error ERR_FILE_NOT_FOUND - Appuals
Error 6 is a Google Chrome error that states “Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory could not be found.
Read more >
5 Ways to Permanently fix Chrome's ERR_FILE_NOT_FOUND ...
Press Windows key + X and select Apps and features. ... Click Uninstall. ... That's how Chrome users can fix the ERR_FILE_NOT_FOUND issue....
Read more >
How to Fix ERR_FILE_NOT_FOUND Error on Google Chrome
There are several reasons why the ERR_FILE_NOT_FOUND error message appears on Chrome. The main reason is because of the Chrome extensions.
Read more >
Fix ERR_FILE_NOT_FOUND error on Google Chrome
The Default Tab extension in your Chrome browser might be the real culprit to cause this error. It is a browser hijacker that...
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