You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Hi, I am a brand new TinaCMS user. I decided to try out the Tina Grande Gatsby starter.
This is a fresh install I created today by running npx gatsby new lafiosca.com https://github.com/tinacms/tina-starter-grande. It has gatsby 2.20.31.
So far everything seems to mostly work. I had a crash after deleting the initial articles, but I was able to fix that by running yarn run clean and rerunning yarn run develop.
But I am finding that when editing an article of my own, I am experiencing more and more frequent spontaneous crashes. I will be editing, and I'll see the develop log showing the file being changed and written multiple times successfully, but then at an unpredictable point the site will abruptly change to an error page:
The develop log also shows errors when this happens:
It seems to happen most often when I start typing a lot of content quickly. I wish I had more useful information to share, but if you have specific questions for me I can try to answer them. Please forgive me if this is a duplicate issue. I saw #23, but that seemed to be something else.
The text was updated successfully, but these errors were encountered:
I am experiencing similar behavior. i think it could be related to the latency with tina. im not sure how to fix it but there is so much latency when you use inline forms because its constantly trying to re-render components with each key press. how can i avoid this? perhaps its the same issue you are having.
Hi, I am a brand new TinaCMS user. I decided to try out the Tina Grande Gatsby starter.
This is a fresh install I created today by running
npx gatsby new lafiosca.com https://github.com/tinacms/tina-starter-grande
. It has gatsby 2.20.31.So far everything seems to mostly work. I had a crash after deleting the initial articles, but I was able to fix that by running
yarn run clean
and rerunningyarn run develop
.But I am finding that when editing an article of my own, I am experiencing more and more frequent spontaneous crashes. I will be editing, and I'll see the
develop
log showing the file being changed and written multiple times successfully, but then at an unpredictable point the site will abruptly change to an error page:The
develop
log also shows errors when this happens:It seems to happen most often when I start typing a lot of content quickly. I wish I had more useful information to share, but if you have specific questions for me I can try to answer them. Please forgive me if this is a duplicate issue. I saw #23, but that seemed to be something else.
The text was updated successfully, but these errors were encountered: