Closed dreadpool2 closed 5 years ago
Not a issue. It is because after getting the image url it first sets it into different sizes and get stored in static directory. And then fetches the url of local image in static dir.
But then how can we show these images in the app? As these links depend on local host
@bhaveshAn It's working perfectly fine when we use api https://open-event-api-dev.herokuapp.com/v1/events
but not when api.eventyay.com/v1/events
is used
Changing localhost:5000
to api.eventyay.com
works
Yeah! exactly. That's the image.
Isn't it a server bug then? You are returning the correct url while using the heroku API but not while using eventyay API? Do correct me if I am wrong.
You are right. Do you wanna work on this ??
@bhaveshAn You can go ahead on this issue if you want:+1:
Sure !
This is still a concern AFAIK
@iamareebjamal will #5330 resolve the issue?
But it is closed. If the issue it was addressing is fixed, then yes
Not reproducible anymore. @iamareebjamal @uds5501 Let's close this.
Describe the bug Urls like
originial-image-url
are getting changed in the response shown after using POST request to create them. API usedapi.eventyay.com/v1/events
. Below is the event to be posted raw data and corresponding response.Event to be posted:-
Response:-