You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.
Hi fellas,
Everything works fine when am working in the browser. But when I use ionic run android --device --prod (production code), the app launches but only shows white screen and nothing else.
When I attach the device to Chrome and inspect the console logs from Chrome://inspect, I see the error, 'i().columns.add is not a function'. I traced it to this file, '~/decorator/columns/column.js' and realised getMetadataArgsStorage().columns is of type PropertyMetadataArgsCollection but doesn't have the add() function.
Anyone have some ideas how to resolve this? The app works flawlessly when I deploy it without the --prod switch.
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks sidneycorreia. Actually, I am using your fork https://github.com/sidneycorreia/ionic-orm, but I did not find a way to submit this issue, that's why I posted it here instead - in BradyLiles'. Am glad you replied and hope we can resolve this issue.
Hi fellas,
Everything works fine when am working in the browser. But when I use
ionic run android --device --prod
(production code), the app launches but only shows white screen and nothing else.When I attach the device to Chrome and inspect the console logs from Chrome://inspect, I see the error, '
i().columns.add
is not a function'. I traced it to this file,'~/decorator/columns/column.js'
and realisedgetMetadataArgsStorage().columns
is of typePropertyMetadataArgsCollection
but doesn't have the add() function.Anyone have some ideas how to resolve this? The app works flawlessly when I deploy it without the
--prod
switch.Thanks.
The text was updated successfully, but these errors were encountered: