CannerCMS / cannercms

⚡️ Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.

Home Page:https://www.cannerdata.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network error: request error at connector

AlexGach opened this issue · comments

Hi,
I have multiple schema that are based in a table and everything works fine.
But when a simple one page schema is created (like DEMO: PERSONAL PROFILE), when trying to save, an error is thrown in deployed env (not in local): Network error: request error at connector

The code of this schema is:

/* eslint-disable react/prop-types */
import CannerScript from 'canner-script';
import * as React from 'react';
const Configuration = () => (
    <object keyName="configuration" title="Settings" >
        <string keyName="copy" title="Copyright" />
    </object>
)
export default Configuration

Other sections works fine, without connectors.
What's wrong on the code?

commented

Hi, AlexGach, thanks for the report, what is the version of the CLI (enter canner --version)? And is there any information from the console and network panel?

Current version: 2.7.0
Do you think uploading to 3.1.5 will solve it? I tried but there was an error on installation, I'll try again