- BaseException was undefined, Adding exceptions(app/exceptions/base_exception) folder fixed the issue. - Invalid authenticity token when requesting API. Adding `protect_from_forgery with: :null_session` fixed the issue. - After using the generator to list records, It did not add the query, we had to add it manually.