Viewing 4 reply threads
  • Author
    Posts
    • #11850
      possebon Fernando
      Participant

        When Customer Users attach files on ticket, before submit the ticket, the file is shown.

        User submits the ticket, no error messages.

        If user look at ticket or an agent look the ticket, there is no attachment there.

        I tried to find some information on httpd error log, but nothing is reported there.

         

        Best regards,

      • #11984
        dimitry-wyczakowski
        Participant

          I’m also having this issue, same approach : user’s files are visible before submitting the ticket, but once submitted, they disappear and are nowhere to be found.

          Also, if an agent attach a file to an answer, the file appears without any problem.

          Does anybody have a fix or lead to a solution ? Would be appreciated !

          Thanks in advance

        • #11985
          Giordano Torre
          Participant

            Good Evening,

            I haven’t this problem..

            I have installed otobo 10.0.12 docker.

            Customer user view:

            Agent view:

            Best Regards

          • #12035
            possebon Fernando
            Participant

              I solved the issue, in my instance I’ve changed the Apache configuration to remove the /otobo from URL and create different endpoints for each view:

              • servicedesk.domain.com – for the agent view
              • support.domain.com – for the customer user view

              The configuration was working almost perfect, the only two issues I identified:

              • Customers attachments when opening ticket was not saved.
              • When changing some Sysconfig parameter and deploying the changes, the system lost the session forcing me to login again.

              The misconfiguration was on ScriptAlias parameter. The default value is /otobo and since I remove that on Apache config I need to reflect it on Sysconfig either.

              I cleared the value of ScriptAlias and now everything is working as expected.

            • #12037
              bes
              Participant

                Hi Jose,

                I checked where ScriptAlias is used in OTOBO. The setting is mostly used in Cookies and when assembling some links. The connection to attachments is not obvious.

                But I’m wondering about another thing. In your initial setup ScriptAlias was set to “otobo/” but your index.pl URL does not contain “/otobo/”.  I would have guessed that login should have not worked at all, as cookies are only sent back to the server when the path matches. Did you need to make any adaptions to make that work?

                Best regards,

                Bernhard

                 

                 

            Viewing 4 reply threads
            • You must be logged in to reply to this topic.