Rate limit reached on first call?

thanks for your reply.

I mean I get the error when the app makes that call:

  const rChannel = await axios.get(`https://api.twitch.tv/helix/users`, {
    headers: headers,
    params: {
      'login': this.channel,
    },
  });

To provide additional context:

  • today the app was scheduled to start 10 minutes ago
  • and it did but it didn’t go through the call mentionned above… while it’s the 1st call to Twitch API made by the app since yesterday evening.