question

Upvotes
Accepted
1 1 1 2

Can only connect to Side by Side using localhost:8080 address

I've followed the tutorial in Workspace Web Integration Capabilities. Works great locally but if I host my application with a different address from http://localhost:8080 it doesn't work anymore. It doesn't even work if I change the port and use http://localhost:8081. How can I use the SxS API from my website http://abc.xyz?

Here's the errors it gives when using, e.g., http://localhost:8081 or my application http://abc.xyz:screenshot-2023-04-11-at-132020-2.png


If I use http://localhost:8080 is great:
1681216151171.png

#technology#productside-by-side-apihosting
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @IainB ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,

AHS

@IainB

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
5.2k 16 2 7

Hi @IainB ,


To avoid app verification failure while testing locally you need to ensure you use one of the following ports: 8080, 9001, or 10030 with your local http server.


Hope this help.


Best regards,

Haykaz

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

What if I don't want locally but when my application is deployed?

Hi @IainB ,


I have learned from Dev team that for deployed app you will need to add the following in your config file when you init the SxS.

SignOnMode: {type: 'sso', options: {signOnUrl: 'https://cdn.ppe.refinitiv.com/'}}

Best regards,

Haykaz

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.