-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
| const response = await this.fetch(this.gateway, { |
Would it be an option to throw a more meaningful error before the above line that identifies the provider as unsupported?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working