I have netlify functions setup in my gatsby project with proxying and so forth. If i deploy through netlify everything works as expected. If I do another deploy with gatsby cloud it actually removes my netlify functions from netlify.
I have tried setting up the functions through the netlify UI and with a toml. It all works if I deploy through Netlify, but when I do a deploy with gatsby cloud the netlify-functions disappears again.
Not sure if code is relevant here – but let me know and I'll share.
Steps to reproduce
- Setup gatsby project with
gatsby-plugin-netlify-functions
- Follow these instructions
- Add site to Netlify and deploy
- Check if functions are working
- Add site to gatsby cloud
- Add netlify deploy integration
- Deploy to netlify
- See if functions are working or if they have disappeared