šŸ”“ January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Unsolved Could not login on freshly install UVDesk Instance

    Technical Help
    2
    6
    547
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      leokhan last edited by

      Getting 302 after login. Please see the screen shot below.
      I will be very grateful.
      Screenshot 2023-12-20 155119.png

      peopleinside 1 Reply Last reply Reply Quote 0
      • peopleinside
        peopleinside EX helping member @leokhan last edited by

        @leokhan
        Hi, thank you for your question!
        I hope your day is going well and I'm sorry to read you are having issues to login in the operator panel after a fresh install.

        All HelpDesk page load correctly?
        It's strange you get redirected wrongly if you try to login as operator and umh I have no idea why this is happening. Are you sure to not have edited some configuration server file, .htaccess?

        Have you also tried from a different browser, in incognito mode too?

        šŸ’¬ You can also ask help on GitHub Discussions
        šŸ”“ I am no more active on Uvdesk
        šŸ”“ Forum support is inactive!

        L 1 Reply Last reply Reply Quote 0
        • L
          leokhan @peopleinside last edited by

          @peopleinside thank you for the reply.
          the only configuration I changed is in the framework.yaml

          handler_id: session.handler.native_file
          save_path: "%kernel.project_dir%/var/sessions/%kernel.environment%"
          cookie_lifetime: 172800
          cookie_secure: auto
          cookie_samesite: lax
          #storage_factory_id: session.storage.factory.native

          and its working.

          and also not able install through web installer continuously getting below error on last step.Screenshot 2023-12-21 095037.png

          peopleinside 1 Reply Last reply Reply Quote 0
          • peopleinside
            peopleinside EX helping member @leokhan last edited by

            @leokhan
            Have you tried to restore the original file then clean cache? When you say you get error in the setup wizard, is because you are trying a new install?

            šŸ’¬ You can also ask help on GitHub Discussions
            šŸ”“ I am no more active on Uvdesk
            šŸ”“ Forum support is inactive!

            L 1 Reply Last reply Reply Quote 0
            • L
              leokhan @peopleinside last edited by

              @peopleinside Yes I did it multiple times. I am only able to install it through cli with this command php bin/console uvdesk:configure-helpdesk.

              also sharing virtual host config .

              server {
              server_name www.abc.com;
              root /usr/share/nginx/html/helpdesk/public;
              index index.php;

              server_tokens off;

              location / {
              try_files $uri $uri/ /index.php?$query_string;
              }

              location ~ ^(.+.php)(.)$ {
              fastcgi_split_path_info ^(.+.php)(.
              )$;
              fastcgi_index index.php;
              fastcgi_pass php-fpm;
              include /etc/nginx/mime.types;
              include fastcgi_params;
              fastcgi_param PATH_INFO $fastcgi_path_info;
              fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
              proxy_pass_header Server;
              }

              }

              peopleinside 1 Reply Last reply Reply Quote 0
              • peopleinside
                peopleinside EX helping member @leokhan last edited by

                @leokhan the first time you installed it was working and only creating issue on operator login?

                After that time you are no more able to setup a clean install of UVdesk?

                I'm very sorry for all this issues.
                What version of PHP are you using?

                Be sure to use a supported PHP version: https://www.php.net/supported-versions.php

                Be sure also to have not some custom rules in .htaccess that can cause the login issue.

                Unfortunately I'm not a developer and I'm not part of the UVdesk team. I'm just a passionate user who use UVdesk and helps here in the community!
                Since some weeks seems UVdesk staff is no more present on the forum so we are missing help from UVdesk staff and developers. We hope all together someone of the UVdesk team can come back on the forum to reply to post and to help users. This should happen but I have no eta, no idea about when will be.

                šŸ’¬ You can also ask help on GitHub Discussions
                šŸ”“ I am no more active on Uvdesk
                šŸ”“ Forum support is inactive!

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post