My application is a server-side Solid client that uses the "offline_access" scope to have access to the Solid Pod without needing an active session (i.e. an authenticated user).
However, after a brief amount of time, I am getting a "Client authentication failed" 'invalid_client' error.
When running the code but against the CSS, everything remains working.
I haven't been able to follow the path through the Solid server code yet, but it looks like the server is forgetting my client registration?
My application is a server-side Solid client that uses the "offline_access" scope to have access to the Solid Pod without needing an active session (i.e. an authenticated user).
However, after a brief amount of time, I am getting a "Client authentication failed" 'invalid_client' error.
When running the code but against the CSS, everything remains working.
I haven't been able to follow the path through the Solid server code yet, but it looks like the server is forgetting my client registration?