Select to view content in your preferred language

Cannot click continue on the ArcGIS Web Appbuilder opening page (browser)

756
3
03-31-2023 11:37 AM
EmmettHurley
New Contributor II

Hi there,

I want to extend the functionality on the ArcGIS Web Appbuilder widgets that we currently use within a Web Application on ArcGIS Online. I have downloaded the ArcGIS Web Application SDK and have created a registered application for the workspace.

 

I am stuck at the first step. When I run the startup function it opens a browser and asks me to Specify the URL to your ArcGIS Online organization which is fine and gives me the green tick.

 

It then says provide the App ID. I am using the client ID it provides in the item contents page. However, when I click continue nothing is being processes. The continue button is blue but it is not function. Is there anything I can do to trouble shoot this?

 

 

0 Kudos
3 Replies
KenBuja
MVP Esteemed Contributor

Do you see any errors in the Developer Tools' console window?

0 Kudos
EmmettHurley
New Contributor II

Yeah i'm getting multiple failed to load resource: net : : ERR_CONNECTION REFUSED. Any idea how to fix this?

 

 

0 Kudos
Omar_A
by Esri Contributor
Esri Contributor

Hi,

Here are a few steps you can try to troubleshoot the issue:

Verify that you have registered your application with the correct redirect URIs. These URIs should match the URLs of your application, including the protocol (http or https).
Ensure that your client ID is correct and that it has been added to your application code.
Check if there are any errors in the browser console when you click the continue button. These errors may give you more information about the issue.
Try using a different browser or clearing your cache and cookies before attempting to run the startup function again.
Review the ArcGIS Web Application SDK documentation and make sure you are following all the required steps for setting up your application.

0 Kudos