You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When no file was provided on the find locations page, and the form was submitted, this error occured.
This is because the logic in the location finder form was not handling missing file cases gracefully.
Fix
Made the file upload a required field in order to submit the form.
Added error handling in location finder form for dealing with a missing file.
Email subject line
[Psd-exceptions] [LabWhere PRODUCTION] location_finder#create (NoMethodError) “undefined method `[]' for nil:NilClass”
Error body
Acceptance Criteria
Additional information
The id of the user who triggered this error is often shown in the exception email, in case you need to communicate with them.
The text was updated successfully, but these errors were encountered: