mikaelm1 / Blog-App-Buffalo

A blogging app built with Buffalo.
31 stars 13 forks source link

Updated project to use go.mod+pg+buffalo_v0.15.5 #11

Open danacr opened 4 years ago

danacr commented 4 years ago

I think most things work now, but I am experiencing some weird bugs with the csrf token when setting GO_ENV=production.

E.g. users cannot log in.

Dev seems fine

danacr commented 4 years ago

CSRF issue is probably linked to this: https://github.com/mikaelm1/Blog-App-Buffalo/issues/4, will have a look