OpenSign
OpenSign copied to clipboard
[Bug]: Guest Url Error https:%2F%2Fwww.api-opensign.honey-digital.fr%2Fapp%2F&opensign&contracts
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)
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.