Hello,
I'm trying to set up a REST API Datasource with Bearer Token auth. However, when trying to use a query with this datasource, I receive an error message:
<Name of my Data Source> is not correctly configured. Please fix the following and then re-run: [Secret key is required when sending session is switched on, and should be at least 32 characters long., Secret key is required when sending session details is switched on, and should be at least 32 characters in length.]
I've tried setting a 32 character token in the Datasource, the key is saved successfully.
However after trying to use the source in a query, the error I mentioned above appears in the console.
I reopen the Data Source and the key is missing.
I believe there's some kind of validation missing from the edit Datasource view in AppSmith and it's rejecting my token.