I am trying to figure out whether its regression o...
# dev-frontend
a
I am trying to figure out whether its regression of last changes for renaming or something in my branch.
c
i think i saw this happening today too but deleting my /tmp/dev_root folders probably got rid of the errors... I saw execeptions in the log about SourceImplementationId not recognized etc if i remember correctly
a
Yeah, thanks. There indeed could be some confusion as some model field names were updated on both backend and frontend 🙂
s
does
docker-compose down -v
then running
VERSION=dev docker-compose up
fix it?
a
The commands above fix error with
SourceImplementationId
as I had same error today too. As for error I was asking about - it had different root cause that I have already fixed. Thank you
s
great!