vercel / virtual-event-starter-kit

Open source demo that Next.js developers can clone, deploy, and fully customize for events.
https://demo.vercel.events
MIT License
2.14k stars 431 forks source link

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

Open Udit-takkar opened 2 years ago

Udit-takkar commented 2 years ago

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 commented 2 years ago

Are you using the latest version of the template?

Udit-takkar commented 2 years ago

@leerob yes

leerob commented 2 years ago

How did you deploy and seed the data?

Udit-takkar commented 2 years ago

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