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

Best Answer

  • aramyan.h
    Answer ✓

    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

Answers