SITE NAME: https://bejewelled-kulfi-57cb1a.netlify.app/
Hi netlify newbie here.
I’m encountering an issue with my site deployed on Netlify and would appreciate your assistance. Below are the details of my setup and the problem:
Deployment Method:
I uploaded my site using the drag-and-drop feature in the Netlify dashboard.
Issue:
I’m receiving a “Failed to start checkout” error when attempting to process payments.
Deploy Summary:
The deploy summary indicates that no functions were deployed, even though I believe my project structure is correct.
Configuration:
I have included a netlify.toml file in the root of my project, which I’ve verified is correctly structured for my functions (e.g., specifying the functions directory).
I have set the Stripe secret key as an environment variable in the Netlify dashboard under site settings.
Additional Context
My functions are located in the directory specified in netlify.toml (e.g., /functions).
I’m using Stripe for checkout, and the environment variable for the Stripe secret key is correctly named and set.
Could you please help me troubleshoot why the checkout is failing and why no functions are being deployed despite the correct configuration? Any guidance on logs or settings I should check would be greatly appreciated.
Screenshot