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
check config.eventMethodType for example. In fact, a better choice might be to use the choice type with options like 'POST' and 'PUT', or whatever should be allowed. You could also check for leading slashes on the event path etc. Essentially anything that would cause an error to be thrown during onEvent rather than setupPlugin.
The text was updated successfully, but these errors were encountered:
check config.eventMethodType for example. In fact, a better choice might be to use the choice type with options like 'POST' and 'PUT', or whatever should be allowed. You could also check for leading slashes on the event path etc. Essentially anything that would cause an error to be thrown during onEvent rather than setupPlugin.
The text was updated successfully, but these errors were encountered: