I have two models involved: guides and steps. I expect to be able to create a guide and create steps associated with that guide from the Forest Admin web interface. I sent this issue to support@forestadmin.com but I'm posting it here in case someone from the community has had a similar issue and might have a solution.
Actual behavior
I am able to create a guide but when I try to create a step associated with that guide no network request is made and an error is logged to the console. This error was not occurring the last time I tried it (September 19) and we've made no model/code changes in several months.
Steps to reproduce:
login to Forest admin and create a guide
click on steps (from the left of this guide details, so that it will be associated with this guide)
click on the + -> create new step
fill out the required fields and click save
nothing happens. no network request is made and the error below is logged to the console
TypeError: Cannot read property 'get' of null
at client-5fdff9cef7c56…54b566218f6.js:1177
at o.forEach (vendor-039ff5e8d2118…4f25499893e.js:3532)
at o.saveNewRecord (client-5fdff9cef7c56…54b566218f6.js:1176)
at o.y (vendor-039ff5e8d2118…4f25499893e.js:3287)
at d (vendor-039ff5e8d2118…4f25499893e.js:3932)
at E.trigger (vendor-039ff5e8d2118…4f25499893e.js:4089)
at o.send (vendor-039ff5e8d2118…4f25499893e.js:3323)
at o.send (vendor-039ff5e8d2118…4f25499893e.js:3494)
at o.triggerAction (vendor-039ff5e8d2118…4f25499893e.js:3600)
at o.sendAction (vendor-039ff5e8d2118…4f25499893e.js:3759)
Context
Package Version: 2.16.2 (in dev and staging) 2.8.2 (in production)
Express Version: 4.15.2
Sequelize Version: 4.8.3
Database Dialect: mysql
Database Version: mysql Ver 14.14 Distrib 5.5.60, for debian-linux-gnu (x86_64) using readline 6.3
We've released a batch of fixes recently and your issue really looks like an issue we've fixed.
Could you retry and let us know if we can close the issue?
Expected behavior
I have two models involved: guides and steps. I expect to be able to create a guide and create steps associated with that guide from the Forest Admin web interface. I sent this issue to support@forestadmin.com but I'm posting it here in case someone from the community has had a similar issue and might have a solution.
Actual behavior
I am able to create a guide but when I try to create a step associated with that guide no network request is made and an error is logged to the console. This error was not occurring the last time I tried it (September 19) and we've made no model/code changes in several months.
Steps to reproduce:
guides model:
steps model:
Failure Logs
Context
Thanks!