You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2019. It is now read-only.
e.g. when URL is http://104.131.39.3:8080/?server=http://104.131.39.3:3000 we get the error GET http://104.131.39.3:3000/api/v1/objects/5a7b1acc6834136c23c73ea0?omit=base64,rawData 400 (Bad Request)
User login & stream lists work as expected
The text was updated successfully, but these errors were encountered:
mswaidan
changed the title
Setting server address as URL param doesn't affect where viewer is looking for objects
400 on GET objects/[object]
Apr 3, 2018
2018-04-03T02:15:32.769Z - info: HTTP GET /api/v1/objects/5a7b1acc6834136c23c73ea0 400
debug: checking perms false | guest |
error: TypeError: Cannot read property 'toString' of undefined
at Promise (/root/SpeckleServer/app/api/v1/middleware/PermissionCheck.js:20:75)
at new Promise (<anonymous>)
at module.exports (/root/SpeckleServer/app/api/v1/middleware/PermissionCheck.js:12:10)
at SpeckleObject.findOne.then.object (/root/SpeckleServer/app/api/v1/objects/ObjectGet.js:16:22)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)```
e.g. when URL is
http://104.131.39.3:8080/?server=http://104.131.39.3:3000
we get the errorGET http://104.131.39.3:3000/api/v1/objects/5a7b1acc6834136c23c73ea0?omit=base64,rawData 400 (Bad Request)
User login & stream lists work as expected
The text was updated successfully, but these errors were encountered: