config-generator icon indicating copy to clipboard operation
config-generator copied to clipboard

invalid write key

Open esmaeilram opened this issue 2 years ago • 0 comments

i generated workspace.json from the dashboard, I added it to rudderstack and it's imported properly in rudder-stack backend pod but I still get an invalid write-key error when I send a post request to my data plane. webhook post http://dataplane-url/v1/webhook?writeKey=$writekey { "stage": { "user_transform": true, "dest_transform": true, "send_to_destination": true }, "message": { // RudderStack HTTP Payload (identify, track, etc.) } } ps

response is :

image

image

ps: My webhook post is working in rudderstack dashboard cloud but I want to host the opensource dashboard

any idea?

esmaeilram avatar Aug 29 '23 11:08 esmaeilram