Autodesk-Forge/forge-configurator-inventor

Unable to run App From Source

prefabking opened this issue · 5 comments

Hi,

I'm trying to run the app from the source but not able to run successfully. I followed all the instructions mentioned on GitHub. It doesn't do anything after the below line for a long time:
image

Any help is appreciated.

Hello,

have you try to open the internet browser and navigate to the page https://localhost:5001 ?

Michal

Thanks @hradilm for your reply. Yes did that already browser opens automatically but nothing happens for a long time. Any other thoughts?

This issue has seemed to have rectified itself & i can get to home screen. When logging in i get the forge authorize application & then login failed image. any suggestions would be appreciated
Screen Shot

Hello,

you just modify the value inside the config, see https://github.com/Autodesk-Forge/forge-configurator-inventor/blob/master/WebApplication/appsettings.json#L36

You can change Enable: true to Enable: false

You can do it directly in appsettings.json file, or you can do override in your appsetting.Local.json

@mivasi @hradilm Thanks for your help! greatly appreciated