I have created a workflow to support the installation process of a Slack App which stores the details of the install in a Supabase table.
The workflow is set to redirect the user back into the app, but it returns a 200 rather than a 301 as I would expect. I have tried both web links and a Slack deeplink.
I have tested that the final node is working by rendering out text instead successfully.
What is the error message (if any)?
Status 200 rather than a 301/302
Please share your workflow
Share the output returned by the last node
This is a screen shot of the developer console network request, the response is empty
Hmm I’ll double check, this is specifically the OAuth workflow for a published Slack App installation process, not just connecting n8n to it - all that stuff works fine in dev mode on my single Slack instance.
Maybe I’ve missed something, I’ll have a look tonight, thanks for the pointers
Just to be clear though the actually problem seems to be the Webhook Response node not actually performing a redirect and just providing an empty response and a 200 status rather than a 301