8000 Share links not displaying correctly until you leave and come back · Issue #669 · blinkospace/blinko · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Share links not displaying correctly until you leave and come back #669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tareeko opened this issue May 3, 2025 · 1 comment
Open
Labels
bug Something isn't working

Comments

@tareeko
Copy link
tareeko commented May 3, 2025

Describe the bug
Share link doesn't include domain when first created.

To Reproduce
Steps to reproduce the behavior:

  1. Click the share button on a note
  2. Notice that the domain isn't there. If you leave and come back to share, the domain suddenly appears.

Expected behavior
Expected behaviour is to see the full URL.

Screenshots

Image
Copy link
dosubot bot commented May 3, 2025

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:

  1. 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.

  2. Confirm that the application is running in the expected environment (e.g., Tauri) where the getBlinkoEndpoint function can properly append the domain.

  3. 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.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot dosubot bot added the bug Something isn't working label May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant
0