Share links not displaying correctly until you leave and come back · Issue #669 · blinkospace/blinko · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @tareeko! I'm Dosu, your friendly bot here to help you with bugs, answer questions, and assist you in becoming a contributor. I'm here while you wait for a human maintainer. Let's get started!
The issue you're experiencing with the share link not displaying the domain initially might be related to how the getBlinkoEndpoint function is implemented. This function is responsible for constructing the full URL by appending the domain to the share link. If the blinkoEndpoint is not set in localStorage or if the application is not running in a Tauri environment, the function will return only the path, which could lead to the domain missing from the URL [1].
To address this issue, you might want to check the following:
Ensure that the blinkoEndpoint is correctly set in localStorage. This can be done by verifying if the endpoint is stored and correctly formatted as a valid URL.
Confirm that the application is running in the expected environment (e.g., Tauri) where the getBlinkoEndpoint function can properly append the domain.
Review any conditions or errors in the getBlinkoEndpoint function that might prevent it from returning the full URL initially.
These steps should help ensure that the domain is included in the share link when it is first created.
Describe the bug
Share link doesn't include domain when first created.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected behaviour is to see the full URL.
Screenshots
The text was updated successfully, but these errors were encountered: