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:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top 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 >
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 Free
Top 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
very good support. thanks
if the file does not exist that warning is normal…and can be ignored.