Skip to content
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

Open
brandondev1 opened this issue Apr 4, 2019 · 3 comments
Open

Module in DNN 9.02 not Displaying #55

brandondev1 opened this issue Apr 4, 2019 · 3 comments

Comments

@brandondev1
Copy link

brandondev1 commented Apr 4, 2019

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.
PolyDeployScreenShot

@bdukes
Copy link
Contributor

bdukes commented Apr 4, 2019

@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!

@brandondev1
Copy link
Author

brandondev1 commented Apr 4, 2019

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.

PolyDeployScreenShot

@bdukes
Copy link
Contributor

bdukes commented Apr 4, 2019

For that functionality, you need to go into edit mode and access the admin screen from the module's action menu.

Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants