When click the "login" button, no response.
The browser console is as attached.
Environment :
portal:10.6.1
Exb dev version: 1.17
OS: windows server 2016s
So do you mean you are working on offline environment and seeing this login error?
I have used the same Open SSL certificate to Exb, IIS(for js SDK and calcite), portal.
It seems the issue is from offline calcite components configuration steps.
I deploy local "calcite" follow this:offline calcite configuration
This might help for offline environment:1. Create self-signed cert on IIS2. Find and use OpenSSL (find a path of openssl.exe on your local machine)3. Use OpenSSL to extract the certificate and key (through cmd command)4. Move certificate files to EB installation server folder: ArcGISExperienceBuilder\server\cert5. Import certificate into trusted store with CMD -> MMC (ref: https://learn.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate)6. Add HTTP response headers for JSAPI folder in IIS
I see CORS(Cross-Origin Resource Sharing) errors in the snapshot, which tell that https://localhost:3001 can't fetch the portal URL's resources.
Maybe the portal admin has forbidden CORS requests?
See: https://enterprise.arcgis.com/en/portal/latest/administer/windows/restrict-cross-domain-requests-to-your-portal.htm
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.