SandeepGF commented on issue #2159: URL: https://github.com/apache/apisix-dashboard/issues/2159#issuecomment-940979526
steps followed to get the dashboard: 1. installed all prerequisites 2. cloned the project 3. hit the "make build" command from the apisix-dashboard directory 4. changed allowed list with my IP address and port to 8082 5. used nohup ./manager-api & the data appended on nohup.out is "Force starting new instance. Another instance of Manager API maybe running with pid 3507 The manager-api is running successfully! **Version : 2.9.0 GitHash : 614716a Listen : 0.0.0.0:8082 Loglevel: warn ErrorLogFile: /home/ubuntu/gateway/apisix-dashboard/output/logs/error.log AccessLogFile: /home/ubuntu/gateway/apisix-dashboard/output/logs/access.log** 6. visited http://<my_host>:8082 observed this error in error log: 2021-10-12T10:26:06.614Z WARN filter/ip_filter.go:103 forbidden by IP: 106.193.69.241, allowed list: [my_host 127.0.0.1 ::1] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
