hellion
hellion

Reputation: 4830

why is mission_control-jobs erroring with load path error?

I have been attempting to set-up mission_control-jobs to a rails 7 app using SolidQueue, but I keep running in to the following error when accessing http://localhost:3000/jobs

Propshaft::MissingAssetError at /
The asset 'mission_control/jobs/application.css' was not found in the load path.

The set-up is quite simple: add the gem, bundle, and add the route engine. Running rake assets:reveal includes:

As you can see, "mission_control/jobs/application.css" is a seen asset. Then, why am I be getting a PropShaft error that the file is not in the load path?

Upvotes: 1

Views: 212

Answers (1)

hellion
hellion

Reputation: 4830

Running rails assets:clobber seemed to fix the issue.

Upvotes: 0

Related Questions