goryn-clade / pathfinder-containers

A Docker-compose solution for Pathfinder mapping tool using Traefik
Other
62 stars 66 forks source link

Can't update structure owning entity #51

Closed ecortinas closed 1 year ago

ecortinas commented 1 year ago

When I try to add an owning entity for a structure I get a 403 error. error

samoneilll commented 1 year ago

Hi @ecortinas we needed to add the esi-search.search_structures.v1 in a recent release. To get this working you'll need to add this scope to the list of scopes in the .env file, and also enable the scope in the app setup at developers.eve-online.com.

vlanf commented 1 year ago

Hi @samoneilll

PR https://github.com/goryn-clade/pathfinder-containers/pull/63 is fixing it in example env file, check please. I also encountered this problem and spent some time to find the reason.