-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module in DNN 9.02 not Displaying #55
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! |
I am unable to see any functionality in the module when I install it in DNN. When I go to the page I have added the module on, it doesn't display properly.
The text was updated successfully, but these errors were encountered: