Devin Binnie
Devin Binnie
@Taralian The nightly build is our latest build from the current code branch, containing new but untested features. That link is for our community server which you would need an...
@Taralian Nope, you can just drag the app from the DMG into your Downloads folder and run it from there
@DatadudeDev This looks like it might be a web app issue, can you provide a video of what you're seeing?
So it looks like the Arch Linux build for some reason is being built in development mode, despite the fact that they are setting NODE_ENV=production. The `mattermost-dev:` protocol should only...
> @devinbinnie Correct, it is build in dev mode for some reason. Did you use the `package:linux` script from the package.json to build the app? @Lotbert I'm running `build` and...
> @devinbinnie isn't the ci pipeline executing `package:linux` here: https://github.com/mattermost/desktop/blob/v5.6.0/.github/workflows/release.yaml#L58 > > Maybe i am getting it wrong... Yes the pipeline is, which basically executes the same thing: `package:linux` will...
@DanielHeath This is working for me on macOS. For Linux users, depending on how the app was installed you might have to run `./scripts/create_desktop_file.sh`, which is available in the root...
@DanielHeath I think I might have already fixed that actually. Have you tried the latest nightly build? There was some issues with subpath based servers.
> Where are nightly builds found? Do you mean the release candidate on the releases page of this repo? That would also work, but I also provided a link to...
@DanielHeath Is it still reproducing on both macOS and Linux for the nightly version?