|
POST
|
It is not the firewall. I disabled my firewall temporary, and still didn't work. I installed WAB myriad of times and this the first time I have this issue. I run the netstat to review the ports and there is nothing unusual. Thank you for your help.
... View more
02-14-2023
04:35 PM
|
0
|
0
|
2128
|
|
POST
|
Thank you. That was it. The only reason why I am using the default 3344 is because I get the "The site can't reached" . I checked the port 3344 and is not used so I am lost for words why is not working.
... View more
02-14-2023
03:57 PM
|
0
|
2
|
2135
|
|
POST
|
I got a new PC (windows 11), and trying to install the WAB on another port. I followed the steps outlined on the WAB's Get Starter website by typing under the server dir the command: node_x64.exe server.js -4000 Then in the cmd window I noticed the screen further below. When I tried to access the website by : https://<mymachinename>:4000/webappbuilder I got "The site can't reached" Even though I tried to run WAB under port 4000 it still uses 3344. What am I doing wrong? @RobertScheitlin__GISP
... View more
02-14-2023
01:19 PM
|
0
|
8
|
2171
|
|
POST
|
If my input assisted you finding the solution, please accept it as an accepted solution.
... View more
02-14-2023
08:40 AM
|
0
|
0
|
1937
|
|
POST
|
define the contents of the popup as you like Here you go: https://codepen.io/lkoumis1/pen/ExpqjGg
... View more
02-10-2023
08:52 AM
|
0
|
2
|
1981
|
|
POST
|
Thank you. The portal they are connected to it never changed. It would make sense why it prompts me to verify my connection to portal. There is something else that triggers it. Since it is the same portal, who the apps do disappear from the ExB UI?
... View more
02-09-2023
11:48 AM
|
0
|
1
|
2142
|
|
POST
|
Update: It happened again today. ExB prompted for credentials and I knew from my experience that my apps will vanish and it did. No response from ExB team. Original Post: It happened to me twice so far in version 1.9 and 1.10 of ExB. After few weeks of working and creating apps, I am prompted by ESRI to verify my account again by entering the portal address and then the id of a ExB project posted on the portal. After the authentication completes, all the apps from the ExB screen disappear. However, the apps are still listed under the server/public/apps. I can see the apps, if I enter the url as "https://localhost:3001/builder/?id=x" where x is the project id. I contacted ESRI tech support (#03250331) and after quite few interactions, we found out that the version 1.8 does not exhibit the same issue. So, I was advised to downgrade to version 1.8 until the issue is resolved. I was advised to post my case here, so I bring it to the attention of the ExB team. Thank you. @Jianxia @TonghuiMing @Grant-S-Carroll @ShengdiZhang @AlixVezina @Richard_Purkis
... View more
02-08-2023
11:27 AM
|
0
|
8
|
2200
|
|
POST
|
There is one in Experience Builder. https://developers.arcgis.com/experience-builder/guide/filter-widget/ It is based on this: https://developers.arcgis.com/javascript/latest/query-filter/
... View more
02-07-2023
03:16 PM
|
1
|
0
|
922
|
|
POST
|
It seems that all components in Design system, like button, fab have a default background color to blue: --calcite-ui-background #F8F8F8 How can we overwrite the default theme to change the background color to transparent? For example to change the background color of this fab <calcite-dropdown width="m" scale="l" label="Info Widgets" id="info_widgets">
<calcite-fab slot="trigger" scale="l" icon="information" id="info" appearance="solid">
</calcite-fab>
-----
----- by using this that I saw in another posting as a solution but didn't work. (async () => {
await customElements.whenDefined("calcite-dropdown");
await document.querySelectorAll("calcite-fab").forEach((node) => {
node.style.setProperty("background-color", "rgb(0, 128, 0)");
});
})();
... View more
02-02-2023
03:48 PM
|
0
|
2
|
2139
|
|
POST
|
Thank you for your response @BenElan . So far, all the intelligence for the vs code (js, html, python...) were installed, after I imported the extensions from the vs code listing of extensions. This time is different. I am asked to modify the settings.json by adding the "html.customData" to enable intelligence for the calcite. The issue that I have is the access to the node_modules. As you said, it works when the "package.json is in the root directory of the workspace". That's the issue. I don't have the package.json in my workspace. All my calcite projects are under a master calcite folder. It does work fine for my experience builder projects since there is the node_modules and package.json folder.
... View more
02-02-2023
12:17 PM
|
0
|
1
|
2569
|
|
POST
|
I am trying to get a calcite dropdown to work with the latest release. It is an image button, labeled Info, and I would rather use an icon from the calcite library. Upon pressing the button, it displays the icons from the layer list and legend. However, when I switch to the new version, the button is not displayed. https://codepen.io/lkoumis1/pen/wvxXEOX Thanks. @BenElan
... View more
01-31-2023
06:36 PM
|
0
|
1
|
750
|
|
POST
|
Thank you. I want to setup the vscode the same way I did for other libraries.
... View more
01-31-2023
05:35 PM
|
0
|
0
|
2601
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-19-2025 10:13 PM | |
| 3 | 02-06-2026 10:44 AM | |
| 1 | 01-08-2026 12:50 PM | |
| 1 | 01-05-2026 01:35 PM | |
| 1 | 12-30-2025 10:18 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|