PLEASE help us help you by writing a good post!
- We need to know your netlify site name. Example:
gifted-antelope-58b104.netlify.app
- DNS issues? Tell us the custom domain, tell us the error message! We can’t help if we don’t know your domain.
- Build problems? Link or paste the FULL build log & build settings screenshot
- Did you try Ask Netlify, our generative AI chatbot, before posting? It pulls info from Support Guides and recent solved forums posts.
The better the post - the faster the answer.
meek-sunshine-fcc8e6.netlify.app
something isn’t working right with my env. variables , because when you ask my bot a question its not responding on my site , i don’t even know what i am doing, could really use someone to help me because i’m right at the end of my project and don’t want to give up now.
@Hotblonde1738 To receive assistance here:
- Your issue needs to be Netlify related
- You need to provide enough information/screenshots/code for someone else to help
If you think you are encountering a Netlify issue, please provide more relevant details.
i am not sure at this point and i do apologize i just need someone to help. Thank you for responding back and i will get the information you are asking for. Just to let you know what the issue is on my website, i was working with bolt to help build, then deployed my project on Netlify and also github with my domain name added to the project. For some reason my ai bot is not answering questions and i have checked and checked and im frustrated. The question form on the top of second page, the blue “ask smarty button” at the bottom of page and the white answer box needs to be on a third page after the payment processes. Bolt keep saying that it was done but im wasting tokens at this time. I don’t like asking for help and this is my first time ever trying something like this. Thank you for responding to my message it means alot.
the project name is meek-sunshine-fcc8e6.netlify.app and github it’s stackblitz-starters-3mxrevs6 the website is https://getsmartyai.space and i will get the documents you need
yes i asked netlify then went to bolt and also chatgpt. I have tried adding variables, i have done new API keys like bolt wanted, then i went and checked the codes to see if something was misspelled anything i could think of. I would really like some feedback when everything is working properly, again thank you for responding. Anything else i can get or information i didn’t give you? Please let me know and i will get it to you.
@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”