OpenSign icon indicating copy to clipboard operation
OpenSign copied to clipboard

[Bug]: Guest Url Error https:%2F%2Fwww.api-opensign.honey-digital.fr%2Fapp%2F&opensign&contracts

Open ugoconsonni opened this issue 1 year ago • 0 comments

Issue Description

The guest URL with "%2F" is not working as the browser interprets "%2F" as "/", leading to a "not found" error on the page. It's recommended to maintain the code's logic by encoding the URL with btoa and decoding it with atob.

Additionally, there is an error with the URL returned by the document creation API. It incorrectly returns the server's URL twice instead of the front-end URL, as shown in the returned data. This suggests that the API's logic for generating the URL needs correction to ensure it points correctly.

Expected Behavior

No response

Current Behavior

No response

Steps to reproduce

No response

Screenshots of the issue(optional)

Capture d’écran 2024-05-06 à 04 16 37

Operating System [e.g. MacOS Sonoma 14.1, Windows 11]

No response

What browsers are you seeing the problem on?

Chrome

What version of OpenSign™ are you seeing this issue on? [e.g. 1.0.6]

1.5.1

What environment are you seeing the problem on?

Hosted (app.yourdomain.com)

Please check the boxes that apply to this issue report.

  • [X] I have searched the existing issues & discussions to make sure that this is not a duplicate.

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct
  • [X] I have searched the existing issues & discussions to make sure that this is not a duplicate.

ugoconsonni avatar May 06 '24 02:05 ugoconsonni