I have just brought up compose after cloning the repo, and the application seems to be working - I logged into the web UI at :8080 and added an ASN, but clicking on "Import from PeeringDB" under internet exchanges results in a redirect to :8080/internet-exchanges/peeringdb-import/ and the following error:
<class 'peering.models.AutonomousSystem.DoesNotExist'>
AutonomousSystem matching query does not exist.
Python version: 3.9.1
Peering Manager version: v1.3.0
Similarly, clicking on "Add a Peering Session" under an AS's Direct Peering Sessions tab results in a redirect to :8080/direct-peering-sessions/add/?autonomous_system=&return_url= and error
I have just brought up compose after cloning the repo, and the application seems to be working - I logged into the web UI at :8080 and added an ASN, but clicking on "Import from PeeringDB" under internet exchanges results in a redirect to
:8080/internet-exchanges/peeringdb-import/
and the following error:Similarly, clicking on "Add a Peering Session" under an AS's Direct Peering Sessions tab results in a redirect to
:8080/direct-peering-sessions/add/?autonomous_system=&return_url=
and errorAny help would be greatly appreciated!