bugfix / unable to login on ubuntu 24.04 / fixes #14356#15164
Open
thefnordling wants to merge 2 commits intoprusa3d:masterfrom
Open
bugfix / unable to login on ubuntu 24.04 / fixes #14356#15164thefnordling wants to merge 2 commits intoprusa3d:masterfrom
thefnordling wants to merge 2 commits intoprusa3d:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
i was unable to log in to prusaslicer 2.9.4 on ubuntu 24.04 using either flatpak or (after making some adjustments to be able to compile on ubuntu 24.04) on binaries produced by compiling from source.
steps to reproduce:
a) by hitting the login via google or
b) by attempting to log in with prusa directly with username/password
This appeared to be the same issue reported in #14356
i dug into it a bit and it seems like non-critical errors (even if for non-required external resources) would cause the error page to display, interrupting the login page from loading.
I can now log into prusa connect and manage my printer, see jobs, upload files and all that good stuff again with the slicer
not sure if there could be security concerns with these changes since this is in code related to login workflows. Tagging @Jan-Soustruznik who was active/commenting on the earlier issue.