identity
identity copied to clipboard
Running deso identity in ng serve vs ng build
Deso identity works when I use ng serve command.
But when I use ng build --configuration production and copy the dist folder to my server and then use Deso identity from there, I get the below error
https://myDesoIdentity.com/embed?v=2 not found.
Is this an issue related to https://angular.io/guide/deployment#server-configuration ?