Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Network error: request error at connector #148

Open
AlexGach opened this issue Feb 13, 2019 · 2 comments
Open

Network error: request error at connector #148

AlexGach opened this issue Feb 13, 2019 · 2 comments

Comments

@AlexGach
Copy link

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?

@abz53378
Copy link
Contributor

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?

@AlexGach
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants