[GH-ISSUE #682] Mouse does not go to client computer [Edit: Scroll Lock causes this bug] #540

Open
opened 2026-05-05 06:38:11 -06:00 by gitea-mirror · 13 comments
Owner

Originally created by @sahiltalwar88 on GitHub (May 21, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/682

Server: Windows 10 Version 1809 (Build 17763.1158)
Client: Mac OSX Mojave (Version 10.14.6)

Barrier Version

Server: 2.3.2-snapshot-210c2b70
Client: 2.3.2-Release-210c2b70

Steps to reproduce bug

  • Start Barrier server, start Barrier client.
  • Observe that they successfully connect, in the logs.
  • Copy on client, paste on server and vice versa; these work.
  • Try to move mouse from server to client, this does not work?

Other info

  • When did the problem start to occur? Everything was working fine, and then suddenly yesterday it stopped. No idea why. I changed no settings, updated neither OS (afaik), and made no related changes (afaik). I deleted all screens from the configuration screen and re-added the client; same thing started happening again :(
  • Is there a way to work around it? No
  • Does this bug prevent you from using Barrier entirely? Technically no (copy/paste works), but functionally yes.

I tried moving the screen to different places in the config to see if that would help, it did not. Also, FWIW I have a second monitor hooked up to the macbook, but unplugging it makes no difference afaict.

I feel fairly certain that this is a configuration problem rather than a real bug, so I'll add my config file in a comment (it's about as simple as can be).

Originally created by @sahiltalwar88 on GitHub (May 21, 2020). Original GitHub issue: https://github.com/debauchee/barrier/issues/682 Server: Windows 10 Version 1809 (Build 17763.1158) Client: Mac OSX Mojave (Version 10.14.6) ### Barrier Version ### Server: 2.3.2-snapshot-210c2b70 Client: 2.3.2-Release-210c2b70 ### Steps to reproduce bug ### - Start Barrier server, start Barrier client. - Observe that they successfully connect, in the logs. - Copy on client, paste on server and vice versa; these work. - Try to move mouse from server to client, this does not work? ### Other info ### * When did the problem start to occur? Everything was working fine, and then suddenly yesterday it stopped. No idea why. I changed no settings, updated neither OS (afaik), and made no related changes (afaik). I deleted all screens from the configuration screen and re-added the client; same thing started happening again :( * Is there a way to work around it? No * Does this bug prevent you from using Barrier entirely? Technically no (copy/paste works), but functionally yes. I tried moving the screen to different places in the config to see if that would help, it did not. Also, FWIW I have a second monitor hooked up to the macbook, but unplugging it makes no difference afaict. I feel fairly certain that this is a configuration problem rather than a real bug, so I'll add my config file in a comment (it's about as simple as can be).
gitea-mirror added the
enhancement
label 2026-05-05 06:38:11 -06:00
Author
Owner

@sahiltalwar88 commented on GitHub (May 21, 2020):

Super basic config file:

section: screens
	Dongcopter:
		halfDuplexCapsLock = false
		halfDuplexNumLock = false
		halfDuplexScrollLock = false
		xtestIsXineramaUnaware = false
		preserveFocus = false
		switchCorners = none 
		switchCornerSize = 0
	mbp:
		alt = meta
		meta = alt
		halfDuplexCapsLock = false
		halfDuplexNumLock = false
		halfDuplexScrollLock = false
		xtestIsXineramaUnaware = false
		preserveFocus = false
		switchCorners = none 
		switchCornerSize = 0
end

section: aliases
end

section: links
	Dongcopter:
		right = mbp
	mbp:
		left = Dongcopter
end

section: options
	relativeMouseMoves = false
	screenSaverSync = true
	win32KeepForeground = false
	clipboardSharing = true
	switchCorners = none 
	switchCornerSize = 0
end
<!-- gh-comment-id:632347179 --> @sahiltalwar88 commented on GitHub (May 21, 2020): Super basic config file: ``` section: screens Dongcopter: halfDuplexCapsLock = false halfDuplexNumLock = false halfDuplexScrollLock = false xtestIsXineramaUnaware = false preserveFocus = false switchCorners = none switchCornerSize = 0 mbp: alt = meta meta = alt halfDuplexCapsLock = false halfDuplexNumLock = false halfDuplexScrollLock = false xtestIsXineramaUnaware = false preserveFocus = false switchCorners = none switchCornerSize = 0 end section: aliases end section: links Dongcopter: right = mbp mbp: left = Dongcopter end section: options relativeMouseMoves = false screenSaverSync = true win32KeepForeground = false clipboardSharing = true switchCorners = none switchCornerSize = 0 end ```
Author
Owner

@sahiltalwar88 commented on GitHub (May 21, 2020):

Logs from both server and client, in case it helps:

Server:

[2020-05-21T17:15:06] INFO: starting server
[2020-05-21T17:15:06] INFO: config file: C:/Users/sahil/AppData/Local/Temp/Barrier.NyZUbv
[2020-05-21T17:15:06] INFO: log level: INFO
[2020-05-21T17:15:06] INFO: service command updated
[2020-05-21T17:15:06] INFO: service command updated
[2020-05-21T17:15:07] INFO: got ipc shutdown message
[2020-05-21T17:15:07] NOTE: disconnecting client "mbp"
[2020-05-21T17:15:07] NOTE: client "mbp" has disconnected
[2020-05-21T17:15:07] NOTE: stopped server
[2020-05-21T17:15:08] INFO: process 6024 was shutdown gracefully
[2020-05-21T17:15:08] INFO: starting new process as privileged user
[2020-05-21T17:15:08] INFO: drag and drop enabled
[2020-05-21T17:15:08] ERROR: failed to get desktop path, no drop target available, error=2
[2020-05-21T17:15:08] NOTE: Scroll Lock is on, locking cursor to screen
[2020-05-21T17:15:08] NOTE: started server (IPv4/IPv6), waiting for clients
[2020-05-21T17:15:08] INFO: server status: active
[2020-05-21T17:15:08] INFO: OpenSSL 1.0.2l  25 May 2017
[2020-05-21T17:15:08] INFO: accepted secure socket
[2020-05-21T17:15:08] INFO: AES256-GCM-SHA384       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-05-21T17:15:08] NOTE: accepted client connection
[2020-05-21T17:15:08] NOTE: client "mbp" has connected

Client (the TIS/TSM warnings are always there afaict):

[2020-05-21T17:15:05] NOTE: disconnected from server
[2020-05-21T17:15:06] NOTE: connecting to '173.73.225.8': 173.73.225.8:24800
[2020-05-21T17:15:06] INFO: OpenSSL 1.0.2t  10 Sep 2019
[2020-05-21T17:15:07] NOTE: server fingerprint: C8:79:55:BB:49:52:2C:F2:6D:AA:6C:B9:25:63:A6:C1:36:B8:12:F8
[2020-05-21T17:15:07] NOTE: trustedServersFilename: /Users/satalwar/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt
[2020-05-21T17:15:07] NOTE: Opened trustedServersFilename: /Users/satalwar/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt
[2020-05-21T17:15:07] NOTE: Fingerprint matches trusted fingerprint
[2020-05-21T17:15:07] INFO: connected to secure socket
[2020-05-21T17:15:07] INFO: server ssl certificate info: /CN=Barrier
[2020-05-21T17:15:07] INFO: AES256-GCM-SHA384       TLSv1.2 Kx=RSA      Au=RSA  Enc=AESGCM(256) Mac=AEAD
[2020-05-21T17:15:07] NOTE: connected to server
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2020-05-21 17:15:07.166 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
[2020-05-21T17:15:07] WARNING: cursor may not be visible

And when I try to move my mouse over, nothing happens...no "Mouse entered screen", etc :(

<!-- gh-comment-id:632350934 --> @sahiltalwar88 commented on GitHub (May 21, 2020): Logs from both server and client, in case it helps: Server: ``` [2020-05-21T17:15:06] INFO: starting server [2020-05-21T17:15:06] INFO: config file: C:/Users/sahil/AppData/Local/Temp/Barrier.NyZUbv [2020-05-21T17:15:06] INFO: log level: INFO [2020-05-21T17:15:06] INFO: service command updated [2020-05-21T17:15:06] INFO: service command updated [2020-05-21T17:15:07] INFO: got ipc shutdown message [2020-05-21T17:15:07] NOTE: disconnecting client "mbp" [2020-05-21T17:15:07] NOTE: client "mbp" has disconnected [2020-05-21T17:15:07] NOTE: stopped server [2020-05-21T17:15:08] INFO: process 6024 was shutdown gracefully [2020-05-21T17:15:08] INFO: starting new process as privileged user [2020-05-21T17:15:08] INFO: drag and drop enabled [2020-05-21T17:15:08] ERROR: failed to get desktop path, no drop target available, error=2 [2020-05-21T17:15:08] NOTE: Scroll Lock is on, locking cursor to screen [2020-05-21T17:15:08] NOTE: started server (IPv4/IPv6), waiting for clients [2020-05-21T17:15:08] INFO: server status: active [2020-05-21T17:15:08] INFO: OpenSSL 1.0.2l 25 May 2017 [2020-05-21T17:15:08] INFO: accepted secure socket [2020-05-21T17:15:08] INFO: AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD [2020-05-21T17:15:08] NOTE: accepted client connection [2020-05-21T17:15:08] NOTE: client "mbp" has connected ``` Client (the TIS/TSM warnings are always there afaict): ``` [2020-05-21T17:15:05] NOTE: disconnected from server [2020-05-21T17:15:06] NOTE: connecting to '173.73.225.8': 173.73.225.8:24800 [2020-05-21T17:15:06] INFO: OpenSSL 1.0.2t 10 Sep 2019 [2020-05-21T17:15:07] NOTE: server fingerprint: C8:79:55:BB:49:52:2C:F2:6D:AA:6C:B9:25:63:A6:C1:36:B8:12:F8 [2020-05-21T17:15:07] NOTE: trustedServersFilename: /Users/satalwar/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt [2020-05-21T17:15:07] NOTE: Opened trustedServersFilename: /Users/satalwar/Library/Application Support/barrier/SSL/Fingerprints/TrustedServers.txt [2020-05-21T17:15:07] NOTE: Fingerprint matches trusted fingerprint [2020-05-21T17:15:07] INFO: connected to secure socket [2020-05-21T17:15:07] INFO: server ssl certificate info: /CN=Barrier [2020-05-21T17:15:07] INFO: AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD [2020-05-21T17:15:07] NOTE: connected to server 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.165 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! 2020-05-21 17:15:07.166 barrierc[30148:12126507] pid(30148)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!! [2020-05-21T17:15:07] WARNING: cursor may not be visible ``` And when I try to move my mouse over, nothing happens...no "Mouse entered screen", etc :(
Author
Owner

@mrhawkin commented on GitHub (May 25, 2020):

I experience the same issue. The keyboard however works, just not the mouse.
UPDATE: Apparently it was SSH key problem. When I flicked between who was going to be server/client the SSH key accept question came around and when both computers had accepted it just worked.

<!-- gh-comment-id:633495135 --> @mrhawkin commented on GitHub (May 25, 2020): I experience the same issue. The keyboard however works, just not the mouse. UPDATE: Apparently it was SSH key problem. When I flicked between who was going to be server/client the SSH key accept question came around and when both computers had accepted it just worked.
Author
Owner

@liblame commented on GitHub (Jun 3, 2020):

Have the same problem. i configured shortcuts to switch between the desktops now. Funny thing is i cant use the mouse to move to the mac but wenn i am on the mac i can move back to my windows machine with the mouse.

Windows 10 and MacOS 10.15.5

<!-- gh-comment-id:638046350 --> @liblame commented on GitHub (Jun 3, 2020): Have the same problem. i configured shortcuts to switch between the desktops now. Funny thing is i cant use the mouse to move to the mac but wenn i am on the mac i can move back to my windows machine with the mouse. Windows 10 and MacOS 10.15.5
Author
Owner

@sahiltalwar88 commented on GitHub (Jun 11, 2020):

Update: it works and stops working intermittently; it worked for about a day before dying again.

<!-- gh-comment-id:642913362 --> @sahiltalwar88 commented on GitHub (Jun 11, 2020): Update: it works and stops working intermittently; it worked for about a day before dying again.
Author
Owner

@NicholasNell commented on GitHub (Jun 18, 2020):

I have the same problem, logs confirm both computers are connected. Starting a server on my PC I cant move my move over to my laptop. However starting the server on my laptop I can move my mouse over to my PC. Additionally, my PC throws the error "Temporary configuration file required to start barrier can not be written" when the "configure interactively radial button is checked.

Edit: Got it working! Scroll lock was enabled on my PC, locking the cursor to my PC screen. disabling scroll lock fixe the issue.

<!-- gh-comment-id:645894579 --> @NicholasNell commented on GitHub (Jun 18, 2020): I have the same problem, logs confirm both computers are connected. Starting a server on my PC I cant move my move over to my laptop. However starting the server on my laptop I can move my mouse over to my PC. Additionally, my PC throws the error "Temporary configuration file required to start barrier can not be written" when the "configure interactively radial button is checked. Edit: Got it working! Scroll lock was enabled on my PC, locking the cursor to my PC screen. disabling scroll lock fixe the issue.
Author
Owner

@NicholasNell commented on GitHub (Jun 18, 2020):

[2020-05-21T17:15:08] NOTE: Scroll Lock is on, locking cursor to screen

Here is the cause in your case. Disable scroll lock.

<!-- gh-comment-id:645896089 --> @NicholasNell commented on GitHub (Jun 18, 2020): > [2020-05-21T17:15:08] NOTE: Scroll Lock is on, locking cursor to screen Here is the cause in your case. Disable scroll lock.
Author
Owner

@sahiltalwar88 commented on GitHub (Jun 19, 2020):

Oh wow you are so right! Great catch @NicholasNell , that's quite a bug hahaha.

FYI @p12tic - since you're actively contributing, I thought I'd let you know about this in case it's an easy fix. No worries if not.

<!-- gh-comment-id:646410802 --> @sahiltalwar88 commented on GitHub (Jun 19, 2020): Oh wow you are so right! Great catch @NicholasNell , that's quite a bug hahaha. FYI @p12tic - since you're actively contributing, I thought I'd let you know about this in case it's an easy fix. No worries if not.
Author
Owner

@simons-public commented on GitHub (Jun 19, 2020):

@sahiltalwar88 Looks like this is actually not a bug but intended behavior. Would be nice if it was a setting that could be toggled but I didn't see anything in the GUI, documentation for Barrier or Synergy.

<!-- gh-comment-id:646897382 --> @simons-public commented on GitHub (Jun 19, 2020): @sahiltalwar88 Looks like this is actually not a bug but [intended behavior](https://github.com/debauchee/barrier/blob/master/src/lib/server/Server.cpp#L211-L215). Would be nice if it was a setting that could be toggled but I didn't see anything in the GUI, documentation for Barrier or Synergy.
Author
Owner

@sahiltalwar88 commented on GitHub (Jun 23, 2020):

ha good eye, @simons-public...yeah, i wonder if this is REALLY desired or if we want to disable it, or at minimum add it to the docs. ideally we'd even display some kind of popup or something if the user attempts to leave the screen, but i'm not sure barrier is capable of that

<!-- gh-comment-id:648439718 --> @sahiltalwar88 commented on GitHub (Jun 23, 2020): ha good eye, @simons-public...yeah, i wonder if this is REALLY desired or if we want to disable it, or at minimum add it to the docs. ideally we'd even display some kind of popup or something if the user attempts to leave the screen, but i'm not sure barrier is capable of that
Author
Owner

@github-actions[bot] commented on GitHub (Sep 22, 2020):

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:696466412 --> @github-actions[bot] commented on GitHub (Sep 22, 2020): This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@p12tic commented on GitHub (Jan 10, 2021):

It would be ideal if we could configure this behavior.

<!-- gh-comment-id:757535460 --> @p12tic commented on GitHub (Jan 10, 2021): It would be ideal if we could configure this behavior.
Author
Owner

@Kimura-Kalidor commented on GitHub (Jan 11, 2023):

I actually still use this, but I seem to recall way back in the day (and some info from the synergy-core text-config docs suggested this is true) the intended way to disable this was to rebind scroll-lock back to scroll lock

In the options section of the config file a directive as follows may do the trick:

keystroke(ScrollLock) = keystroke(ScrollLock)

Not sure this can be done in the GUI though..
image

<!-- gh-comment-id:1378240526 --> @Kimura-Kalidor commented on GitHub (Jan 11, 2023): I actually still use this, but I seem to recall way back in the day (and some info from the synergy-core text-config docs suggested this is true) the intended way to disable this was to rebind scroll-lock back to scroll lock In the options section of the config file a directive as follows may do the trick: keystroke(ScrollLock) = keystroke(ScrollLock) Not sure this can be done in the GUI though.. ![image](https://user-images.githubusercontent.com/122424248/211721145-6026e327-05e3-4e62-a3a4-904840ccc5d3.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#540
No description provided.