Giter VIP home page Giter VIP logo

Comments (6)

mivasi avatar mivasi commented on June 12, 2024 1

Hi @paulojserrano ,

  1. I hope I understand well that you are interested in change the header branding like (Logos and name of the application in title)
    a. Forge logo is in https://github.com/Autodesk-Forge/forge-configurator-inventor/blob/master/WebApplication/ClientApp/public/logo.png
    b.Title Autodesk Forge can be changed in here https://github.com/Autodesk-Forge/forge-configurator-inventor/blob/master/WebApplication/ClientApp/src/components/toolbar.js#L75
    c. Autodesk logo is in https://github.com/Autodesk-Forge/forge-configurator-inventor/blob/master/WebApplication/ClientApp/public/logo-xs-white-BG.svg
    If you change these files and make sure sizes are the same it should work. If you need to change them more (including sizes or positions) just look for the filenames in code where you can do necessary changes.

  2. It will include changes in UI application, Backend application and also creating new Inventor plugin doing stp export. Last two are described here https://github.com/Autodesk-Forge/forge-configurator-inventor/wiki/How-to-add-new-Inventor-plugin. UI changes should be done in downloads component which is here https://github.com/Autodesk-Forge/forge-configurator-inventor/blob/master/WebApplication/ClientApp/src/components/downloads.js

from forge-configurator-inventor.

mivasi avatar mivasi commented on June 12, 2024 1

Hi @paulojserrano,
you are not the first one having issue on Azure with using callbacks on FDA. See #417

Let me try it on our own, to try to reproduce your issue and I will get back to you.

from forge-configurator-inventor.

paulojserrano avatar paulojserrano commented on June 12, 2024

Thanks, that was very helpful! I have another question:

I was able to deploy to Azure, but it only works if I keep completion check as "Polling". Relevant code below. Is this something you've seen before?

appsettings:
"Publisher": { "CompletionCheck": "Polling", "CallbackUrlBase": "http://myapp.azurewebsites.net/" }
Program.cs
if (cmdLine.GetValue<bool>("migration") == true) { host.ConfigureServices((hostContext, services) => { ServiceConfigurator.ConfigureServices(hostContext.Configuration, services); }); } else { host.ConfigureWebHostDefaults(webBuilder => { webBuilder.UseStartup<Startup>(); var port = Environment.GetEnvironmentVariable("PORT"); // If deployed to a service like Heroku, need to listen on port defined in the environment, not the default one if (!string.IsNullOrEmpty(port)) { webBuilder.UseUrls("http://*:" + port); Log.Logger.Information($"PORT environment variable defined to:{port}"); } }); }

when I change the "Polling" to "CallbackUrlBase" the app fails to load.

from forge-configurator-inventor.

mivasi avatar mivasi commented on June 12, 2024

Hi @paulojserrano,

I don't know if you already read that, so just to make sure, this should help #417 (comment)

from forge-configurator-inventor.

paulojserrano avatar paulojserrano commented on June 12, 2024

Hi @mivasi , I think the callback issue is still not resolved. (If I understood correctly)

It seems that #417 can only work if it is set to "polling"

from forge-configurator-inventor.

MikeGie avatar MikeGie commented on June 12, 2024

Hi @paulojserrano,
yes, I am still using polling and waiting for some help to change to callback.

from forge-configurator-inventor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.