<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:15:39 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-1751] login requests hang</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1751</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Login requests hang indefinitely on folio-snapshot after signing in with a user account that has no permissions: &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
    Module test: users:new_user
      Login &amp;gt; Create &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; user &amp;gt; Logout &amp;gt; Login as &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; user &amp;gt; Logout &amp;gt; Login &amp;gt; Edit &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; user and confirm changes
        &#10003; should load login page (7028ms)
        &#10003; should login as diku_admin/admin (1877ms)
          Test suite   @folio/users:2.20.0
          Live module  @folio/users:2.20.1000571 (http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot.aws.indexdata.com)
&lt;/span&gt;        &#10003; should open app and find version tag (379ms)
        &#10003; should extract a patron group value (2278ms)
        &#10003; should create a user: ssmith1548845142414/ssmith1548845142414 (2184ms)
        &#10003; should logout (678ms)
        &#10003; should login as ssmith1548845142414/ssmith1548845142414 (289ms)
        &#10003; should logout (577ms)
        1) should login as diku_admin/admin
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The integration test &lt;a href=&quot;https://github.com/folio-org/ui-users/blob/master/test/ui-testing/new_user.js&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;users:new_user&lt;/a&gt; &lt;a href=&quot;https://jenkins-aws.indexdata.com/job/Automation/job/folio-snapshot/551/UI_20Regression_20Test_20Report/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;failed&lt;/a&gt;. Follow up manual testing shows that login requests hang after signing in and out with a new user account that has no permissions. Reloading the browser resolves the issue. &lt;/p&gt;

&lt;p&gt;It&apos;s worth noting that the browser&apos;s network console shows three failed requests for the unprivileged user, but this happens in both folio-snapshot and folio-testing, and the problem with login requests hanging happens &lt;em&gt;only&lt;/em&gt; in folio-snapshot. &lt;/p&gt;</description>
                <environment></environment>
        <key id="81071">FOLIO-1751</key>
            <summary>login requests hang</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5f8314dfbdef80006f6f572d">Adam Dickmeiss</assignee>
                                                                <reporter accountid="615afd1cd9820f0070a09ef0">Zak Burke</reporter>
                                    <labels>
                            <label>platform-backlog</label>
                    </labels>
                <created>Mon, 28 Jan 2019 16:31:43 +0000</created>
                <updated>Wed, 3 Jun 2020 16:39:26 +0000</updated>
                            <resolved>Thu, 7 Feb 2019 18:33:27 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                <comments>
                                                            <comment id="194936" author="615afd1cd9820f0070a09ef0" created="Mon, 28 Jan 2019 16:36:33 +0000"  >&lt;p&gt;I filed this under FOLIO though I suspect some debugging will point us toward moving it under a backend module. Although reloading the browser allows logins to succeed, suggesting this is a front-end issue, in fact the same UI code is running on folio-snapshot (where the problem occurs) and folio-testing (where it does not) suggesting to me that the problem must lie with the backend as that is the only difference between these environments. A diff of the modules at /settings/about shows several backend module discrepancies. None stand out as obvious red-herrings, but that&apos;s the best line of inquiry I can think of: &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
$ diff snapshot.txt testing.txt 
14c14
&amp;lt; @folio/users 2.20.1000566
---
&amp;gt; @folio/users 2.20.1000567
18,19c18,19
&amp;lt; @folio/orders 1.1.1000163
&amp;lt; @folio/vendors 1.3.100092
---
&amp;gt; @folio/orders 1.1.1000164
&amp;gt; @folio/vendors 1.3.100093
27c27
&amp;lt; @folio/myprofile 1.4.100044
---
&amp;gt; @folio/myprofile 1.4.100045
37c37
&amp;lt; On URL http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-551.aws.indexdata.com:9130
&lt;/span&gt;---
&amp;gt; On URL http:&lt;span class=&quot;code-comment&quot;&gt;//folio-testing-backend01.aws.indexdata.com:9130
&lt;/span&gt;39c39
&amp;lt; 54 modules
---
&amp;gt; 67 modules
49a50
&amp;gt; My profile (folio_myprofile-1.4.100045)
50a52
&amp;gt; Description &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; orders (folio_orders-1.1.1000164)
61a64
&amp;gt; User management (folio_users-2.20.1000567)
62a66,68
&amp;gt; Description &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; ui-vendors (folio_vendors-1.3.100093)
&amp;gt; Audit Module (mod-audit-0.0.4-SNAPSHOT.23)
&amp;gt; Audit Filter Module (mod-audit-filter-0.0.5-SNAPSHOT.23)
71a78,79
&amp;gt; email (mod-email-1.1.0-SNAPSHOT.9)
&amp;gt; mod-event-config (mod-event-config-1.1.0-SNAPSHOT.9)
73a82
&amp;gt; GraphQL API &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; FOLIO (mod-graphql-1.1.1000199)
80a90
&amp;gt; OAI-PMH Repository Module (mod-oai-pmh-1.0.2-SNAPSHOT.40)
83a94
&amp;gt; Patron Services Module (mod-patron-1.2.1-SNAPSHOT.29)
85a97
&amp;gt; Mod sender (mod-sender-1.1.0-SNAPSHOT.4)
89a102
&amp;gt; User &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; (mod-user-&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt;-3.1.1-SNAPSHOT.31)
92c105
&amp;lt; Vendor CRUD module (mod-vendors-1.1.0-SNAPSHOT.33)
---
&amp;gt; Vendor CRUD module (mod-vendors-1.1.0-SNAPSHOT.36)
98c111
&amp;lt; 92 interfaces
---
&amp;gt; 113 interfaces
103a117
&amp;gt; audit 1.0
113d126
&amp;lt; contact_category 1.0
118a132
&amp;gt; email 1.0
123a138
&amp;gt; graphql 0.0.0
146a162,163
&amp;gt; message-delivery 1.0
&amp;gt; mod-event 1.0
149a167
&amp;gt; oai-pmh 1.0
171a190
&amp;gt; patron 1.1
186a206
&amp;gt; user-&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; 2.0
189,190c209,224
&amp;lt; vendor 1.0
&amp;lt; vendor_category 1.0
---
&amp;gt; vendor-storage.accounts 1.0
&amp;gt; vendor-storage.addresses 1.0
&amp;gt; vendor-storage.agreements 1.0
&amp;gt; vendor-storage.aliases 1.0
&amp;gt; vendor-storage.categories 1.0
&amp;gt; vendor-storage.contact-persons 1.0
&amp;gt; vendor-storage.edi-ftps 1.0
&amp;gt; vendor-storage.edi-jobs 1.0
&amp;gt; vendor-storage.edis 1.0
&amp;gt; vendor-storage.emails 1.0
&amp;gt; vendor-storage.interfaces 1.0
&amp;gt; vendor-storage.phone-numbers 1.0
&amp;gt; vendor-storage.url 1.0
&amp;gt; vendor-storage.vendor-contact-persons 1.0
&amp;gt; vendor-storage.vendor-types 1.0
&amp;gt; vendor-storage.vendors 1.0
247c281
&amp;lt; @folio/users 2.20.1000566 depends on:
---
&amp;gt; @folio/users 2.20.1000567 depends on:
270c304
&amp;lt; @folio/orders 1.1.1000163 depends on:
---
&amp;gt; @folio/orders 1.1.1000164 depends on:
277c311
&amp;lt; @folio/vendors 1.3.100092 depends on:
---
&amp;gt; @folio/vendors 1.3.100093 depends on:
290c324
&amp;lt; @folio/myprofile 1.4.100044 declares no dependencies
---
&amp;gt; @folio/myprofile 1.4.100045 declares no dependencies
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="194944" author="63e2a2771b13d42998e4e706" created="Mon, 28 Jan 2019 16:51:57 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; Hmm, as permissions were mentioned, I wonder if there is a module permission missing that results in the login for the user without permissions failing.&lt;/p&gt;

&lt;p&gt;I don&apos;t know why that would affect a subsequent request, only in the snapshot environment.&lt;/p&gt;</comment>
                                                            <comment id="194948" author="63e2a2771b13d42998e4e706" created="Mon, 28 Jan 2019 16:56:54 +0000"  >&lt;p&gt;The three failed requests seem to relate to configuration entries. I wonder if failing to read those sometimes results in a corrupt state in the UI?&lt;/p&gt;

&lt;p&gt;Maybe all users need the permissions to read config? (or the UI needs to fetch that kind of info using different credentials entirely)&lt;/p&gt;</comment>
                                                            <comment id="194951" author="615afd1cd9820f0070a09ef0" created="Mon, 28 Jan 2019 18:11:52 +0000"  >&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
GET http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-551.aws.indexdata.com:9130/configurations/entries?query=(module=ORG%20and%20configName=localeSettings)
&lt;/span&gt;Access requires permission: configuration.entries.collection.get

GET http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-551.aws.indexdata.com:9130/configurations/entries?query=(module=PLUGINS)
&lt;/span&gt;Access requires permission: configuration.entries.collection.get

GET http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-551.aws.indexdata.com:9130/configurations/entries?query=(module=ORG%20and%20configName=bindings)
&lt;/span&gt;Access requires permission: configuration.entries.collection.get
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="194955" author="615afd1cd9820f0070a09ef0" created="Wed, 30 Jan 2019 11:03:35 +0000"  >&lt;p&gt;This continues to be a barrier to achieving passing integration tests on folio-snapshot. The server-side modules present on folio-testing but absent on folio-snapshot seem like the most likely candidates to investigate: &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&amp;gt; Description &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; orders (folio_orders-1.1.1000169)
&amp;gt; Audit Module (mod-audit-0.0.4-SNAPSHOT.23)
&amp;gt; Audit Filter Module (mod-audit-filter-0.0.5-SNAPSHOT.23)
&amp;gt; email (mod-email-1.1.0-SNAPSHOT.12)
&amp;gt; mod-event-config (mod-event-config-1.1.0-SNAPSHOT.9)
&amp;gt; GOBI&#174; Module (mod-gobi-1.2.0-SNAPSHOT.55)
&amp;gt; GraphQL API &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; FOLIO (mod-graphql-1.1.1000199)
&amp;gt; OAI-PMH Repository Module (mod-oai-pmh-1.0.2-SNAPSHOT.40)
&amp;gt; Patron Services Module (mod-patron-1.2.1-SNAPSHOT.29)
&amp;gt; Mod sender (mod-sender-1.1.0-SNAPSHOT.4)
&amp;gt; User &lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; (mod-user-&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt;-3.1.1-SNAPSHOT.31)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Curiously, folio_circulation is present in two versions on folio-testing (1.5.1000175, 1.5.1000176) but only one on folio-snapshot (1.5.1000176). &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt;, is it worth trying to investigate this separately from untangling the dependency issues that prevent those modules from being installed on folio-snapshot or do you think we should focus on that problem and see if this one falls away as a knock-on effect? If you want to pursue this problem independently, the integration test to run is &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
stripes test nightmare stripes.config.js --run users:new_user --uiTest.username diku_admin --uiTest.password admin  --url http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot.aws.indexdata.com&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="194961" author="63e2a2771b13d42998e4e706" created="Wed, 30 Jan 2019 11:21:46 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; I think it is worth separating this into chunks if possible.&lt;/p&gt;

&lt;p&gt;I agree the dual instances of folio_circulation and the configuration entry failures are two separate threads to follow.&lt;/p&gt;

&lt;p&gt;If login requires one of those modules that aren&#8217;t present, then we likely have an implicit dependency and that needs changing.&lt;/p&gt;

&lt;p&gt;I think to investigate the server aspects more, we need the Okapi, mod-users-bl and mod-login log output following a hang from that test run. And we likely need &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5c706fbb47a54a6728e59df2&quot; class=&quot;user-hover&quot; rel=&quot;5c706fbb47a54a6728e59df2&quot; data-account-id=&quot;5c706fbb47a54a6728e59df2&quot; accountid=&quot;5c706fbb47a54a6728e59df2&quot; rel=&quot;noreferrer&quot;&gt;Wayne Schneider&lt;/a&gt; or &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt; for that.&lt;/p&gt;</comment>
                                                            <comment id="194965" author="615afd1cd9820f0070a09ef0" created="Wed, 30 Jan 2019 15:46:57 +0000"  >&lt;p&gt;Masterful spelunking by &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aff6a9612-bb35-41b2-88a8-a5b66d0a41a0&quot; class=&quot;user-hover&quot; rel=&quot;557058:ff6a9612-bb35-41b2-88a8-a5b66d0a41a0&quot; data-account-id=&quot;557058:ff6a9612-bb35-41b2-88a8-a5b66d0a41a0&quot; accountid=&quot;557058:ff6a9612-bb35-41b2-88a8-a5b66d0a41a0&quot; rel=&quot;noreferrer&quot;&gt;Michal Kuklis&lt;/a&gt; uncovered some interesting additional material: after reloading, the requests to &lt;tt&gt;&lt;em&gt;/version&lt;/tt&gt; and &lt;tt&gt;&lt;/em&gt;/proxy/tenants/diku/modules?full=true&lt;/tt&gt; fail but stripes continues to load and show the login screen. This allows you to login, but leads to all kinds of problems in the UI because any code surrounded by an &lt;tt&gt;IfInterface&lt;/tt&gt; check fails because stripes believes no interfaces are present. &lt;/p&gt;

&lt;p&gt;The stripes side of this is clearly a different issue, but the fact that the &lt;tt&gt;version&lt;/tt&gt; and &lt;tt&gt;modules&lt;/tt&gt; requests fail seems likely to be relevant. &lt;/p&gt;</comment>
                                                            <comment id="194969" author="557058:ff6a9612-bb35-41b2-88a8-a5b66d0a41a0" created="Wed, 30 Jan 2019 16:13:17 +0000"  >&lt;p&gt;Just for the record &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; was in the same cave with me so we uncovered this together.&lt;/p&gt;</comment>
                                                            <comment id="194972" author="5c706fbb47a54a6728e59df2" created="Fri, 1 Feb 2019 19:57:06 +0000"  >&lt;p&gt;The problem is reproducible using a VM built from the folio/snapshot Vagrant box. This is the sequence I used to reproduce:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Log in as a user with no permissions&lt;/li&gt;
	&lt;li&gt;Log out&lt;/li&gt;
	&lt;li&gt;Attempt to log in as any other user&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Here is the Wireshark log of the sequence:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64126_thumb&quot; href=&quot;/rest/api/3/attachment/content/64126&quot; title=&quot;Screen Shot 2019-02-01 at 1.52.14 PM.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64126&quot; file-preview-title=&quot;Screen Shot 2019-02-01 at 1.52.14 PM.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64126?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64126&quot; filename=&quot;Screen Shot 2019-02-01 at 1.52.14 PM.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64126&quot; data-attachment-name=&quot;Screen Shot 2019-02-01 at 1.52.14 PM.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;7a0cc716-8e23-4f70-befc-692dbe6a4a23&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;(full pcap file attached:  &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;/rest/api/3/attachment/content/64125&quot; title=&quot;DumpLogin01.pcap attached to FOLIO-1751&quot; data-attachment-type=&quot;file&quot; data-attachment-name=&quot;DumpLogin01.pcap&quot; data-media-services-type=&quot;file&quot; data-media-services-id=&quot;dbd04d87-5d05-4d7f-bae4-7417afba8b86&quot; rel=&quot;noreferrer&quot;&gt;DumpLogin01.pcap&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;)&lt;/p&gt;

&lt;p&gt;Note that the last http request that is made is an OPTIONS request to &lt;tt&gt;/bl-users/login&lt;/tt&gt;. Okapi never responds.&lt;/p&gt;

&lt;p&gt;I will attempt to reproduce the issue using just API calls, outside of Stripes.&lt;/p&gt;</comment>
                                                            <comment id="194975" author="5c706fbb47a54a6728e59df2" created="Tue, 5 Feb 2019 03:19:52 +0000"  >&lt;p&gt;This behavior is not present on the Q4 release build &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="194978" author="5f8314dfbdef80006f6f572d" created="Wed, 6 Feb 2019 15:31:05 +0000"  >&lt;p&gt;Okapi 2.24.1 out. Unfortunately, it&apos;s not enough (it works now , but only if mod-audit-filter is disabled). So there will have to be another Okapi 2.24.2 out - hopefully tomorrow.&lt;/p&gt;</comment>
                                                            <comment id="194981" author="5f8314dfbdef80006f6f572d" created="Wed, 6 Feb 2019 16:06:49 +0000"  >&lt;p&gt;Okapi 2.24.2 out. This should fix this issue.&lt;/p&gt;</comment>
                                                            <comment id="194983" author="5c706fbb47a54a6728e59df2" created="Thu, 7 Feb 2019 17:32:43 +0000"  >&lt;p&gt;folio-snapshot.aws.indexdata.com no longer exhibits this behavior&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://folio-snapshot.aws.indexdata.com:9130/_/version&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://folio-snapshot.aws.indexdata.com:9130/_/version&lt;/a&gt; : &lt;tt&gt;2.24.2&lt;/tt&gt;&lt;/p&gt;
</comment>
                                                            <comment id="194985" author="5c706fbb47a54a6728e59df2" created="Thu, 7 Feb 2019 17:34:03 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; &amp;#8211; is there anything else you want to investigate with this, or should we go ahead and close the issue?&lt;/p&gt;</comment>
                                                            <comment id="194987" author="615afd1cd9820f0070a09ef0" created="Thu, 7 Feb 2019 18:18:57 +0000"  >&lt;p&gt;My regression tests pass &amp;#8211; LGTM! &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="36913">UITEST-57</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="54162">OKAPI-701</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54103">OKAPI-702</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="62026">STCOR-324</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64125" name="DumpLogin01.pcap" size="49279" author="5c706fbb47a54a6728e59df2" created="Fri, 1 Feb 2019 19:53:59 +0000"/>
                            <attachment id="64126" name="Screen Shot 2019-02-01 at 1.52.14 PM.png" size="333296" author="5c706fbb47a54a6728e59df2" created="Fri, 1 Feb 2019 19:53:03 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10144"><![CDATA[Core: Platform]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzda7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1722">Core: Platform - Sprint 56</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 28 Jan 2019 16:51:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>