The URL in the `?permission` is turned into `%3Fpermission` causes the token invalid

Hello, my file sometimes cannot be opened with collabora, I have checked the docker container and found some error logs.
The logs is as follows. The URL in the ?permission=edit is turned into %3Fpermission%3Dedit, causes the token invalid…

wsd-00001-00176 2022-12-28 10:31:43.108655 +0000 [ docbroker_007 ] ERR #32: Read failed, have 0 buffered bytes (ECONNRESET: Connection reset by peer)| net/Socket.hpp:1134
wsd-00001-00200 2022-12-28 10:31:56.281155 +0000 [ docbroker_008 ] ERR WOPI::CheckFileInfo failed for URI [https://office.app1.xxx.com/wopi/files/f31e5cdc-1622-4a4d-b23f-3fd4ee7858cb?access_token=8d121813-3bef-460c-914b-0a554bf09876%3Fpermission%3Dedit]: 401 . Headers: Date: Wed, 28 Dec 2022 10:31:56 GMT / Server: Apache/2.4.41 (Ubuntu) / X-Content-Type-Options: nosniff / X-XSS-Protection: 1; mode=block / Cache-Control: no-cache, no-store, max-age=0, must-revalidate / Pragma: no-cache / Expires: 0 / X-Frame-Options: DENY / Content-Type: application/json;charset=ISO-8859-1 / Content-Length: 105 / Body: [{“status”:401,“message”:“Invalid access token!”,“errorCode”:10,“timestamp”:“2022-12-28T10:31:56.279324Z”}]| wsd/Storage.cpp:687
wsd-00001-00200 2022-12-28 10:31:56.282212 +0000 [ docbroker_008 ] ERR loading document exception: WOPI::CheckFileInfo failed: {“status”:401,“message”:“Invalid access token!”,“errorCode”:10,“timestamp”:“2022-12-28T10:31:56.279324Z”}| wsd/DocumentBroker.cpp:2339
wsd-00001-00200 2022-12-28 10:31:56.282258 +0000 [ docbroker_008 ] ERR Failed to add session to [https://office.app1.xxx.com:443/wopi/files/f31e5cdc-1622-4a4d-b23f-3fd4ee7858cb] with URI [https://office.app1.xxx.com/wopi/files/f31e5cdc-1622-4a4d-b23f-3fd4ee7858cb?access_token=8d121813-3bef-460c-914b-0a554bf09876%3Fpermission%3Dedit]: WOPI::CheckFileInfo failed: {“status”:401,“message”:“Invalid access token!”,“errorCode”:10,“timestamp”:“2022-12-28T10:31:56.279324Z”}| wsd/DocumentBroker.cpp:2301
wsd-00001-00200 2022-12-28 10:31:56.282270 +0000 [ docbroker_008 ] ERR Storage error while starting session on https://office.app1.xxx.com:443/wopi/files/f31e5cdc-1622-4a4d-b23f-3fd4ee7858cb for socket #22. Terminating connection. Error: WOPI::CheckFileInfo failed: {“status”:401,“message”:“Invalid access token!”,“errorCode”:10,“timestamp”:“2022-12-28T10:31:56.279324Z”}| wsd/COOLWSD.cpp:4737

How can I fix it? Also I would like to know when the permission parameter will appear?
Thanks.