Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatoCMS template Schema has been changed (virtual events) #84

Open
Udit-takkar opened this issue Mar 16, 2022 · 4 comments
Open

DatoCMS template Schema has been changed (virtual events) #84

Udit-takkar opened this issue Mar 16, 2022 · 4 comments

Comments

@Udit-takkar
Copy link

I got this error while trying to build this template . I have used the template in datoCMS which pre seeds all the data.
But there seem to be few field removed for datoCMS

 {
    message: "Field 'isLive' doesn't exist on type 'StageRecord'",
    locations: [ [Object] ],
    path: [ 'query', 'allStages', 'isLive' ],
    extensions: {
      code: 'undefinedField',
      typeName: 'StageRecord',
      fieldName: 'isLive'
    }
  },
  {
    message: "Field 'roomId' doesn't exist on type 'StageRecord'",
    locations: [ [Object] ],
    path: [ 'query', 'allStages', 'roomId' ],
    extensions: {
      code: 'undefinedField',
      typeName: 'StageRecord',
      fieldName: 'roomId'
    }
  }
@leerob
Copy link
Member

leerob commented Mar 16, 2022

Are you using the latest version of the template?

@Udit-takkar
Copy link
Author

@leerob yes

@leerob
Copy link
Member

leerob commented Mar 16, 2022

How did you deploy and seed the data?

@Udit-takkar
Copy link
Author

I created a demo project from here https://www.datocms.com/marketplace/starters which took me to vercel and did all the steps. But the final build failed due to Fetch API error

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

No branches or pull requests

2 participants