Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
30 views

I’m developing a Forge app for Jira Cloud and I would like to reproduce something similar to Behaviours from ScriptRunner — for example, hide or show a custom field based on the value of another field,...
dev's user avatar
  • 1
1 vote
1 answer
74 views

I am developing a Forge app for Jira Cloud and need to store around 200 structured values on an issue (text fields, dates, URLs, etc.). Each value must have its own change history, similar to how Jira ...
dev's user avatar
  • 1
0 votes
0 answers
92 views

Good afternoon/evening. I encountered a problem in the mod: why, when I try to visually break a block on a spawn, does it return it back, even though it shouldn't? package com.example.visualbreakmod; ...
kroll_tt's user avatar
0 votes
0 answers
33 views

I have been getting this error whenever I try to run 'forge build.' I don't think there is anything wrong with my remappings because this is exactly how it is in Patrick's course. I also keep getting '...
Ezinne nwoke's user avatar
0 votes
0 answers
70 views

I’m using Laravel12 with Forge and Cloudflare, and Amazon S3 for storage. Recently, I migrated to a new server, and since then, I’ve been receiving a 401 Unauthorized response with: { "...
Amirali's user avatar
  • 145
0 votes
1 answer
66 views

With the Laravel Forge CLI forge login authenticates successfully. However, when I run any command afterward (e.g. forge servers:list or forge sites:list) I get: Your API Token is invalid. This ...
Enad Abuzaid's user avatar
0 votes
0 answers
89 views

I've been fighting to find ways to get transparency to work in my custom entities whilst updating my code from 1.16.5 to 1.20.1. I can not for the life of me figure this out. I've tried mimicking the ...
Mason's user avatar
  • 25
0 votes
1 answer
56 views

i have been trying to contact the support of Laravel Forge (Live chat, Discord, Discord Error, Email and writing on one of their posts on LinkedIn) for about 12 hours without any answers, not a single ...
ii iml0sto1's user avatar
  • 1,772
-1 votes
1 answer
91 views

so I have a project of creating a minecraft mod and it's pretty ambisious but unfortunatly I encountred an error while trying to loop throught sqlite3 database elements. there is the error: (btw this ...
saka baka's user avatar
0 votes
0 answers
23 views

So I recently started looking into Forge apps for Atlassian and I have a very simple use case. But due to so many different types and categories of templates I am unable to decide what way should I ...
Firaun's user avatar
  • 513
0 votes
0 answers
45 views

I have a Laravel application deployed on Forge, and everything works fine initially. The problem occurs when navigating between routes. For example: When I visit the homepage (/), everything works ...
issatillie's user avatar
1 vote
1 answer
219 views

I'm facing the next issue after completing my program and trying to make an executable. I've started the project directly with electron: npx create-electron-app@latest my-app --template=vite And ...
dennis_10-33's user avatar
0 votes
1 answer
78 views

I was working on a web application using CI4. I wanted to create a kind of install script if the database does not exist (implying the webapp is not installed). The best I could get from CI4 was $...
Njoku Okechukwu Valentine's user avatar
0 votes
1 answer
212 views

I executed runClient in gradle. If I try to start it using the "runClient" function directly in IntelliJ: Caused by: java.lang.IllegalArgumentException Caused by: java.lang....
Carlo's user avatar
  • 9
1 vote
0 answers
366 views

I am working on the Autodesk Forge Viewer walkthrough sample in node.js. Earlier I got error "Deprecated Service" then used OAuth 2.0 and that worked. But after that I am facing issue "...
Robin089's user avatar
0 votes
0 answers
55 views

I was testing and trying to learn Jira JQL function module. From the examples apps that are listed on the Jira documentation, firstly, I've cloned the project to my laptop. And then I've registered ...
Latimer Htet's user avatar
2 votes
1 answer
55 views

screenshot of Etherscan I want to deploy UniswapV2Factory on a local network and I found that it needs an address: constructor(address _feeToSetter) public { feeToSetter = _feeToSetter; } Then I ...
Lyn's user avatar
  • 21
0 votes
0 answers
151 views

I'm facing an issue while trying to deploy my Forge app. When I run the forge deploy command, I encounter the following error: D:\CodeGist-2024\Instant-Resolver-App> forge deploy D:\CodeGist-2024\...
Joseph Mwangi's user avatar
0 votes
0 answers
90 views

I am trying to encrypt a message using forge Javascript library and to decipher it using Openssl library suite using RSA algorithm. For some reason, the encrypted message is so corrupt, it can not be ...
TonyG's user avatar
  • 1
1 vote
1 answer
134 views

I am new to atlassian development. I have a forge UI kit app with a module on the Jira Service Management portal Request View Action. How can I restrict the forge app to only be visible on portal ...
Basel's user avatar
  • 11
0 votes
1 answer
89 views

I have a large drawing file (2d) for Building floors, with layers in it for Electrical wires, HAVC and Plumbing. I used Model Derivative API for converting the dwg file in SVF(F2D) file. After ...
Mehul Gidwani's user avatar
0 votes
1 answer
75 views

Following the below post I'm facing the same problem as the globalOffSet may change once the model changes. Forge viewer globaloffset change breaks moving in and select Forge uses this globalOffSet ...
Igor Barcelos's user avatar
0 votes
1 answer
38 views

I could not find an example of how we can filter the model tree in the forge viewer, meaning that If I pass an node, I get all the tree path to it. In the documentation I've found some example for ...
Igor Barcelos's user avatar
-1 votes
1 answer
109 views

I am not able to upload the drawing file and not able to open file in forge viewer. I am using a two-legged authentication API. Please find the code snippet below. $twoLeggedAuth = new TwoLeggedAuth();...
user19525192's user avatar
1 vote
0 answers
147 views

I am trying to make a Jira plugin that can upload files. I am using my backend to handle the logic and it's working fine when I try that from the postman. But when I try the same from Jira Plugin no ...
Adesh Kumar's user avatar
2 votes
1 answer
87 views

We're currently looking to implement a simple straight line feature within document markup. A straight line can be drawn currently by utilising the polygon tool and double clicking at the first point, ...
Chrissy Semens's user avatar
0 votes
1 answer
40 views

I'm trying to reload some saved viewpoints in the viewer and I'm encountering an strange behavior when trying to load viewpoints created in ortho mode. Basically I do not get the correct zoom. Below ...
Igor Barcelos's user avatar
0 votes
1 answer
98 views

Iam using autodesk forge viewer.Iam unable to explode the model by floor wise instead it is exploding every element in the model which makes my viewer clumsy so please help me to get ouyt of this ...
voltus's user avatar
  • 19
3 votes
1 answer
94 views

We consistently need to convert file units to millimeters. Our IFC files come from various sources, with most files already translated into millimeters, but occasionally some are in inches. As a ...
Desmond Robers's user avatar
0 votes
1 answer
272 views

I'm encountering a compilation error in my Solidity code related to the UserOperation type. I'm using the BaseAccount contract from the account-abstraction library and trying to implement the ...
Paschal's user avatar
  • 153
1 vote
0 answers
589 views

Anybody getting this error message when running forge script? {"logs":[],"gas_used":36453,"returns":{}} SKIPPING ON CHAIN SIMULATION. Sending transactions [0 - 0]. ...
zen's user avatar
  • 21
2 votes
0 answers
118 views

I noticed that using forge test, the estimated gas used tends to be much less than the real gas used. Taking for example this transaction in Ethereum mainnet: https://etherscan.io/tx/...
Quantoor's user avatar
  • 391
1 vote
0 answers
18 views

We are using model-derivative v2 from the following URL. https://aps.autodesk.com/en/docs/model-derivative/v2/reference/http/urn-manifest-derivativeUrn-signedcookies-GET/ The Key value in the response ...
Yusuke Ozaki's user avatar
0 votes
1 answer
110 views

I would like to deploy Metabase using Laravel Forge Has anyone tried this before? Kindly provide tutorial I can SSH into my digital ocean server (which is connected to forge), to create directory and ...
Timothy Soladoye's user avatar
1 vote
2 answers
47 views

Pardon me if this is a ridiculous question. But can props be forged in React? In other words can someone navigating your website find a way to deliberately change the values of the props that are ...
Mr. J's user avatar
  • 357
0 votes
0 answers
81 views

We created a Forge app and we have an existing Django/Python application. Our forge app app has a connect button and when the user clicks it we want the user to automatically login with the ...
user23556276's user avatar
2 votes
1 answer
453 views

Is it possible to implement Http3 when using Laravel 10 and Forge with nginx? I have tried it myself but i didnt found anything on the Internet. Is Http3 even the current standard or is it still http2?...
Tobias Vogt's user avatar
1 vote
1 answer
54 views

I am using Autodesk forge version v7.* I want to resize my toolbar once a resize event is triggered. I used the 'viewer.resize' code as below: this.forge2DView = new Autodesk.Viewing.Private....
Soumya's user avatar
  • 15
1 vote
0 answers
27 views

We have 3D models of P&ID (piping and instrumentation diagram) which we are displaying in forge model viewer. We have we queries as listed below when we upload the model as dwg file, the ...
Lakshmi Rani's user avatar
0 votes
1 answer
119 views

In our specific scenario, we have successfully loaded two viewers into the same window, creating a split-screen configuration with a 2D view on the left side and a 3D view on the right side. Our ...
Jose V Michael's user avatar
0 votes
1 answer
88 views

I keep trying to generate my custom trees but they only seem to spawn on the corners of chunks and I can't seem to decrease or increase the number spawning beyond them spawning nowhere and them ...
Lune's user avatar
  • 1
1 vote
1 answer
66 views

[Revit system browser] (https://i.sstatic.net/ubi2Y.png) I am unable to bring the Revit system browser into forge. The image I attached is the system browser. I tried with few codes to bring the ...
Ajay JS's user avatar
  • 11
-1 votes
1 answer
48 views

I took the code from the following GitHub and made certain modifications (like adding other extensions, etc...). https://github.com/autodesk-platform-services/aps-iot-extensions-demo/tree/experiment/...
Amel NAIT-AMER's user avatar
1 vote
0 answers
38 views

I'm trying to create objects using an overlay manager. https://aps.autodesk.com/en/docs/viewer/v7/reference/Viewing/OverlayManager/ I prepared a ghost cube that contains an overlay, but the ghost ...
Takahiro Matsumoto's user avatar
0 votes
2 answers
144 views

error image Currently trying to deploy a smart contract however im getting this error message every time i've tried to use the command it gives me: 'forge build --extra-output metadata;' and when i do,...
Paul Evans's user avatar
0 votes
0 answers
359 views

I am trying to create a workspace using the command "gradlew setupDecompWorkspace", I have downloaded a zip from the forge website for 1.8.9-11.15.1.2318 as the mdk version, unzipped it into ...
Karafakeu's user avatar
1 vote
0 answers
137 views

I'm trying to write a json file recipe for my mod MOD_ID = "leagues" but it doesn't seem to work. Forge 1.19 resources/data/leagues/recipes/demogem.json { "type": "minecraft:...
Aldo Medina's user avatar
0 votes
1 answer
1k views

I have setup with the following configuration. 'derayah' => [ 'driver' => 'rabbitmq', 'queue' => env('RABBITMQ_QUEUE', 'default'), 'connection' => ...
Shaz's user avatar
  • 425
0 votes
0 answers
66 views

after changing the DesignAutomation to version 5.1.2 the login does not work anymore. I get as isSuccessStatusCode the value false back. We register the Service with AddDesignAutomation, the URL to ...
Andreas Lurz's user avatar
-1 votes
1 answer
146 views

I want to do BIM IOT integration of Construction assets and I have data like available in pic, can I show this type of data on Autodesk platform services along with Revit model. Batching plant ...
Vishal Solanki ce22m129's user avatar

1
2 3 4 5
13