newfs / gobotany-app

Deployable code for the Go Botany application
9 stars 8 forks source link

JS error in Production #718

Closed jnga closed 5 years ago

jnga commented 5 years ago

Following the 3.0.2 hotfix release, the application JS is not loading, with the following console errors seen:

[Error] SyntaxError: Unexpected token '<<' (anonymous function) (gobotany.application.js:1) [Error] ReferenceError: Can't find variable: require Global Code (gobotany-dev.herokuapp.com:74)

Verified this in the Dev environment.

jnga commented 5 years ago

Verified fixed in the Dev environment.

jnga commented 5 years ago

Tried rebuilding the application JS against the develop branch, but no new file was created so it appears up to date there.