Unable to Publish content via Netlify Create(formerly Stackbit)

Congrats on the acquisition of Netlfy Create formerly known as Stackbit. We are an old Stackbit enterprise customer, we even have a Customer story featured on their home page Materialize: superior governance, workflows, and speed after upgrading from WordPress - Stackbit

We cannot publish our changes because of an error which I’m unable to figure out. I have attached the screenshots for it below:

Also, I see some annotation errors in the console but they are not descriptive enough to figure out which model has the problem i.e they don’t have source maps, line numbers or anything.

This is the url for the project: Netlify Create

I tried reaching out to our previous points of support at Stackbit but have not got a response yet:

arseny@stackbit.com,
support@stackbit.com,
ryland@stackbit.com,
ryland.king@netlify.com

I see this in the sidebar:

image

As the error suggests, can you confirm if the object exists?

Yeah, this object exists and is even rendered in the UI. You can have a look at it here the project URL is:

https://create.netlify.com/studio/655c9ddcbecebc00bdc22374/

We’ve raised this with the devs and will let you know as we have more info.

@nisar-materialize Hi, it’s Youval from the Create team.
I noticed that this project is a clone of your marketing site (materialize/www) and I need to understand if this issue replicates in that site as well
I noticed that the URL is defined properly in the customer-story page model

	urlPath: '/customers/{slug}',
	filePath: 'src/content/pages/customer-stories/{slug}.md',

but you’re using the item ref in your sections as such for example

"customer-stories/ramp"

so I suggest the following:

  1. transfer the repo to your account in the project settings (because it’s a clone it’s currently under stackbit-project, that’s how I could check the code
  2. test it locally using local development in parallel to your marketing site if it’s working fine there
    Local Development | Netlify Create Docs

best,
Youval

@youval.vaknin Thanks for getting back.

but you’re using the item ref in your sections as such for example

This works for me both locally and in the Marketing site project as is.

transfer the repo to your account in the project settings (because it’s a clone it’s currently under stackbit-project, that’s how I could check the code

I tried this but it didn’t work the error is still there.

the repo transfer itself wouldn’t fix the issue. but it gives you direct access to the code to try and solve it with a developer’s help.
I would start by comparing the urlPath in the new site and the current marketing site for exampe

Thanks @youval.vaknin

The code is exactly the same in both i.e the Marketing Site project which works and this www project where we have this error. I created this one off that and the stackbit related stuff is all the same.

	urlPath: '/customers/{slug}',

when you run it in local development it’s working as expected?

Yeah, it is, “customer-stories/ramp” is rendered as expected.