thechori / movie-night

Web application built using MeteorJS to track and organize Sunday Movie Nights
0 stars 0 forks source link

Fix bug that is causing problems when adding new movies #26

Closed thechori closed 7 years ago

thechori commented 7 years ago

Fixed! This was an issue with permissions. By default, Meteor allows you to submit to the database from the client-side, but the "insecure" package was removed and the server-side methods were not implemented. Fixed for demo purposes by reinstalling the package.