No HTTP Request on Edit in Scheduler

Hello,

I am experiencing an issue with the  ScheduleComponent in my Next.js project. Specifically, when I click the "Save" button in the schedule popup, the form closes, but no network request is made. This issue only occurs when editing an event. Both adding and deleting events work correctly, and I have successfully connected the frontend with a Rails API backend.

Here’s a summary of the issue:

  • Problem: When editing an event, clicking "Save" closes the popup without making any HTTP requests.
  • Working Cases: Adding and deleting events work fine, and requests are made as expected.
  • Expected Behavior: When editing an event, I expect the save action to trigger an HTTP request to update the event in the backend.

Screenshot 2024-10-12 at 12.30.16 3.png

Here is the relevant code
Frontend: https://github.com/jukemori/group-scheduler/blob/main/app/page.tsx
Backend: https://github.com/jukemori/group_scheduler_api/blob/main/app/controllers/api/v1/events_controller.rb

I am not receiving any errors, and the frontend doesn’t send a request when editing an event, so I am unable to verify if the issue is with the backend. Could you help identify what might be causing this behavior and how I can ensure the "Save" action triggers a request during event edits?

Regards,

Jun


1 Reply

VR Vijay Ravi Syncfusion Team October 16, 2024 04:00 PM UTC

Hi Jun,


Before we proceeding your query, we need some additional details because we are unable the properly run the server sample at our end. We kindly request that you provide the following details, as this information will greatly assist us in understanding and resolving the issue effectively.
 

  • can you share the steps for running the server sample.
  • Can you share the application staging(hosting) link.
  • Can you share the necessary steps are to run the server sample.
     

Please get back to us with the required details for further assistance.


Regards,

Vijay


Loader.
Up arrow icon