Hi Everyone,
I am trying to host the Graph Hopper application on private server. But getting issues
with API_KEY.
I have created API Key for Omniscale for tile setting and API Key for Geocoding in GraphHopper website. But still getting the errors
In the Network tab, I have got these URLs to be 404 NotFound
I Appreciate all the efforts and Keep on the good work
easbar
November 15, 2022, 8:27am
2
Where did you enter your api keys?
I am using old version of Graph Hopper and entered in the options.js file like below
So the error is happening when it tries to fetch the profiles.
Note-: It is working fine in the localhost env
I tried to use the below combination as well
Note-: Whenever I change options.js file, I am building the application to make main.js file updated
easbar
November 15, 2022, 10:06am
4
For GraphHopper geocoding you need to use this for the host
variable: https://graphhopper.com/api/1
. If you get an error when fetching the profiles you probably need to fix the host for the routing option as well.
Thanks for the information
system
Closed
February 19, 2023, 9:31pm
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.