austeane / qdrill

https://qdrill.vercel.app
2 stars 0 forks source link

Fix issue with drill form submission #14

Closed austeane closed 3 months ago

austeane commented 3 months ago

For more details, open the Copilot Workspace session.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
qdrill ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 20, 2024 5:15am
austeane commented 3 months ago

It's still not working, I still get Request body: { name: 'y', briefDescription: 'y', detailedDescription: 'y', skillLevel: 'y', complexity: 'u', suggestedLength: 'u', numberOfPeople: 'u', skillsFocusedOn: 'u', positionsFocusedOn: 'u', videoLink: 'u', images: [] } Response status: 404 SyntaxError: Unexpected end of JSON input at JSON.parse () at parseJSONFromBytes (node:internal/deps/undici/undici:5472:19) at successSteps (node:internal/deps/undici/undici:5454:27) at fullyReadBody (node:internal/deps/undici/undici:4381:9) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async consumeBody (node:internal/deps/undici/undici:5463:7) at async POST (/Users/austinwallace/dev/qdrill/src/routes/api/drills/+server.js:23:27) at async Module.render_endpoint (/Users/austinwallace/dev/qdrill/node_modules/@sveltejs/kit/src/runtime/server/endpoint.js:43:18) at async resolve (/Users/austinwallace/dev/qdrill/node_modules/@sveltejs/kit/src/runtime/server/respond.js:404:17) at async Module.respond (/Users/austinwallace/dev/qdrill/node_modules/@sveltejs/kit/src/runtime/server/respond.js:274:20)

And flask still shows no activity