When I set up all servers and go to http://127.0.0.1:8889, the browser say that /api/tile/metadata.json is missing. It returns 404 with "error" in the body.
I trace the code and find this error, DatabaseError(__Unknown, "file is not a database"), at line 171in source/api/tile/src/main.rs
How can I fix this issue?
Thanks.