Seems the Forms Installer Wizards are having trouble finding the notification service added during install. It finds the Routing service just fine, but you have to manually go enter localhost:8181 in the configuration for the notification service before it can find it.
Discussion
Discussion
The notification service can be installed on a separate machine and it is a shared service that can be used by Forms and Mobile, so we don't pre-configure the notification hub URL by default after installation, it requires manual configuration and the hub URL should use the full qualified domain name of the machine installed notification service.
Do the requests to this service originate from external web browsers and apps or from the internal Forms Routing Service?
The FQDN of the machine may not resolve from all sources. I was thinking it should be a DNS entry that resolves from any source.
Yes, the hub URL is requested from external web browsers, it should be a URL that is accessible from the external.
Ok I had a feeling that was the case. Thanks for clarifying