I found the problem in the @nylas/web-elements package, version 2.2.1 - in the NylasScheduling component during the reschedule flow.
When booking an event, we get a booking_ref that we can use to reschedule the event. Using the NylasScheduling component in version 2.2.1 - the logic for decoding booking_ref to booking_id, configuration_id is broken under the hood - the values are unrealistic and corrupted, which results in the component crashing with an error that “configuration doesn’t exist”.
Steps to reproduce:
Book an event based on a public configuration
Take the bookingRef and insert it into the nylas-scheduling component - the @nylas/web-elements version must be 2.2.1, because in 2.1.0 everything works as expected.
Hi @Oleksandr , you’re right - that is a bug, and we’re working on fixing it now. I’ll update you as soon as a fix has been released. Thank you for bringing it up!
Any update on this? It seems like there have been minor updates to the web-elements package (2.2.4 was released 8 days ago), but I’m still having this issue.