You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: When using the "Install App" feature of Microsoft Edge for yarr, the resulting application directs to manifest.json instead of the web client, making the app unusable.
OS: Windows 10
Steps to Reproduce:
Go to the web client for yarr on Microsoft Edge
3 Dots > Apps > Install yarr > Install App
When the app loads, pin the app to the taskbar, then close the app
Attempt to open the app by clicking on the taskbar icon
Expected Behavior: Web client opens; Actual Behavior: manifest.json opens
Since Edge App Installations cannot be modified, this renders the app installation feature unusable for yarr.
Workaround / Proposed Fix:NOTE: This involves fixing the code and compiling yarr yourself.
(After cloning the repo), navigate to src/server/routes.go
Find the function handleManifest()
In the options JSON within the function, delete the line specifying a "start_url"
Save the file, rebuild, then recompile the exe.
The text was updated successfully, but these errors were encountered:
violetgil
changed the title
When using the "Install App" feature of Microsoft Edge for yarr, the resulting application directs to manifest.json instead of the web client, making the app unusable.
When using the "Install App" feature of Microsoft Edge for yarr, the resulting application directs to manifest.json instead of the web client
Jan 27, 2025
Problem: When using the "Install App" feature of Microsoft Edge for yarr, the resulting application directs to manifest.json instead of the web client, making the app unusable.
OS: Windows 10
Steps to Reproduce:
Since Edge App Installations cannot be modified, this renders the app installation feature unusable for yarr.
Workaround / Proposed Fix: NOTE: This involves fixing the code and compiling yarr yourself.
The text was updated successfully, but these errors were encountered: