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.

Invalid route module file: /....../app/routes/.DS_Store

See original GitHub issue

Any time I open my app in the file system, Apple does this stupid thing and creates a .DS_Store file. Could we just ignore .DS_Store files in the routes?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:22 (10 by maintainers)

github_iconTop GitHub Comments

6reactions
kentcdoddscommented, Nov 30, 2021

Yes. Every file in the routes directory is considered a route. So you need to move CSS files outside the routes

5reactions
alexsinfarosacommented, Jan 3, 2022

I tried to remove the .DS_Store files manually from the /routes directory, without success. This worked: find . -name ".DS_Store" -print -delete

Read more comments on GitHub >

github_iconTop Results From Across the Web

ITMS-90118: Invalid routing app se… | Apple Developer Forums
ITMS-90118: Invalid routing app setting: To upload a routing app coverage file on App Store Connect, you must define the app binary as...
Read more >
javascript - Exclude files (i.e. .DS_Store) with webpack and ...
I'm not quite sure what DS_STORE files are. But when you configure your loaders, provide an exclude for these files.
Read more >
Angular2NotesForProfessionals - tanhan.stqng - Page 1 - 232 | Flip ...
122 Chapter 31: Bootstrap Empty module in angular 2 . ... login/login.component'; we need to set routes for login in app.routes.ts const appRoutes:...
Read more >
powered by Falcon Sandbox - Viewing online file ... - Hybrid Analysis
Submit malware for free analysis with Falcon Sandbox and Hybrid Analysis technology. Hybrid Analysis develops and licenses analysis tools to fight malware.
Read more >
New UI merge in progress · 8dd07c0ddd - aiforge - OpenI - 启智AI ...
Fatal(2, "Invalid auth file format: %v", err) ... Routes)(nil)). m.Action(r.Handle) ... DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/.
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