{% extends "base.html" %} {% block meta %} Integration Error ยท Tinybird {% end %} {% block content %}
{% if integration_type == "vercel" %}

Existing Vercel integration

{% if 'name' not in owner_info %} You already have synced tokens with Vercel projects. {% else %} {% if 'id' in owner_info and 'team' in owner_info['id'] %} You already have synced tokens with projects owned by team {{ owner_info['name'] }}. {% else %} You already have synced tokens with projects owned by user {{ owner_info['name'] }}. {% end %} {% end %}
Unlink all projects from your Vercel integration or remove the integration from your Vercel dashboard {% end %}

{% end %}