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
when i created a MediaItem field and upload image in chisel, it will upload the image correctly but give a bad url, for example my parse appId is 'particle', it will give the image url something like this: http://particle_cluster/parse/files/particle/dc52b2a366bf2e39624d050212cf3c21____jpg.jpeg , how can i set particle_cluster to --serverURL domain.
The text was updated successfully, but these errors were encountered:
I run chisel on my laptop and parse server on public website.
I access http://localhost:9000/ to customize Item in remote parse server.
everything is OK, the image is upload to the remote parse server, but the url is not correct.
when i get parse/classes/MediaItem/TL2Me0IboH
it reply with :
when i created a MediaItem field and upload image in chisel, it will upload the image correctly but give a bad url, for example my parse appId is 'particle', it will give the image url something like this: http://particle_cluster/parse/files/particle/dc52b2a366bf2e39624d050212cf3c21____jpg.jpeg , how can i set particle_cluster to --serverURL domain.
The text was updated successfully, but these errors were encountered: