Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG - Attachments upload (PUT) issue on #268

Open
ofrids opened this issue Sep 6, 2022 · 0 comments
Open

BUG - Attachments upload (PUT) issue on #268

ofrids opened this issue Sep 6, 2022 · 0 comments

Comments

@ofrids
Copy link

ofrids commented Sep 6, 2022

Description

Uploading new object (PUT method) returns error: Cannot read properties of undefined (reading 'entityType') on FPM Explorer

Steps to Reproduce

  1. Upload a file
  2. $batch (POST method) called to create new entity (OK)
  3. stream_data (PUT method) called to update new entity with data
  4. Got Cannot read properties of undefined (reading 'entityType')

image
Issue appears because url for PUT initially provided with base url.

Expected results

Expected to add and return correct data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant