-
Contact InformationElitecAI 1Panel Versionv1.10.29-lts Problem DescriptionWhen attempting to link OneDrive for backups in the current version of 1Panel, user-provided form data (such as hostname) is not correctly passed to Microsoft. Instead, the prefilled value (e.g., "localhost") is still sent, regardless of user input. Additionally, the URL is incorrectly passed as the uri parameter. Steps to ReproduceGo to the OneDrive backup integration page in 1Panel. Fill out the form with the correct hostname and other required information. Submit the form to link OneDrive. The expected correct resultThe information entered in the form (such as the hostname) should be passed to Microsoft during the OAuth/authorization flow. Related log outputAdditional InformationActual Behavior The integration sends the prefilled value (e.g., "localhost") instead of the user-provided hostname. The URL is sent as the uri parameter, which may not match Microsoft's expected parameter for redirect URIs. Impact Users are unable to properly link their OneDrive accounts for backup. The backup integration may fail or misbehave due to incorrect redirect URI handling. This issue appears to be related to how 1Panel handles form data and passes it to the Microsoft authorization endpoint. Similar issues have been reported in other backup tools and integrations, often related to token or URI handling. Suggested Fix Ensure that the form captures and correctly passes user input to the authorization request. Confirm that the correct parameter names are used for redirect URIs as expected by Microsoft. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This is the onedrive login address that opens after the jump. Can you open this link address normally? |
Beta Was this translation helpful? Give feedback.
-
Or you can refer to this link and customize the configuration of your own application |
Beta Was this translation helpful? Give feedback.
-
The url you provided worked. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
The url you provided worked. Thanks for the help.