Rich
Explore posts from serversEDSEthan's dev spot
•Created by Rich on 10/25/2023 in #questions
Multiple Cron Jobs
Anyone here have experience with multiple cron jobs? This creates 2 jobs that both run, yet when I try to manually trigger them
job_1.trigger()
works and job_2.trigger()
errors undefined is not an object (evaluating 'job_2.trigger')
5 replies
EDSEthan's dev spot
•Created by Rich on 10/20/2023 in #questions
Form submission issue
Hey, trying to figure out some htmx/form problem.
When I submit the form, the page does a full refresh, the input values are appended to URL, and my POST request is not hit on my server. Anyone have ideas on how to resolve/troubleshoot?
Curl works on expected route, the
hx-post
attribute in devtools looks correct5 replies