-
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
Deploy.bundle.js - Error: transition superseded #18
Comments
There's a few things that might cause this:
|
Thanks for the prompt reply.
|
I think the problem you're encountering is because you're accessing from an IP address which PolyDeploy hasn't been told to trust. If you login as a host user on the machine hosting the website you'll be able to access the management UI and add the IP address you're accessing from currently to the whitelist. For added ease, the Event Log within PolyDeploy will have logged the IP address you've been trying to access from. |
Thank you. I logged in to the actual web server where the site is hosted and login as host user, but i still receive the same error message. (I was connected using gotomypc though since i can't physically access the server at the moment). Please assist. |
Hmmm, it's possible that this may be related to #16. Do you have access to the database? As a temporary measure you could add the IP address you wish to access in to the |
@can-anierzad, adding the IP directly to the SQL database worked as a great workaround for us. We couldn't log into DNN from the host machine, the workaround resolved the need for configuring from the host machine. |
I am experiencing this issue on a Evoq Content 9.2.2 instance. I am logged in is a host account and accessing the site from url |
@mtrutledge, if you peek in to the database and look at the |
When I look at that table it is empty. I checked to make sure I am still receiving the javascript error and I am. I attempted to re-install the component as well thinking that maybe something was corrupt. I still receive the same error. However, the UI allows me to upload and install extensions. This is the output from the browser console:
I double checked my web.config as well and have the
line in the appSettings section. |
Could the error be related to this: angular-ui/ui-router#3246 I am seeing this same behavior in multiple 9.2.2 instances. |
@mtrutledge, if you can access the PolyDeploy UI successfully then your IP address is correctly whitelisted and there should be no issue using the module. The transition superseded error messages are indeed to do with ui-router. They shouldn't affect the functioning of the module. |
When i try to install this on a DNN 9.1.1 installation, i get
Deploy.bundle.js?cdv=334:1 Error: transition superseded
Error: transition prevented
Error: transition aborted
https://{domainname}/DesktopModules/PolyDeploy/API/Session/Create 403 (Forbidden)
Possibly unhandled rejection: {"data":{"Message":"Access denied."},"status":403,"config":{"method":"POST","transformRequest":[null],"transformResponse":[null],"jsonpCallbackParam":"callback","url":"/DesktopModules/PolyDeploy/API/Session/Create","headers":{"Accept":"application/json, text/plain, /","ModuleId":2520,"TabId":"675","__RequestVerificationToken":"_PQ1Idob6iJgnLnU61Fu8ruJ57bMSCEheCYFDag0wdF8JB9rKFzHf3Se00LBp43AVw3F9ofEbKEEnY3s0","RequestVerificationToken":"_PQ1Idob6iJgnLnU61Fu8ruJ57bMSCEheCYFDag0wdF8JB9rKFzHf3Se00LBp43AVw3F9ofEbKEEnY3s0"}},"statusText":"Forbidden","xhrStatus":"complete"}
Any tips on how to resolve this?
The text was updated successfully, but these errors were encountered: