Forge Configurator Inventor Issue with OSS Bucket
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After following the guide provided by Autodesk on https://github.com/Autodesk-Forge/forge-configurator-inventor i’m completely unable to view any demo project using the solution provided…,
When using the terminal with: dotnet run initialize=true , a repeated error happen,
WRN] Cannot create OSS bucket, Repeating
After that, the code can’t continue and there is the log :
FTL] Application startup exception
System.AggregateException: One or more errors occurred. (Error calling CreateBucket: {"reason":"Bucket already exists"})
---> Autodesk.Forge.Client.ApiException: Error calling CreateBucket: {"reason":"Bucket already exists"}
at Autodesk.Forge.BucketsApi.CreateBucketAsyncWithHttpInfo(PostBucketsPayload postBuckets, String xAdsRegion)
at Autodesk.Forge.BucketsApi.CreateBucketAsync(PostBucketsPayload postBuckets, String xAdsRegion)
Another Issue related is on the npm terminal (the purple one..), I get an error , here is the log :
[21:07:14 INF] In Development environment
[21:07:14 INF] Now listening on: https://localhost:5001
[21:07:14 INF] Application started. Press Ctrl+C to shut down.
[21:07:14 INF] Hosting environment: Development
[21:07:14 INF] Content root path: E:\AUTODESK FORGE\forge-configurator-inventor-master\webapplication
[21:07:30 INF] HTTP GET /favicon.ico responded 200 in 10307.5484 ms
[21:07:30 INF] Get profile
[21:07:30 INF] Refreshing Forge token
[21:07:30 INF] HTTP GET /login/profile responded 200 in 38.6176 ms
[21:07:32 INF] HTTP GET /showParametersChanged responded 200 in 1431.1029 ms
[21:07:33 INF] HTTP GET /projects responded 200 in 2143.5863 ms
[21:07:38 ERR] HTTP GET /favicon.ico responded 500 in 7348.2512 ms
System.Net.Http.HttpRequestException: Failed to proxy the request to http://localhost:55899/favicon.ico, because the request to the proxy target failed. Check that the proxy target server is running and accepting requests to http://localhost:55899/.
The underlying exception message was 'An error occurred while sending the request.'.Check the InnerException for more details.
And then another Issue related is on the npm terminal (the normal one..), I get an error , here is the log :
> forge-configurator-inventor@0.1.1 prestart E:\AUTODESK FORGE\forge-configurator-inventor-master\webapplication\ClientApp
> node aspnetcore-https && node aspnetcore-react
> forge-configurator-inventor@0.1.1 start E:\AUTODESK FORGE\forge-configurator-inventor-master\webapplication\ClientApp
> rimraf ./build && react-scripts start
[HPM] Proxy created: /signalr -> https://localhost:5001/
[HPM] Proxy created: /login -> https://localhost:5001/
[HPM] Proxy created: /ClearSelf -> https://localhost:5001/
[HPM] Proxy created: /favicon.ico -> https://localhost:5001/
i 「wds」: Project is running at https://192.168.100.113/
i 「wds」: webpack output is served from
i 「wds」: Content not from webpack is served from E:\AUTODESK FORGE\forge-configurator-inventor-master\webapplication\ClientApp\public
i 「wds」: 404s will fallback to /
Starting the development server...
Compiled with warnings.
(webpack)/buildin/global.js
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:
* E:\AUTODESK FORGE\forge-configurator-inventor-master\WebApplication\ClientApp\node_modules\babel-loader\lib\index.js??ref--5-oneOf-3!E:\AUTODESK FORGE\forge-configurator-inventor-master\WebApplication\ClientApp\node_modules\webpack\buildin\global.js
Thx in advance, any help would be appreciate!