[PR #600] [MERGED] Add a warning when SharedArrayBuffer is not available #110018

Closed
opened 2026-06-05 13:05:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/600
Author: @j-f1
Created: 1/30/2023
Status: Merged
Merged: 2/3/2023
Merged by: @j-f1

Base: masterHead: warn-sharedarraybuffer


📝 Commits (3)

  • 4d57d33 Update index.js
  • 81400ed Switch to hard error when SharedArrayBuffer is unavailable
  • af0b882 Remove “Server misconfiguration alert!”

📊 Changes

2 files changed (+22 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/browser-server.js (+8 -0)
📝 packages/desktop-client/src/components/FatalError.js (+14 -0)

📄 Description

This message could definitely use some improvement (maybe by linking to a doc with instructions to fix?). I considered hooking it up as an in-app notification, but I wasn’t sure if that would show up at the right time, and this feels severe enough to demand immediate action before continuing to use the app.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/600 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 1/30/2023 **Status:** ✅ Merged **Merged:** 2/3/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `warn-sharedarraybuffer` --- ### 📝 Commits (3) - [`4d57d33`](https://github.com/actualbudget/actual/commit/4d57d33115c818cd1b1f22ac2389b3f0129f0691) Update index.js - [`81400ed`](https://github.com/actualbudget/actual/commit/81400edad0a13e98f1ff6b7ab0d5e8688e0d86b7) Switch to hard error when SharedArrayBuffer is unavailable - [`af0b882`](https://github.com/actualbudget/actual/commit/af0b88239d95cb87284c4fce43e0196b9d90aa1c) Remove “Server misconfiguration alert!” ### 📊 Changes **2 files changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/browser-server.js` (+8 -0) 📝 `packages/desktop-client/src/components/FatalError.js` (+14 -0) </details> ### 📄 Description This message could definitely use some improvement (maybe by linking to a doc with instructions to fix?). I considered hooking it up as an in-app notification, but I wasn’t sure if that would show up at the right time, and this feels severe enough to demand immediate action before continuing to use the app. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-05 13:05:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#110018