Error connecting Cesium to Unreal

When I use the Connect button in Unreal Engine for Cesium, I am brought to a webpage and click on the Allow option for permissions. However, I consistently get an error saying it’s not authorized and I can’t connect the two services.

I have tried using the token from my account and pasting it into the Cesium Ion Access Token field in the project settings but that didn’t fix the problem. Any help would be really appreciated!

Hi @kpurachev,

Can you share the exact error message/page?

Cesium for Unreal authenticates to Cesium ion using OAuth2, and in order for the OAuth2 process to work it needs to be able to temporarily run a web server on a random port, and then your web browser needs to be able to connect to it. An overzealous firewall of some sort could potentially interfere with this process.

Kevin

Hi Kevin,

Thank you so much for getting back to me. What happens is I’ll go from this screen where I hit the Allow button:

image004.jpg

To this:

Do you know how I need to configure my firewall? I tried allowing all UDP ports but wasn’t successful.

Sincerely,

Katherine Purachev

image006.jpg

Hi @kpurachev,

Thanks, your screenshots indicate that your web browser is able to access the Cesium for Unreal web server running on localhost. The next step is that Cesium for Unreal will send an HTTP POST request to api.cesium.com. Most likely that request is failing for some reason, but it’s hard to say why. I wrote an issue to provide more information in the error message:

Can you think of any reason your system would block a POST? It will be a cross-origin request, so perhaps if your system administrators have turned off CORS support entirely? I suspect that would break a lot of sites, though.

I’m honestly not sure why they would block it - are there any settings I can try to modify to try to fix the problem?

I seem to be in the same boat. @kpurachev By any chance are you also using a vpn? Is there a spot within Cesium to fill in proxy information like the epic games launcher has? @Kevin_Ring

Hi @Rookie_Chris,

Cesium for Unreal uses Unreal Engine’s FHttpModule to do HTTP requests. It looks like that does have proxy support, accessible from the C++ API. See SetProxyAddress:

I was surprised it doesn’t appear to be configurable in an .ini file or anything like that, though.

If your connection requires a proxy, I would expect tile requests to fail, too. When you open the Samples project, do you get a globe at all? Or maybe your network requires a proxy for POST requests but not GET requests?

If you’re up for it, you can try editing UnrealAssetAccessor.cpp to set the proxy address prior to the httpModule.CreateRequest call in UnrealAssetAccessor::post, and see if that helps.

Kevin

We were able to get around this issue by adding system environment variables for HTTP_PROXY and HTTPS_PROXY.

Yes, like Brady said we solved it by setting those environment variables. I had to make a new project after setting those variables because the original one I created wasn’t working for some reason. Hope that helps @Rookie_Chris !

Hi Kevin,
I met some problem like this.
After clicking allow button,this error page appears,


which looks like unable to access the cesium for unreal web server running on localhost.
I’ve tried many solutions,changing browser or IP something, but it doesn’t work.
Really appreaciate your support!

Cecile

Hi @Cecile - Its possible that your local computer or network firewall is blocking the localhost IP Address. Are you able to try a different computer to double check?

Thank you for relpying me. I reconnected by using proxy.