Hello, I built the application using docker and the build without any issues. I had provided some osrm files along with the image but there seems to be a version mismatch. The error is below.
Fail to create an OSRM instance: File is incompatible with this version of OSRM: /usr/src/app/src/osrm-sg-files/singapore.osrm.ebg_nodes prepared with OSRM 26.5.0 but this is v6.0.0 (at include/storage/tar.hpp:201)
thread 'main' panicked at src/main.rs:12:6:
Failed to initialize OSRM engine: Initialization
Hello, I built the application using docker and the build without any issues. I had provided some osrm files along with the image but there seems to be a version mismatch. The error is below.