ESI Base URL Update

o7

ESI’s base url has changed from esi.tech.ccp.is to the new esi.evetech.net

This change corresponds with some work moving from Google Cloud to AWS. A CNAME is in place for the old URL, and the web UI routes should redirect you as appropriate. The certificate for the new URL is signed with both names as well, so while you don’t have to change (as in, this isn’t a breaking change) you should update your bookmarks/code when you can so when the CNAME is eventually deleted you’re not affected.

2 Likes

It appears to be a breaking change to me, as my logs are getting flooded with 503s (esp. the corp contracts endpoint).

It’s seamless, to update at your leisure. The errors are due to everything being on fire.

Ok :slight_smile: Do you know of any status thread that I can follow?

#esi on devfleet slack.

1 Like

Due to the events of the day and the instability of ESI after moving to https://esi.evetech.net it is necessary to move back to https://esi.tech.ccp.is. We will be disconnecting https://esi.evetech.net for the weekend. We apologize for the inconvenience

image

You know that this does not inspire any confidence in the move to AWS in your idealized micro feature dreams, right? First you insist that players must rely on third party tools for all sorts of things, then you brick those tools, then you move actual ingame mechanics to those bricking servers, and now you backpaddle because of the bricking…

This is worth a
image

None of my processes were bricked?

Still happily chugged away processing requests, just a little slower than normal.

Lucky you then. I lost access to my alliance comms, my alliance slack, forum, my alliance wormhole tool, among other things.

Lucky you then. I lost access to my alliance comms, my alliance slack, forum, my alliance wormhole tool, among other things.

1 Like

Lucky you then. I lost access to my alliance comms, my alliance slack, forum, my alliance wormhole tool, among other things.

Sounds like your code is pretty bad tbf.

Try not to have overzealous “ZOMGITSASPAIKILLITSACCESSNAO” code then?

Sounds like he plays it safe and you don’t.

Squizz Caphinator [9:15 PM]well that broke all my stuff (from tweetfleet slack)

:thinking:

@CCP_SnowedIn
I’ve been looking for this for like 3 days (not the url change but the base url). Granted I’m new to API, but I think you want to cater to folks like me. Could you add this at the top of the ESI - https://esi.tech.ccp.is/ui/? You’ve got /alliances/ and so forth but without the base url, I was a bit stuck. Seems obvious, but not to new bros. And since it has changed, that would be an obvious place to make a change as well.

It’s in the spec? Right at the top.

{  
   "swagger":"2.0",
   "info":{  
      "title":"EVE Swagger Interface",
      "description":"An OpenAPI for EVE Online",
      "version":"0.7.6"
   },
   "host":"esi.tech.ccp.is",
   "basePath":"/latest"
}

maybe you can read that, but it’s could be a lot clearer.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.