I changed the required scopes for my application on the Eve Dev website, and I updated my request to ESI to reflect the additional scopes needed.
However, when I try to login (which it allows) the new scopes aren’t present in the dropdown display that shows the scopes that the application is requesting. I have waited literal days for the scope list to update, but to no avail.
Is there something I am doing wrong? Why is my scope list not updating?
I am still very new to development in general, so if my question is unclear please let me know.
Thanks so much for your help!
Edit: Also if this helps answer my question: I am requesting ALL scopes now. Before I changed the scope list I was only requesting a select few scopes.
To be clear, you’re including ALL the scopes you want within the scope query parameter when you redirect the user to https://login.eveonline.com/v2/oauth/authorize/?
To be clear, you’re including ALL the scopes you want within the scope query parameter when you redirect the user to https://login.eveonline.com/v2/oauth/authorize/ ?