Level 1 HTTPS error: Please provide the correct Unique ID

Hi!

I’ve run into an issue which prevents me from getting data for Level 1 course.

  • I already completed level 2
  • I signed up separately for level 1 with the same account data
  • I received the same credentials for level 1 as I did for level 2 via email (just with different webhook and dataset urls)

Level 2 email

Level 1 email
(I signed up twice through Typeform and got the same exact email twice)

My HTTP node configuration

Curl
I also tried running this outside of n8n with curl but received the same error

curl -X GET ‘``https://internal.users.n8n.cloud/webhook/custom-erp’``
-H ‘api_key: j[vKYdY68H(:WFb’
-H ‘unique_id: b1b0703234293aac46f65c6e5cce49e4’
-H ‘Content-Type: application/json’
–data ‘{}’

{“error”:“Please provide the correct Unique ID.”}

1 Like

Hey @maciejguc hope all is good. Welcome to the community.

I believe we discussed this question in the chat.

1 Like

Yeah, we did. I even closed this thread after it started working but apparently this is still here. Thanks for pointing it out :wink:

For future reference:

I discussed this in the Discord with community members and n8n team. This issue was caused by some modifications and tests being introduced by the n8n team on their end. This can sometimes happen temporarily and if your timing is right you may have the chance to experience this as well temporarily.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.