Skip to content
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

Share link does not work? #9

Closed
Tracked by #231
magnus-madsen opened this issue Feb 21, 2023 · 8 comments · Fixed by #13
Closed
Tracked by #231

Share link does not work? #9

magnus-madsen opened this issue Feb 21, 2023 · 8 comments · Fixed by #13
Assignees

Comments

@magnus-madsen
Copy link
Member

No description provided.

@sockmaster27
Copy link
Contributor

It works fine on localhost, so I'm guessing that the problem is the server that it's hosted on (nginx?) intercepts it, thinking that play.flix.dev/PQgEEEDtQ... wants to access a resource called PQgEEEDtQ... instead of index.html.

I don't think that I can do anything about this without having access to the server and its config.

@magnus-madsen
Copy link
Member Author

But is there not a hash? That should be independent of the url.

@sockmaster27
Copy link
Contributor

Maybe I'm misunderstanding the problem, but again, it seems to work fine on localhost. The problem is the 404 on the deployed site, right?

@magnus-madsen
Copy link
Member Author

What I mean is; I thought the link would use the anchor tag, e.g. play.flix.dev/#foobar?

@magnus-madsen
Copy link
Member Author

Or maybe it should be flix.dev/q=foobar. Something fishy is going on...

@sockmaster27
Copy link
Contributor

Ah, I see it now - There's a missing ?q= not getting prepended initially

@sockmaster27
Copy link
Contributor

Is it intended that the link only reflects the exact point in time when the "Shareable Link" button is clicked, and wouldn't it in this case be more intuitive if the link was copied to clipboard or displayed in a dialog or something like that?

@magnus-madsen
Copy link
Member Author

Is it intended that the link only reflects the exact point in time when the "Shareable Link" button is clicked, and wouldn't it in this case be more intuitive if the link was copied to clipboard or displayed in a dialog or something like that?

Copy to clipboard would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants