Hi Everyone getting below error message when tryin...
# ask-community-for-troubleshooting
s
Hi Everyone getting below error message when trying to authenticate Salesforce connecctor ERROR i.a.s.RequestLogger(filter):93 - {workspace_app_root=/tmp/workspace/server/logs} - REQ 172.18.0.4 POST 404 /api/v1/source_oauths/get_consent_url - {"workspaceId":"eb801f67-0f72-4f6d-8dde-e1a4420cab1e","sourceDefinitionId":"b117307c-14b6-41aa-9422-947e34922962","redirectUrl":"http://localhost:8000/auth_flow"} airbyte-webapp | 172.18.0.1 - - [24/Oct/20211753:41 +0000] "POST /api/v1/source_oauths/get_consent_url HTTP/1.1" 404 11309 "http://localhost:8000/connections/new-connection" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36" "-" I am using docker installed on windows
a
I believe this functionality should be disabled on oss version. @charles we haven’t released this one yet, right? @Sarabjot Singh Sudan are you using just docker-compose up or some other command?
s
Thanks for reply, I am using docker-compose-up.
s
https://github.com/airbytehq/airbyte/blame/master/airbyte-webapp/src/App.tsx#L48 @George Claireaux (Airbyte) looks like this was checked in by accident. PR to revert: https://github.com/airbytehq/airbyte/pull/7319
Artem, I merged it in as a hotfix
@Sarabjot Singh Sudan could you pull the latest master and try again?
s
Thanks @s and @Artem Astapenko, its working now
g
ah my bad! Thanks for fixing Sherif
a
@s should we consider moving feature settings into env instead to not accidentally enable such stuff in future again?
s
yup, that seems like the right approach. Is there a ticket for this already? the env stuff