Module in DNN 9.02 not Displaying
brandondev1 opened this issue · 3 comments
@brandondev1 I agree, this initial experience could definitely be better (I think it's adjusted in the upcoming 1.0 release), but the issue here is typically that you've installed the module onto a remote server, and so your browser session isn't on the IP whitelist, thus you don't have access to the module's functionality.
The simplest fix for this is to access the module directly on the server, so that you hit the localhost exception in the IP whitelist. However, if you don't have ready access to that server, you can insert an entry into the IP whitelist via SQL. The tables to view are mentioned in #18 (comment)
Hope it helps!
That allows me to see the extension install functionality, but I was expecting the UI for creating users to be there as well. How do you create users with an API Key and Encryption Key? Setting up CI builds, so I need to be able to install extensions via the remote install method. It looks like I could probably manually insert a record into the Cantarus_PolyDeploy_APIUsers table, but would rather create users the intended way.
For that functionality, you need to go into edit mode and access the admin screen from the module's action menu.
Hope it helps!