Accessing Idea Portal directly throwing error message: "Missing module id / Invalid module id!"Issue When a user first logs in to Idea Portal, it's throwing error message: "Missing module id / Invalid module id!" instead of loading the portal page. If the same user accesses Idea Portal from the platform (Ideas -> Idea Portal), it works fine and the user will not see the error. The issue will be occurring mostly for the end users who don't have direct access to the platform.CauseThe Idea Portal needs some URL parameters when loading that portal. If you use the below application navigator module to load the page it works as expected. Ideas > Idea Portal. The direct URL is this:https://instance-name.service-now.com/idea/?id=ideas_list&sysparm_module_id=internal ResolutionFor users who don't have access to the platform, below URL can be given/configured to them to access the Idea Portal, so that once they log in, it will take them to the Idea Portal without any error. https://instance-name.service-now.com/idea/?id=ideas_list&sysparm_module_id=internal