extension-getting-started
extension-getting-started copied to clipboard
Issues with preflight requests
AJAX request sent from front-end is permanently held by preflight requests, causing the sample code unable the refresh with initial color nor cycle when clicking the button.
Possible fix:
- Replace and update the hapi package to @hapi/hapi
- Add a route in the backend for OPTIONS method to handle the preflight request.