René's URL Explorer Experiment


Title: Sporadic error when fetching related objects · Issue #1333 · JSONAPI-Resources/jsonapi-resources · GitHub

Open Graph Title: Sporadic error when fetching related objects · Issue #1333 · JSONAPI-Resources/jsonapi-resources

X Title: Sporadic error when fetching related objects · Issue #1333 · JSONAPI-Resources/jsonapi-resources

Description: This issue is a (choose one): Problem/bug report. Checklist before submitting: I've searched for an existing issue. I've asked my question on Gitter and have not received a satisfactory answer. I've included a complete bug report templat...

Open Graph Description: This issue is a (choose one): Problem/bug report. Checklist before submitting: I've searched for an existing issue. I've asked my question on Gitter and have not received a satisfactory answer. I'v...

X Description: This issue is a (choose one): Problem/bug report. Checklist before submitting: I've searched for an existing issue. I've asked my question on Gitter and have not received a satisfactory ans...

Opengraph URL: https://github.com/JSONAPI-Resources/jsonapi-resources/issues/1333

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Sporadic error when fetching related objects","articleBody":"## This issue is a (choose one):\r\n\r\n- [x] Problem/bug report.\r\n\r\n## Checklist before submitting:\r\n\r\n- [x] I've searched for an existing issue.\r\n- [x] I've asked my question on [Gitter](https://gitter.im/cerebris/jsonapi-resources) and have not received a satisfactory answer.\r\n- [x] I've included a complete [bug report template](https://github.com/cerebris/jsonapi-resources/blob/master/lib/bug_report_templates/rails_5_master.rb). This step helps us and allows us to see the bug without trying to reproduce the problem from your description. It helps you because you will frequently detect if it's a problem specific to your project.\r\n\r\n## Description\r\n\r\nRelationship objects are used as key in `@join_details` in [JoinManager](https://github.com/cerebris/jsonapi-resources/blob/7a2de3076fa30312ef8d4ed76bee02156e1455d0/lib/jsonapi/active_relation/join_manager.rb#L123) . This hash contains two types of objects: String and Relationship. In case of hash collisions in `@join_details` the method `Relationship#eql?` is called. It currently fails when comparing with a string key.\r\n\r\nReproducible script is here: https://gist.github.com/larskanis/16af0f9e37eac17f27800468a5a6acab\r\n\r\nIt must be started a hundred times but fails eventually with the following error:\r\n\r\n```ruby\r\nE, [2020-11-11T13:39:24.616237 #28095] ERROR -- : Internal Server Error: undefined method `relationship' for \"\":String /home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/path_segment.rb:33:in `eql?'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation/join_manager.rb:124:in `has_key?'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation/join_manager.rb:124:in `add_join_details'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation/join_manager.rb:185:in `block (2 levels) in perform_joins'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation/join_manager.rb:150:in `each'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation/join_manager.rb:150:in `block in perform_joins'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation/join_manager.rb:149:in `each'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation/join_manager.rb:149:in `perform_joins'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation/join_manager.rb:41:in `join'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation_resource.rb:720:in `apply_joins'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation_resource.rb:695:in `apply_request_settings_to_records'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation_resource.rb:400:in `find_related_monomorphic_fragments'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/active_relation_resource.rb:213:in `find_related_fragments'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/processor.rb:420:in `find_resource_id_tree_from_resource_relationship'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/processor.rb:380:in `find_related_resource_set'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/processor.rb:192:in `show_related_resources'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/processor.rb:34:in `block (2 levels) in process'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:101:in `run_callbacks'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/processor.rb:33:in `block in process'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:101:in `run_callbacks'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/processor.rb:32:in `process'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/operation.rb:12:in `process'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/acts_as_resource_controller.rb:140:in `process_operation'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/acts_as_resource_controller.rb:110:in `block (3 levels) in process_request'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/request_parser.rb:32:in `each'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/acts_as_resource_controller.rb:97:in `block (2 levels) in process_request'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:101:in `run_callbacks'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/acts_as_resource_controller.rb:96:in `block in process_request'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/acts_as_resource_controller.rb:132:in `process_operations'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/acts_as_resource_controller.rb:95:in `process_request'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/jsonapi-resources-0.10.2/lib/jsonapi/acts_as_resource_controller.rb:59:in `index_related_resources'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/abstract_controller/base.rb:195:in `process_action'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_controller/metal/rendering.rb:30:in `process_action'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/abstract_controller/callbacks.rb:42:in `block in process_action'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:101:in `run_callbacks'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/abstract_controller/callbacks.rb:41:in `process_action'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_controller/metal/rescue.rb:22:in `process_action'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/notifications.rb:180:in `block in instrument'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/notifications/instrumenter.rb:24:in `instrument'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/notifications.rb:180:in `instrument'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_controller/metal/instrumentation.rb:32:in `process_action'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/abstract_controller/base.rb:136:in `process'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionview-6.0.3.4/lib/action_view/rendering.rb:39:in `process'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_controller/metal.rb:190:in `dispatch'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_controller/metal.rb:254:in `dispatch'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:33:in `serve'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:49:in `block in serve'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:32:in `each'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/journey/router.rb:32:in `serve'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/routing/route_set.rb:834:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/head.rb:12:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/http/content_security_policy.rb:18:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:260:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/cookies.rb:648:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/callbacks.rb:101:in `run_callbacks'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/callbacks.rb:26:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/executor.rb:14:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/rack/logger.rb:37:in `call_app'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/rack/logger.rb:28:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/request_id.rb:27:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/runtime.rb:22:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/executor.rb:14:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/static.rb:126:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/actionpack-6.0.3.4/lib/action_dispatch/middleware/host_authorization.rb:82:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/engine.rb:527:in `call'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-test-1.1.0/lib/rack/mock_session.rb:29:in `request'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-test-1.1.0/lib/rack/test.rb:266:in `process_request'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-test-1.1.0/lib/rack/test.rb:129:in `custom_request'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/rack-test-1.1.0/lib/rack/test.rb:58:in `get'\r\n/home/local/COMCARD-NT/kanis/.rvm/rubies/ruby-2.7.1/lib/ruby/2.7.0/forwardable.rb:235:in `get'\r\ntest-error-hash.rb:126:in `block in test_index_your_models'\r\ntest-error-hash.rb:121:in `times'\r\ntest-error-hash.rb:121:in `test_index_your_models'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest/test.rb:98:in `block (3 levels) in run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest/test.rb:195:in `capture_exceptions'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest/test.rb:95:in `block (2 levels) in run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:272:in `time_it'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest/test.rb:94:in `block in run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:367:in `on_signal'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest/test.rb:211:in `with_info_handler'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest/test.rb:93:in `run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:1029:in `run_one_method'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:341:in `run_one_method'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:328:in `block (2 levels) in run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:327:in `each'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:327:in `block in run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:367:in `on_signal'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:354:in `with_info_handler'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:326:in `run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:164:in `block in __run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:164:in `map'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:164:in `__run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:141:in `run'\r\n/home/local/COMCARD-NT/kanis/.rvm/gems/ruby-2.7.1/gems/minitest-5.14.2/lib/minitest.rb:68:in `block in autorun'\r\nI, [2020-11-11T13:39:24.622121 #28095]  INFO -- : Completed 500 Internal Server Error in 16ms (Views: 1.0ms | Allocations: 8220)\r\n```\r\n","author":{"url":"https://github.com/larskanis","@type":"Person","name":"larskanis"},"datePublished":"2020-11-11T13:18:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1333/jsonapi-resources/issues/1333"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9bff44f4-03a2-cee7-29d0-6960f8654844
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC23E:287EA1:1C620BE:286EF62:6A50DE1E
html-safe-nonce1ce8103779800c16e7b0201483a27ff9de02fd4bb371633b802565ee85c26a47
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMjNFOjI4N0VBMToxQzYyMEJFOjI4NkVGNjI6NkE1MERFMUUiLCJ2aXNpdG9yX2lkIjoiMzI5ODMzNDk1NDM4NDA1NTgzOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf77d2d9784578bde858b115a579c15cd374024d1efd146587b9ce69676df7381
hovercard-subject-tagissue:740760059
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/JSONAPI-Resources/jsonapi-resources/1333/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a9b63121f481f92ee39b5b6f5284ba485d2795ca4339348626f127c50a3dc734/JSONAPI-Resources/jsonapi-resources/issues/1333
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a9b63121f481f92ee39b5b6f5284ba485d2795ca4339348626f127c50a3dc734/JSONAPI-Resources/jsonapi-resources/issues/1333
og:image:altThis issue is a (choose one): Problem/bug report. Checklist before submitting: I've searched for an existing issue. I've asked my question on Gitter and have not received a satisfactory answer. I'v...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamelarskanis
hostnamegithub.com
expected-hostnamegithub.com
None72b13e0e8d0319acdd27a145cfe73f4f06c791713d0ac4690e41fb68ad28cac0
turbo-cache-controlno-preview
go-importgithub.com/JSONAPI-Resources/jsonapi-resources git https://github.com/JSONAPI-Resources/jsonapi-resources.git
octolytics-dimension-user_id262422067
octolytics-dimension-user_loginJSONAPI-Resources
octolytics-dimension-repository_id18248068
octolytics-dimension-repository_nwoJSONAPI-Resources/jsonapi-resources
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id18248068
octolytics-dimension-repository_network_root_nwoJSONAPI-Resources/jsonapi-resources
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release17290b65caabb92b271e0949d1bf147b63deab41
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JSONAPI-Resources/jsonapi-resources/issues/1333#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJSONAPI-Resources%2Fjsonapi-resources%2Fissues%2F1333
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJSONAPI-Resources%2Fjsonapi-resources%2Fissues%2F1333
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=JSONAPI-Resources%2Fjsonapi-resources
Reloadhttps://github.com/JSONAPI-Resources/jsonapi-resources/issues/1333
Reloadhttps://github.com/JSONAPI-Resources/jsonapi-resources/issues/1333
Reloadhttps://github.com/JSONAPI-Resources/jsonapi-resources/issues/1333
Please reload this pagehttps://github.com/JSONAPI-Resources/jsonapi-resources/issues/1333
JSONAPI-Resources https://github.com/JSONAPI-Resources
jsonapi-resourceshttps://github.com/JSONAPI-Resources/jsonapi-resources
Notifications https://github.com/login?return_to=%2FJSONAPI-Resources%2Fjsonapi-resources
Fork 543 https://github.com/login?return_to=%2FJSONAPI-Resources%2Fjsonapi-resources
Star 2.3k https://github.com/login?return_to=%2FJSONAPI-Resources%2Fjsonapi-resources
Code https://github.com/JSONAPI-Resources/jsonapi-resources
Issues 208 https://github.com/JSONAPI-Resources/jsonapi-resources/issues
Pull requests 52 https://github.com/JSONAPI-Resources/jsonapi-resources/pulls
Discussions https://github.com/JSONAPI-Resources/jsonapi-resources/discussions
Actions https://github.com/JSONAPI-Resources/jsonapi-resources/actions
Projects https://github.com/JSONAPI-Resources/jsonapi-resources/projects
Wiki https://github.com/JSONAPI-Resources/jsonapi-resources/wiki
Security and quality 0 https://github.com/JSONAPI-Resources/jsonapi-resources/security
Insights https://github.com/JSONAPI-Resources/jsonapi-resources/pulse
Code https://github.com/JSONAPI-Resources/jsonapi-resources
Issues https://github.com/JSONAPI-Resources/jsonapi-resources/issues
Pull requests https://github.com/JSONAPI-Resources/jsonapi-resources/pulls
Discussions https://github.com/JSONAPI-Resources/jsonapi-resources/discussions
Actions https://github.com/JSONAPI-Resources/jsonapi-resources/actions
Projects https://github.com/JSONAPI-Resources/jsonapi-resources/projects
Wiki https://github.com/JSONAPI-Resources/jsonapi-resources/wiki
Security and quality https://github.com/JSONAPI-Resources/jsonapi-resources/security
Insights https://github.com/JSONAPI-Resources/jsonapi-resources/pulse
#1334https://github.com/JSONAPI-Resources/jsonapi-resources/pull/1334
Sporadic error when fetching related objectshttps://github.com/JSONAPI-Resources/jsonapi-resources/issues/1333#top
#1334https://github.com/JSONAPI-Resources/jsonapi-resources/pull/1334
https://github.com/larskanis
larskanishttps://github.com/larskanis
on Nov 11, 2020https://github.com/JSONAPI-Resources/jsonapi-resources/issues/1333#issue-740760059
Gitterhttps://gitter.im/cerebris/jsonapi-resources
bug report templatehttps://github.com/cerebris/jsonapi-resources/blob/master/lib/bug_report_templates/rails_5_master.rb
JoinManagerhttps://github.com/cerebris/jsonapi-resources/blob/7a2de3076fa30312ef8d4ed76bee02156e1455d0/lib/jsonapi/active_relation/join_manager.rb#L123
https://gist.github.com/larskanis/16af0f9e37eac17f27800468a5a6acabhttps://gist.github.com/larskanis/16af0f9e37eac17f27800468a5a6acab
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.