markzegarelli
markzegarelli
This is still an issue for us. This issue seems to happen on some collections, but not others, and is happening more often. We don't see any errors in the...
Thanks for the response @jesseleite! I was able to reproduce your results locally, which is awesome. I think I had included `/docs` in the APP_URL when using Vite, but obviously...
Sure, [here's](https://github.com/amplitude/amplitude-docs/blob/main/build.sh) the build script. Let me know what other details will be helpful for you.
Hi @jesseleite, I hope you had a nice holiday period. I was poking around with this a bit more today, and noticed that on Vercel, their system environment variables _don't_...
@jesseleite I'm using Node 18 for this project, which Vercel says uses the[ legacy build image](https://vercel.com/docs/deployments/build-image/build-image-legacy). My guess is that was the default when the instructions were written. The build...
Amazing! Thanks @jesseleite! Fwiw, I did get an error in the build related to the spinner that displays in the terminal while the stache is warming, but it did not...
👍 Yup! That cleaned everything up. Thanks again!