@Hotblonde1738 I understand your frustration, but I believe you’re seeking support in the wrong place.
- Netlify’s staff only provide support for their own systems (as per their Scope of Support)
- The community here isn’t very active
- I can provide basic/quick pointers only, I will not debug your project for you
Since the project is built with Bolt, you’d be better off reaching out to their support/community:
https://support.bolt.new/external-resources/overview
Ultimately Netlify is just hosting the project, and if Bolt constructs or configures it wrong, it’s a Bolt problem to solve, not a Netlify one.
I’m not sure what you mean by “question form on the top of second page”
But I think perhaps you mean this:
When I attempt to submit the form, I see it makes the following request:
The payload for which is just a question:
I’m not sure what your project expects to have happen when it posts to /ask, but it’s likely that it’s either built in a way that can’t be hosted on Netlify (perhaps it believes it’s running a server that will handle the /ask route), or it’s missing a rewrite that would cause the /ask route to execute an appropriate serverless function.
I was going to check your code, but I have no idea what you mean by “github it’s stackblitz-starters-3mxrevs6”


