[GH-ISSUE #5670] [bug]: Imported requests to shared workspaces can't be opened in the cloud offering #2201

Closed
opened 2026-03-16 23:33:31 +03:00 by kerem · 3 comments
Owner

Originally created by @pahmedabdo on GitHub (Dec 7, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5670

Originally assigned to: @mirarifhasan on GitHub.

Is there an existing issue for this?

  • I have searched existing issues and this bug hasn't been reported yet

Platform

Web App

Browser

Chrome

Operating System

Windows

Bug Description

TeamCollections.vue:877 POST https://o1408531.ingest.us.sentry.io/api/6744148/envelope/?sentry_key=c4459977deac4f8a827036844059ba0a&sentry_version=7&sentry_client=sentry.javascript.vue%2F7.119.2 429 (Too Many Requests)

TeamCollections.vue:877 [Vue warn]: Error in https://vuejs.org/error-reference/#runtime-6: "TypeError: Cannot create property 'auth' on string '{"auth":{"authType":"inherit","authActive":true},"headers":[],"variables":[]}'"

Deployment Type

Hoppscotch Cloud

Version

No response

Originally created by @pahmedabdo on GitHub (Dec 7, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5670 Originally assigned to: @mirarifhasan on GitHub. ### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Platform Web App ### Browser Chrome ### Operating System Windows ### Bug Description TeamCollections.vue:877 POST https://o1408531.ingest.us.sentry.io/api/6744148/envelope/?sentry_key=c4459977deac4f8a827036844059ba0a&sentry_version=7&sentry_client=sentry.javascript.vue%2F7.119.2 429 (Too Many Requests) TeamCollections.vue:877 [Vue warn]: Error in https://vuejs.org/error-reference/#runtime-6: "TypeError: Cannot create property 'auth' on string '{"auth":{"authType":"inherit","authActive":true},"headers":[],"variables":[]}'" ### Deployment Type Hoppscotch Cloud ### Version _No response_
kerem 2026-03-16 23:33:31 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tasosz commented on GitHub (Dec 8, 2025):

Getting the same issue in Chrome and Desktop client (on Intel Mac, 26.1).

Desktop client error:

TypeError: Attempted to assign to readonly property.
cascadeParentCollectionForProperties — team-collection.service.ts:1159
ul — index.vue:2145
Blackboxed — 3 call frames
I — TeamCollections.vue:877
Blackboxed — 3 call frames
I — Request.vue:363
Blackboxed — 3 call frames

Chrome error:

TeamCollections.vue:877 [Vue warn]: Error in https://vuejs.org/error-reference/#runtime-6: "TypeError: Cannot create property 'auth' on string '{"auth":{"authType":"bearer","token":"","authActive":true},"headers":[],"variables":[],"description":null}'"

TeamCollections.vue:877  POST https://o1408531.ingest.us.sentry.io/api/6744148/envelope/?sentry_key=c4459977deac4f8a827036844059ba0a&sentry_version=7&sentry_client=sentry.javascript.vue%2F7.119.2 429 (Too Many Requests)

Note: Issue only happens with requests in shared workspaces that are also in imported collections. Requests in personal workspaces open fine.
With manually created collections in shared workspaces, manually created requests or requests moved from other collections, also work fine.


Workaround

  1. Import collection A in shared workspace
  2. Manually create collection B in shared workspace
  3. Move requests from collection A to collection B
  4. Replicate any collection A properties to collection B

@pahmedabdo

<!-- gh-comment-id:3627435461 --> @tasosz commented on GitHub (Dec 8, 2025): Getting the same issue in Chrome and Desktop client (on Intel Mac, 26.1). Desktop client error: ``` TypeError: Attempted to assign to readonly property. cascadeParentCollectionForProperties — team-collection.service.ts:1159 ul — index.vue:2145 Blackboxed — 3 call frames I — TeamCollections.vue:877 Blackboxed — 3 call frames I — Request.vue:363 Blackboxed — 3 call frames ``` Chrome error: ``` TeamCollections.vue:877 [Vue warn]: Error in https://vuejs.org/error-reference/#runtime-6: "TypeError: Cannot create property 'auth' on string '{"auth":{"authType":"bearer","token":"","authActive":true},"headers":[],"variables":[],"description":null}'" TeamCollections.vue:877 POST https://o1408531.ingest.us.sentry.io/api/6744148/envelope/?sentry_key=c4459977deac4f8a827036844059ba0a&sentry_version=7&sentry_client=sentry.javascript.vue%2F7.119.2 429 (Too Many Requests) ``` **Note:** Issue only happens with requests in shared workspaces that are also in imported collections. Requests in personal workspaces open fine. With manually created collections in shared workspaces, manually created requests or requests moved from other collections, also work fine. ---- #### Workaround 1. Import collection A in shared workspace 2. Manually create collection B in shared workspace 3. Move requests from collection A to collection B 4. Replicate any collection A properties to collection B @pahmedabdo
Author
Owner

@jamesgeorge007 commented on GitHub (Dec 12, 2025):

Hi, apologies for the inconvenience. We've identified the root cause stemming from the BE implementation on the cloud offering, and a patch is being evaluated. We’ll share updates as progress is made.

<!-- gh-comment-id:3647035266 --> @jamesgeorge007 commented on GitHub (Dec 12, 2025): Hi, apologies for the inconvenience. We've identified the root cause stemming from the BE implementation on the cloud offering, and a patch is being evaluated. We’ll share updates as progress is made.
Author
Owner

@jamesgeorge007 commented on GitHub (Dec 12, 2025):

Closing since the fix is now live. Please let us know if the issue persists.

<!-- gh-comment-id:3647403042 --> @jamesgeorge007 commented on GitHub (Dec 12, 2025): Closing since the fix is now live. Please let us know if the issue persists.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2201
No description provided.