Open Closed

Menus not showing after deploying on IIS #6627


User avatar
0
i.ullah@fandaqah.com created

I have created app template abp io project using abp suite and now am going to deployed on local laptop iis server

everything looks good

everything working proper

in deploy app when i go to login from angular frontend app then it will not shown the saas and other menus while i am going to login from local angular project then will show the all menus


5 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello,

    can you please share some more details :- ABP Framework version: ? UI Type: ? Database System: ? Auth Server Separated (for Angular): ?

    Also check the similar issue https://support.abp.io/QA/Questions/1262/Blazor-Server-UI-on-IIS---No-menus-show-after-log-in

    or try to provide steps to reproduce the issue.

    Also check if any error logs?

    Thanks,

  • User Avatar
    0
    i.ullah@fandaqah.com created

    ABP framework 8.0 UI : Angular MSSQLSERVER Auth Server is seperate

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi,

    could you please check for logs? please share if any

    please confirm whether your deployed application is able to connect to the Redis server or not?

  • User Avatar
    0
    i.ullah@fandaqah.com created

    2024-02-06 14:32:35.709 +03:00 [INF] Executed action Volo.Abp.OpenIddict.Controllers.AuthorizeController.HandleAsync (Volo.Abp.OpenIddict.AspNetCore) in 197.3936ms 2024-02-06 14:32:35.709 +03:00 [INF] Executed endpoint 'Volo.Abp.OpenIddict.Controllers.AuthorizeController.HandleAsync (Volo.Abp.OpenIddict.AspNetCore)' 2024-02-06 14:32:35.711 +03:00 [INF] Request finished HTTP/2 GET https://auth.fandaqah/connect/authorize?response_type=code&client_id=fandaqapp_App&state=U0guNHRHckF6bXY2Q2NjOWJpbUdMaWdER2tBUjgzS29kUWpCUlNQVVdJYlpn&redirect_uri=http%3A%2F%2Flocalhost%3A4200&scope=openid%20offline_access%20fandaqapp&code_challenge=CkqN6Jaurz_XQwhjnDmSv63rh5LPjbKxqh57VfDrpo8&code_challenge_method=S256&nonce=U0guNHRHckF6bXY2Q2NjOWJpbUdMaWdER2tBUjgzS29kUWpCUlNQVVdJYlpn&culture=en&ui-culture=en - 302 null null 243.4207ms 2024-02-06 14:32:36.298 +03:00 [INF] Request starting HTTP/2 OPTIONS https://auth.fandaqah/.well-known/openid-configuration - null null 2024-02-06 14:32:36.298 +03:00 [INF] CORS policy execution successful. 2024-02-06 14:32:36.299 +03:00 [INF] Request finished HTTP/2 OPTIONS https://auth.fandaqah/.well-known/openid-configuration - 204 null null 0.4111ms 2024-02-06 14:32:36.300 +03:00 [INF] Request starting HTTP/2 GET https://auth.fandaqah/.well-known/openid-configuration - null null 2024-02-06 14:32:36.301 +03:00 [INF] CORS policy execution successful. 2024-02-06 14:32:36.301 +03:00 [INF] The request URI matched a server endpoint: "Configuration". 2024-02-06 14:32:36.301 +03:00 [INF] The configuration request was successfully extracted: {}. 2024-02-06 14:32:36.301 +03:00 [INF] The configuration request was successfully validated. 2024-02-06 14:32:36.308 +03:00 [INF] The response was successfully returned as a JSON document: { "issuer": "https://auth.fandaqah/", "authorization_endpoint": "https://auth.fandaqah/connect/authorize", "token_endpoint": "https://auth.fandaqah/connect/token", "introspection_endpoint": "https://auth.fandaqah/connect/introspect", "end_session_endpoint": "https://auth.fandaqah/connect/logout", "revocation_endpoint": "https://auth.fandaqah/connect/revocat", "userinfo_endpoint": "https://auth.fandaqah/connect/userinfo", "device_authorization_endpoint": "https://auth.fandaqah/device", "jwks_uri": "https://auth.fandaqah/.well-known/jwks", "grant_types_supported": [ "authorization_code", "implicit", "password", "client_credentials", "refresh_token", "urn:ietf:params:oauth:grant-type:device_code", "LinkLogin", "Impersonation" ], "response_types_supported": [ "code", "code id_token", "code id_token token", "code token", "id_token", "id_token token", "token", "none" ], "response_modes_supported": [ "form_post", "fragment", "query" ], "scopes_supported": [ "openid", "offline_access", "email", "profile", "phone", "roles", "address", "fandaqapp" ], "claims_supported": [ "aud", "exp", "iat", "iss", "sub" ], "id_token_signing_alg_values_supported": [ "RS256" ], "code_challenge_methods_supported": [ "plain", "S256" ], "subject_types_supported": [ "public" ], "token_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "introspection_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "revocation_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "device_authorization_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "claims_parameter_supported": false, "request_parameter_supported": false, "request_uri_parameter_supported": false, "authorization_response_iss_parameter_supported": true }. 2024-02-06 14:32:36.309 +03:00 [INF] Request finished HTTP/2 GET https://auth.fandaqah/.well-known/openid-configuration - 200 2257 application/json;charset=UTF-8 9.0865ms 2024-02-06 14:32:36.318 +03:00 [INF] Request starting HTTP/2 OPTIONS https://auth.fandaqah/.well-known/jwks - null null 2024-02-06 14:32:36.319 +03:00 [INF] CORS policy execution successful. 2024-02-06 14:32:36.319 +03:00 [INF] Request finished HTTP/2 OPTIONS https://auth.fandaqah/.well-known/jwks - 204 null null 0.9957ms 2024-02-06 14:32:36.321 +03:00 [INF] Request starting HTTP/2 GET https://auth.fandaqah/.well-known/jwks - null null 2024-02-06 14:32:36.322 +03:00 [INF] CORS policy execution successful. 2024-02-06 14:32:36.322 +03:00 [INF] The request URI matched a server endpoint: "Cryptography". 2024-02-06 14:32:36.322 +03:00 [INF] The cryptography request was successfully extracted: {}. 2024-02-06 14:32:36.322 +03:00 [INF] The cryptography request was successfully validated. 2024-02-06 14:32:36.323 +03:00 [INF] The response was successfully returned as a JSON document: { "keys": [ { "kid": "925B812789F9E96EB079F0D05436A2D396AB21D1", "use": "sig", "kty": "RSA", "alg": "RS256", "e": "AQAB", "n": "pJNhrI9_Wr4SZfPcnOUqtzdwf3KeVscndgvumsC1V1w7L6WWWTIh40iLsfov8xOkAPldu3JNLmR-QaxeVaVG77Jzaq60JU2YvqN89tzpXgrf3RJkqjbrISheTwWMmmN-rpeGtUHKgq_flyrsEC3D8VIsnoH7XcuJV9uDBVdclPneksJoDM0VrKLSdqQuGdu5Mjqt6ZTKNsdZSXTIcYWU0N90Fuf5wi0HW67Im67z2AOFVjD2sU31Nwjm4EZE_GYwX9z9SebTHd7autMCeHzdbAwE1Kcr6XV0IVZEkUqq4SLKupnW9YZNmtqU4LUGBJ3QTCoKBsLd1f2RjRpN7JaPWQ", "x5t": "kluBJ4n56W6wefDQVDai05arIdE", "x5c": [ "MIIDDDCCAfSgAwIBAgIIUyudVe66ToQwDQYJKoZIhvcNAQELBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTIzMTEyNzIwMDExNloXDTI0MTEyNzIwMDExNlowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApJNhrI9/Wr4SZfPcnOUqtzdwf3KeVscndgvumsC1V1w7L6WWWTIh40iLsfov8xOkAPldu3JNLmR+QaxeVaVG77Jzaq60JU2YvqN89tzpXgrf3RJkqjbrISheTwWMmmN+rpeGtUHKgq/flyrsEC3D8VIsnoH7XcuJV9uDBVdclPneksJoDM0VrKLSdqQuGdu5Mjqt6ZTKNsdZSXTIcYWU0N90Fuf5wi0HW67Im67z2AOFVjD2sU31Nwjm4EZE/GYwX9z9SebTHd7autMCeHzdbAwE1Kcr6XV0IVZEkUqq4SLKupnW9YZNmtqU4LUGBJ3QTCoKBsLd1f2RjRpN7JaPWQIDAQABo2IwYDAMBgNVHRMBAf8EAjAAMA4GA1UdDwEB/wQEAwIFoDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDATAXBgNVHREBAf8EDTALgglsb2NhbGhvc3QwDwYKKwYBBAGCN1QBAQQBAjANBgkqhkiG9w0BAQsFAAOCAQEAcPwns9nUiOwa7Uvx6snTzz7yDEZpP2leHY/hMkFqda6c5Y6yq7RC6ExbaKw3Jid756TXJCFIs/M2TsPl42aacGUz5Zlz7d/OsTCa8pdch4PrT/42sk99OvpNM/YaQpVmghXgwht6lgFpvzr8w01q4nUNV/unUCB1me/U8ZnyfudCSNwacG4kSHr4PXpXfQ9oQGr2OnWSzHV2t0bTsY9dZtMYwewg7+WzwQREeyDHUOtFmx2vd2oZY4vz7zmIRDWZ82zs0ugN6UbLDUk+8TftJF5RTjqWc7p3ZU39r2Cih5pFxdX/0YAQqp6T+IHPIsA1mt3eIj6caZ9REWiRz+ZXZA==" ] } ] }. 2024-02-06 14:32:36.323 +03:00 [INF] Request finished HTTP/2 GET https://auth.fandaqah/.well-known/jwks - 200 1667 application/json;charset=UTF-8 1.6713ms

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello,

    I had tried deploying ABP Application template (Angular) with Auth Server Separated, and I am able to see the Menu items after logging from Angular application In this I have used localhost domain only.

    Please check logs of API application (for any errors) as it is might be related to permissions. In the logs shared by you there is no any error

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11