- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 06:23 AM
Hello,
when i run "nuxeo bootstrap" it gives me this error message :
info Unable to fetch metamodel remotely... Trying locally.
× You must initialize metamodel online once.
There is some configuration that i must to do before ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 08:31 AM
I found the solution, i need to assign the http_proxy value.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 06:32 AM
Are you behind a proxy? Nuxeo CLI bootstrap is pulling "templates" from a GitHub repository, meaning you need to be able to access it.
If you are behind a proxy, are you able to disable it in order to make it work a first time, and retry after that?
Otherwise there is possibility to fetch that configuration locally and specify to Nuxeo CLI tool where to look for it locally. Not an ideal configuration though since you would be missing updates to code skeleton/bootstraps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 08:22 AM
Thanks for your reply.
I don't have a proxy :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 08:31 AM
I found the solution, i need to assign the http_proxy value.
