···8989 p, err := loadParamsFromHash(ctx, recipe.OriginHash, s.cache)
9090 if err != nil {
9191 slog.ErrorContext(ctx, "failed to load params for hash", "hash", recipe.OriginHash, "error", err)
9292- http.Error(w, "recipe not found or expired", http.StatusNotFound)
9393- return
9292+ //http.Error(w, "recipe not found or expired", http.StatusNotFound)
9393+ //return
9494+ p = DefaultParams(&locations.Location{
9595+ ID: "",
9696+ Name: "Unknown Location",
9797+ }, time.Now())
9498 }
959996100 // TODO this p is mising converastion id. See todo in generate recipes we can pregenerate it or update it after generation.