Reputation: 721
While inserting data's into the jhipster generated code, am getting
error.internalServerError
the Above error and also in my Console am getting this
Table 'kaisifydemo.job_post' doesn't exist
error. But I created the Entity Job Post and gave the relationship also. So what was the problem?
can someone clarify me? Thanks in Advance.
Upvotes: 1
Views: 1034
Reputation: 721
Yo guys, finally i found the answer for my own question. The reason for my error was improper relationship between two entities. Give relationship names properly. Thank you
Upvotes: 3