We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uname -a
Windows 11 23H2, i686/amd64
0.5.4
I expected the app to display my index.html, instead the browser windows shows the content of socket:initial/init (import module from...).
The problem occurs when the bundle_identifier in socket.ini contains capital letters:
bundle_identifier = "com.PuzzleNotes" -> breaks app bundle_identifier = "com.puzzlenotes" -> works
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What OS are you using (
uname -a
, or Windows version)?Windows 11 23H2, i686/amd64
What version Socket Runtime are you using?
0.5.4
What did you expect to see and what you saw instead?
I expected the app to display my index.html, instead the browser windows shows the content of socket:initial/init (import module from...).
The problem occurs when the bundle_identifier in socket.ini contains capital letters:
bundle_identifier = "com.PuzzleNotes" -> breaks app
bundle_identifier = "com.puzzlenotes" -> works
The text was updated successfully, but these errors were encountered: