byyoungjin / blog_front

0 stars 0 forks source link

emoticon not showing when depoled on aws #12

Closed byyoungjin closed 4 years ago

byyoungjin commented 4 years ago

It looks like problem of AWS RDS parameter configuration

byyoungjin commented 4 years ago

image image

I did it above and realized that I should remake table to apply that setting. +sequelize config setting

instead of doing that, I decided to manually edit parameter configuration through MySql WorkBench

image

But I should sync the table with my config on sequelize folder. So I did sync table

and it worked!

image