support.fleek.xyz Open in urlscan Pro
104.16.53.111  Public Scan

Submitted URL: http://support.fleek.xyz/
Effective URL: https://support.fleek.xyz/hc/en-us
Submission: On April 19 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET /hc/en-us/search

<form role="search" class="form-field flex-1 mb-0" data-search="" action="/hc/en-us/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="search" name="query" id="query"
    placeholder="Search" aria-label="Search"></form>

GET /hc/en-us/search

<form role="search" class="form-field mb-0" data-search="" action="/hc/en-us/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="search" name="query" id="query" placeholder="Search"
    aria-label="Search"></form>

GET /hc/en-us/search

<form role="search" class="form-field mb-0" data-search="" action="/hc/en-us/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="search" name="query" id="query" placeholder="Search"
    aria-label="Search"></form>

GET /hc/en-us/search

<form role="search" class="form-field mb-0" data-search="" data-instant="true" autocomplete="off" action="/hc/en-us/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="search"
    name="query" id="query" placeholder="Search" autocomplete="off" aria-label="Search"></form>

Text Content

Skip to main content
Toggle navigation menu


Website Docs Report site Submit a request
Search

Search



HOW CAN WE HELP YOU?


SEARCH







 * TROUBLESHOOTING


 * GUIDES


 * BILLING


FEATURED ARTICLES

 * Node engine errors
   
   If you are getting node engine mismatch errors, don't worry. It only means
   the docker image you selected does not have the required node version. 
   However, you can use any docker image published on dockerhub, you don't need
   to use the ones we provide if...

 * Can I pay for a plan using crypto ?
   
   Yes, it is possible to pay for your plan using crypto. You can find more
   details in this article.

 * Best Practices for Building IPFS-hosted Websites
   
   Dive into best practices for building IPFS-hosted websites, with specific
   attention to offline-first strategy, utilizing the Service Worker API, the
   importance of good manifest file settings, the use of relative paths, hash
   routing, and how to use I...

 * Adding Domains through Fleek CLI
   
   Exploring Fleek's New Domain States Process for Seamless Domain Creation  
   This guide takes you step by step through the process of providing a unique
   hostname, creating a Content Acceleration Zone, and configuring domain
   settings. It also introduces...

 * My links aren't resolving on IPFS
   
   Fixing Fleek IPFS Resolve Errors with _redirects Explore Fleek's method for
   resolving IPFS link issues. This in-depth tutorial steers you through the
   essential steps, from creating a new Next.js App to adding a custom domain,
   and finally optimizing y...

 * Deploying to IPFS with Fleek Templates: Step-by-Step Guide
   
   With our ready out-of-the-box templates & boilerplates, and the new Fleek
   CLI, deploying your first project to IPFS with becomes a lightning-fast
   process. Turn building apps from the group up into a three-step process:
   Fork, Customize, and Deploy on Fl...


USEFUL VIDEOS

 * 
   02:26
   
   
   FILE PINNING AND IPNS RECORD MANAGEMENT ON THE NODE SDK

 * 
   02:39
   
   
   SETTING A CUSTOM DNS DOMAIN WITH YOUR FLEEK SITE

 * 
   02:20
   
   
   AUTOMATIC DEPLOYMENTS WITH GITHUB ACTIONS ON THE CLI



<% if (ids.length) { %>
   <% ids.forEach(function(id, index) { %>
 * <% if (playInline) { %>
   
   <% if (showDuration) { %> <% } %>
   <% } else { %>
   
   
   <% if (showDuration) { %> <% } %> <% } %> <% if (showTitle) { %>
   
   
   
   
   <% } %>
   <% }); %>

<% } %>


Back to website

<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3)
classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames; } %>
<% if (heading) { %>


<%= HEADING %>

<% } %>
   <% (categories.length > 1 ? categories : sections).forEach(function(block,
   index) { %>
 * <% if (imageHeight) { %> <% } %> <% if (block.name) { %>
   
   
   <%= BLOCK.NAME %>
   
   <% } %> <% if (block.description) { %>
   
   <%= block.description %>
   
   <% } %>
   <% }) %>


CATEGORIES

   <% categories.forEach(function(category) { %>
 * <%= category.name %>
   <% }); %>

   <% categories.forEach(function(category) { %>
 * <%= category.name %> <% if (category.sections.length) { %>
     <% category.sections.forEach(function(section) { %>
   * <%= section.name %>
     <% }); %>
   <% } %>
   <% }); %>

   <% categories.forEach(function(category, index) { %>
 * <%= category.name %>
   <%= partial('partial-article-list-sections', { id: 'category-' + category.id,
   parentId: '#sidebar-navigation', sections: category.sections,
   activeCategoryId: activeCategoryId, activeSectionId: activeSectionId,
   activeArticleId: activeArticleId, partial: partial }) %>
   <% }); %>

<% var maxSections = 5 %>
   <% categories.forEach(function(category, index) { %>


 * <%= CATEGORY.NAME %>
   
   <%= partial('partial-section-list-sections', { parent: category, sections:
   category.sections, maxSections: maxSections, partial: partial }) %>
   <% }); %>


CATEGORIES

   <% categories.forEach(function(category) { %>
 * <%= category.name %>
   <% }); %>

<% if (sections.length) { %>
   <% sections.forEach(function(section) { %>
 * <%= section.name %>
   <%= partial('partial-article-list-sections', { id: 'section-' + section.id,
   parentId: '#' + id, sections: section.sections, activeCategoryId:
   activeCategoryId, activeSectionId: activeSectionId, activeArticleId:
   activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
     <% section.articles.forEach(function(article) { %>
   * <%= article.title %>
     <% }); %>
   <% } %>
   <% }); %>

<% } %> <% if (sections.length) { %>
   <% sections.slice(0, maxSections).forEach(function(section) { %>
 * <%= section.name %> <%= partial('partial-section-list-sections', { parent:
   section, sections: section.sections, maxSections: maxSections, partial:
   partial }) %>
   <% }); %> <% if (sections.length > maxSections) { %>
 * See more
   <% } %>

<% } %>