Has anybody seen this error message while testing a site page that calls an add new record interface.?
"The provided urlStub for the site was not valid."
I have been looking in the documentation for any clues with no success.
If I test the interface in desgin mode I have no errors, the add new record is called with no issues but when entering information in any fields and later jumping to another this error message pops up.
I have checked all related pages, intefaces and process model but cant find the issue.
can somebody point me to the right direction?
Discussion posts and replies are publicly visible
Error has been resolved.
The issue was related to a rule input parameter that was specified on the record action of the record type, and not included in the target [Add New record] interface. I must of removed it by accident while modifying the expression.
all I had to do was add the rule input parameter and update the interface expression
Thanks who responded in the follow up.