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

Bug: Share Board Option not Working #1911

Closed
Genei180 opened this issue Dec 2, 2021 · 2 comments
Closed

Bug: Share Board Option not Working #1911

Genei180 opened this issue Dec 2, 2021 · 2 comments
Labels
Bug Something isn't working

Comments

@Genei180
Copy link
Contributor

Genei180 commented Dec 2, 2021

Steps to reproduce the behavior

  1. Go to ... left of "new" Button
  2. Select "Share Board"
  3. Turn the switch on which says Publish to web and share this board with anyone.
  4. Copy the link
  5. Paste it into the Browser

Expected behavior

After I hit Enter, a Board View Should Appear...

Screenshots

image

Edition and Platform

  • Testet in: Windows / Docker
  • Version: v0.10.0
  • Browser and OS: Chrome on Windows, Edge on Windows

Additional context

Be Aware that the Share Option is only Available if you Specify: "enablepublicsharedboards": true in the config File
Which isn't what Docs suggest.
In my Opinion, this should be enabled by Default.
Other People having Trouble as well see #1419.

Issue #1729 might be Similar and says it has been fixed, might be connected or not. Could be a good Idea to look into it.

@Genei180 Genei180 added Bug Something isn't working Triage labels Dec 2, 2021
@Genei180 Genei180 changed the title Bug: Bug: Share Board Option not Working Dec 2, 2021
@chenilim
Copy link
Contributor

chenilim commented Dec 3, 2021

Thanks for reporting this @Genei180! Could you check your browser developer console to see if there are any errors in the JS console and / or network tab? The steps you used should (in theory) work. Thanks.

@Genei180
Copy link
Contributor Author

Genei180 commented Dec 5, 2021

@chenilim there is indeed an Error Message:

utils.js:19 Error: [@formatjs/intl Error MISSING_TRANSLATION] Missing message: "Sidebar.default-theme" for locale "de",
using default message as fallback. 

    at new MissingTranslationError (main.js:7179)
    at formatMessage (main.js:7339)
    at formatMessage (main.js:159781)
    at main.js:186694
    at Array.map (<anonymous>)
    at main.js:186694
    at renderWithHooks (main.js:140650)
    at updateFunctionComponent (main.js:143021)
    at updateSimpleMemoComponent (main.js:142880)
    at updateMemoComponent (main.js:142757)

The Network Tab apparently shows no errors.

If I am Understanding the Error Above, Correctly, it has something to-do with my German Language Setting.
So there I was Experimenting with the Language Files, and suddenly everything functions as it should.

I couldn't reproduce the Error, and git showed me no apparent Changes. (Even after a full hard reset too Multiple last Versions).
I even had explicitly made sure that a clean Branch from the original Repository produces the same Error on my Setup before initiating that Bug Report (Which it did).

The Old Docker Image still had that Bug going on (So no Browser Setting either), while the newly Compiled Image after that Incident functioned normally.

Again, git showed no Apparent Changes, and the Bug did occur before starting to Fiddle with the Language Settings...
I have no clue what caused it and the sudden Disapearence, maybe a Cache/Dependencie got updated?

If this doesn't appear again, I consider this closed.
Thank you for your time. Have a nice Day :)

@Genei180 Genei180 closed this as completed Dec 5, 2021
@hanzei hanzei removed the Triage label Jan 3, 2022
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

3 participants