Replies: 1 comment
-
I found a error in my code, now works fine, it was my fault |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to build the project to upload to production, it doesn't load:
Uncaught Error: Cannot enable prod mode after platform setup.
I changed this line:
prodMode: !isDevMode();
for this one:
prodMode: environment.production
Still not working
Beta Was this translation helpful? Give feedback.
All reactions