triangle-exclamationOISY Signer changes its URL

pineapple

The OISY Signer, the client a dapp is interacting with when connecting to OISY via the signer standard, is changing its URL

  • 🔴 from: oisy.com/sign

  • to: signer.oisy.com or legacy-signer.oisy.com

Note that there is no more /sign path in the new URLs

When will this happen

  • The new URLs are ready and can be used right away

  • The previously used URL (oisy.com/sign) will remain supported until May 31, 2026

Why are we doing this?

End of 2025, a new version of the @dfinity/agentarrow-up-right, v5, was introduced, which is not fully backward compatible with previous versions. And @slide-computer/signerarrow-up-right, the almost exclusively used typescript library for signer interaction on the Internet Computer (later migrated to @icp-sdk/signerarrow-up-right), upgraded from v4.0.0 to v4.1.0 to include this new agent version.

There is a known incompatibility with the new agent that causes a specific combination of wallets and dapps to fail.

link-broken

This would block OISY from upgrading to the agent v5, until all dapps have upgraded to the latest @icp-sdk/signer version.

circle-check

Is our App affected by this?

triangle-exclamation

What do we need to do?

5
4

What's the timeline?

calendar

This changes should be done before May 17, 2026. After that date, the old OISY Signer URL (oisy.com/sign) will not be supported anymore

crystal-ball

The legacy-signer URL will not be supported much longer. It's planned to be decommissioned latest in Q3 2026. So ensure to upgrade your library and switch to the signer.oisy.com URL.

What library versions contain the updated URLs?

Additional note

This separation between OISY (oisy.com) and the OISY Signer (signer.oisy.com) also solves the issue that the signer standard fails to communicate between a dapp and a wallet if both are installed as PWA on mobile devices.

With the new setup, a user can install a dapp and OISY as PWA, and then the dapp starts a connection to the OISY Signer, a new browser window in opened instead of the OISY PWA.

Last updated