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
Currently when 'trying' to get the notification gateway from a pod provider; it will extract the gateway
from .well-known/solid. Not supported providers will not have the notificationGateway option.
This causes a fetch on an undefined URL causing an non-descriptive error:
Currently when 'trying' to get the notification gateway from a pod provider; it will extract the gateway
from
.well-known/solid
. Not supported providers will not have thenotificationGateway
option.This causes a fetch on an undefined URL causing an non-descriptive error:
solid-client-notifications-js/src/notification.ts
Line 166 in 4eda50a
Would it be an option to throw a more meaningful error before the above line that identifies the provider as unsupported?
The text was updated successfully, but these errors were encountered: