Bad Scope Syntax When Generating Password Grant Token for API Client

Situation
I’ve registered a Client API and I’m trying to generate my bearer auth token. My POST to oauth2/default/token hangs when I provide the same scope I used during registration. I’ve also tried using the scope in the response during registration.

When left blank the token is generated, but of course, this token having no scope is worthless.

I believe it’s potentially a syntax error within the scope, but no logs are generated because it hangs on the POST.

Any ideas?

OpenEMR Version
I’m using OpenEMR version 6.0.2

Browser:
I’m using: Chrome

Operating System
I’m using: Linux (Ubuntu 20.04)

This has been resolved.

What was the issue? Some people may benefit if you post what was happening for you or what you did to resolve the answer.

Updated the system and it worked. Couldn’t tell you why that mattered.