bluewave-labs / bluewave-onboarding

https://bluewavelabs.ca
GNU Affero General Public License v3.0
22 stars 4 forks source link

Issue 63: fixed issue 63 and added createdBy to popup table #64

Closed erenfn closed 3 months ago

erenfn commented 3 months ago

fixed

uparkalau commented 3 months ago

You can merge it

erenfn commented 3 months ago

Calling add popup with this body:

{ "popupSize": "small", "closeButtonAction": "close-popup", "url": "https://example.com", "actionButtonText": "Click Here", "headerBackgroundColor": "#FF0000", "headerColor": "#FFFFFF", "textColor": "#000000", "buttonBackgroundColor": "#00FF00", "buttonTextColor": "#FFFFFF" }

I am getting

"error": "Internal Server Error",
"message": "null value in column \"createdAt\" of relation \"popup\" violates not-null constraint",
"errorCode": "CREATE_POPUP_ERROR"

}

I didn't have this before, do you have the same issue?