Error with ORS profile

I’m having an issue with the ORS profile. I’m new to OpenRouteMap and I would appreciate some help with my initial tests. I’m going to share the profile file and the error I’m encountering.

I’ve already configured the correct map for the region I need

ors:
  engine:
    source_file: ./ors-core/data/osm_file.pbf
    graphs_root_path: ./ors-core/data/graphs
    elevation:
      cache_path: ./ors-core/data/elevation_cache

    profiles:
      car:
        profile: driving-car
        elevation: false
        encoder_options:
          turn_costs: false
          block_fords: false
          use_acceleration: false
        preparation:
          min_network_size: 200
          min_one_way_network_size: 200
          methods:
            ch:
              enabled: true
              threads: 1
              weightings: fastest
            lm:
              enabled: false
              threads: 1
              weightings: fastest,shortest
              landmarks: 16
            core:
              enabled: true
              threads: 1
              weightings: fastest,shortest
              landmarks: 64
              lmsets: highways;allow_all
        execution:
          methods:
            ch:
              disabling_allowed: true
            lm:
              disabling_allowed: true
              active_landmarks: 6
            core:
              disabling_allowed: true
              active_landmarks: 6
        ext_storages:
          WayCategory:
          HeavyVehicle:
          WaySurfaceType:
          RoadAccessRestrictions:
            use_for_warnings: true


Error

{"error":{"code":2099,"message":"Unable to get an appropriate route profile for RoutePreference = driving-car"},"info":{"engine":{"build_date":"2023-06-13T12:36:00Z","version":"7.1.0"},"timestamp":1694725018361}}

same error i was facing before 2 days. still not fixed.

please if it possible provide video tutorial for install ORS from docker.

Thank you in advance

I believe this video can help you, Link

I checked it and same thing happen to me. to get an appropriate route profile.