Forum Discussion
Embedded runing on development machine but failed on production with publish
Dear all,
i have powerbi embedded running smooth on my development. with http://localhost:13526, but when i publish and running on production i get error with bellow message.
Server Error in '/' Application.
Value cannot be null.
Parameter name: resource
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: resource
here's the link.
*remove the Link
nb : i have add the permission on azure for app permission with production url.
Any support & answered would be appreciated.
Thanks,
Thomas Benny
- Anonymous8 years agoHi thomasbenny,
Did you set the appsettings like here https://github.com/Microsoft/PowerBI-Developer-Samples/blob/master/App%20Owns%20Data/PowerBIEmbedded_AppOwnsData/Cloud.config?
As I saw that you use the app owns data sample.
Thanos Where do you set those app settings? Do you just move the cloud.config to that directory or do you update the web.config?
3 Replies
- AnonymousNot applicableHi thomasbenny,
Did you set the appsettings like here https://github.com/Microsoft/PowerBI-Developer-Samples/blob/master/App%20Owns%20Data/PowerBIEmbedded_AppOwnsData/Cloud.config?
As I saw that you use the app owns data sample.
Thanos- thomasbennyRegular Visitor
Thanks in advance thanos.
you saved my day.
Regards,
Thomas Benny
- azulcoreFrequent Visitor
Where do you set those app settings? Do you just move the cloud.config to that directory or do you update the web.config?