xHergz / TheMakeupApp

Capstone project for SET
0 stars 0 forks source link

500 status when creating portfolio with no picture #103

Closed xHergz closed 5 years ago

xHergz commented 5 years ago

Description:

Same as #96, 500 status when trying to create a portfolio with no picture.

Reproduction Steps:

  1. Go to artist portfolio on account with no portfolio
  2. Try to create a portfolio with just a bio

    Proposed Solution:

    Make the API check for null/empty pictures and use the defaultPic url.

xHergz commented 5 years ago

Fixed by checking for an empty or null picture and using the default profile pic path instead.