Sheetfront

Troubleshoot

Fix common Sheetfront errors

Common API Errors

StatusUsually meansTry this
400Invalid query, invalid body, missing schema, or form validation failureCheck field names, body shape, required fields, and whether schema was refreshed
401Missing, invalid, revoked, or rotated keyCheck Authorization: Bearer ... and create a new key if needed
403Key lacks permission, the plan does not include the feature, or Google access was revokedCheck key permissions, plan, and Google connection status
404Connection, form, or mini page not found or unpublishedVerify the ID, slug, owner account, and published status
409Duplicate form submissionAvoid submitting the same payload repeatedly in a short window
413API request body is too largeKeep request bodies under 1 MB and file uploads under the upload limit
422Request shape does not match validation rulesCompare the request with the interactive API reference
429Burst limit, daily key limit, monthly plan limit, or Google write capacity was hitWait for Retry-After, reduce request volume, or change the plan/limit
502Google Sheets API failed during the requestCheck Google access and retry after a short delay
504Google Sheets or a delivery worker timed outRetry; for forms, check the submission delivery state

Data Looks Wrong

SymptomLikely causeFix
data is emptyNo rows under the headerAdd rows or check the selected tab
Field is missingHeader was blank or changedFix row 1 and refresh schema
Type is unexpectedGoogle Sheet formatting differsAdjust the cell format
Formula differsAPI returns computed valuesCheck the formula result in Sheets
Hidden field appears absentColumn visibility hides it publiclyOpen Configuration and make the header visible
A new row is not visible yetCached read data is still freshInvalidate cache or wait for the cache TTL
Rows stop before the endPlan cached-row cap was reachedCheck the truncation warning and plan row cap

Connection Problems

MessageFix
Sheet not accessibleReconnect Google access from the dashboard
Connection inactiveRestore the sheet or create a new connection
Tab not foundConfirm the original tab still exists or reconnect the sheet
Schema headers missingClick Refresh Schema from the connection

Google Sheets Issues

SymptomTry this
Sheetfront cannot read a sheetConfirm the connected Google account still has access
Writes fail after a sheet moveReconnect Google access and retry the write
A renamed tab stops matchingRefresh schema so Sheetfront can recover the current tab title
Duplicate or blank headers behave strangelyGive each row 1 header a clear unique name, then refresh schema

Form Submissions

SymptomLikely causeFix
Public form returns 404Form is draft, unpublished, or slug is wrongPublish the form and copy the public URL again
Submission succeeds but Sheet row is delayedDelivery is queuedCheck the Submissions tab for pending delivery
Submission returns 429Monthly submission limit or public form rate limit was hitWait, reduce volume, or change the plan
Submission stays pendingGoogle write operations are unavailable or the write guardrail was reachedCheck plan usage; wait for paid-plan capacity to reset or change plans
File upload is rejectedFile uploads require a paid plan and must fit upload limitsCheck plan and upload size
Notification email does not sendEmail features or fair-use limits may block itCheck plan features and monthly outbound email usage

Mini Pages

SymptomLikely causeFix
Page returns 404Page is draft or slug is wrongPublish the page and copy the public URL again
Search misses a columnColumn is hidden or not mappedCheck Configuration and page field mapping
Image does not renderImage field is unmapped or URL is not publicMap the image field and use a public image URL
Badge still appearsFree Sandbox requires Sheetfront brandingUpgrade to Starter or higher to hide branding

Still Stuck?

Use Help & Feedback from the dashboard, or email [email protected] with the connection ID, request ID, and error message.

On this page