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
error: Uncaught internal server error. [TypeError: function] TypeError: function
at Object.urlFormat [as format] (url.js:532:11)
at Request.init (/usr/lib/node_modules/parse-server/node_modules/request/request.js:243:25)
at new Request (/usr/lib/node_modules/parse-server/node_modules/request/request.js:129:8)
at request (/usr/lib/node_modules/parse-server/node_modules/request/index.js:55:10)
at Object.module.exports [as httpRequest] (/usr/lib/node_modules/parse-server/lib/cloud-code/httpRequest.js:82:25)
at /srv/cgib/cloud/main.js:325:15
at _ret.v (/usr/lib/node_modules/parse-server/lib/Routers/FunctionsRouter.js:142:15)
at new Promise (/usr/lib/node_modules/parse-server/node_modules/core-js/modules/es6.promise.js:191:7)
at /usr/lib/node_modules/parse-server/lib/Routers/FunctionsRouter.js:122:16
at handleCloudFunction (/usr/lib/node_modules/parse-server/lib/Routers/FunctionsRouter.js:145:10)
The text was updated successfully, but these errors were encountered:
Issue Description
After upload a file I'm trying to get the url but I get an error.
!!! With 2.2.16 all works fine. ¡¡¡
Steps to reproduce
I have this code within my main.js
Expected Results
A string
Actual Outcome
A complete function
Environment Setup
Logs/Trace
The text was updated successfully, but these errors were encountered: