I just migrated a non-production server from Appian 7.9 to Appian 16.1. When I t

I just migrated a non-production server from Appian 7.9 to Appian 16.1. When I tried to open a site that was created in 7.9 it shows "Working..." for a couple seconds and then goes away and nothing loads. At the same time there is an error in the application server log which is attached.

I tested creating a new site and had no issues. Will all sites made prior to 16.1 need to be recreated?

error.txt

OriginalPostID-192867

OriginalPostID-192867

  Discussion posts and replies are publicly visible

Parents
  • Former Member
    0 Former Member
    I see a CSRF error from the logs you've uploaded here. This makes me think that the web.xml has not been sufficiently modified for your SCHEME setting.

    Are you using HTTP or HTTPS for your SCHEME in custom.properties?

    If you are set to HTTP, did you remove the following lines from web.xml?

    <cookie-config>
    <http-only>true</http-only>
    <secure>true</secure>
    </cookie-config>
    <tracking-mode>COOKIE</tracking-mode>

    If you are using HTTPS, can you confirm that the lines provided above exist in the web.xml?
Reply
  • Former Member
    0 Former Member
    I see a CSRF error from the logs you've uploaded here. This makes me think that the web.xml has not been sufficiently modified for your SCHEME setting.

    Are you using HTTP or HTTPS for your SCHEME in custom.properties?

    If you are set to HTTP, did you remove the following lines from web.xml?

    <cookie-config>
    <http-only>true</http-only>
    <secure>true</secure>
    </cookie-config>
    <tracking-mode>COOKIE</tracking-mode>

    If you are using HTTPS, can you confirm that the lines provided above exist in the web.xml?
Children
No Data