You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: