607 questions
-2
votes
0
answers
30
views
Is it possible to implement “behaviors” such as conditionally hiding fields?
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,...
1
vote
1
answer
74
views
Is it possible to store multiple values in one Forge custom field and still use Jira field history?
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 ...
0
votes
0
answers
92
views
Why my mod not breaks visual blocks on the server minecraft
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;
...
0
votes
0
answers
33
views
Forge build Compilation Error. Contract not compiling despite correct remappings. Returning 'Access is denied. (os error 5).'
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 '...
0
votes
0
answers
70
views
401 Unauthorized Error After Server Migration (Laravel + S3)
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:
{
"...
0
votes
1
answer
66
views
Logged in successfully, but all commands return "Your API Token is invalid"
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 ...
0
votes
0
answers
89
views
Applying transparency to entities in 1.20.1 (MC Forge)
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 ...
0
votes
1
answer
56
views
Laravel Forge Worker Server wount connect with Cache Server
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 ...
-1
votes
1
answer
91
views
sqlite database not loading in minecraft forge mod
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 ...
0
votes
0
answers
23
views
Updating a custom JIRA task field "Risk evaluation" with Forge application
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 ...
0
votes
0
answers
45
views
Opened route keeps hanging in Laravel Forge deployed application
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 ...
1
vote
1
answer
219
views
Electron-app can't find prisma after building an exe
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 ...
0
votes
1
answer
78
views
How to check if a database exists in codeigniter 4 before creating a new database using forge
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 $...
0
votes
1
answer
212
views
Minecraft (Forge 1.12.2) crashes when executing runClient at ExampleMod
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....
1
vote
0
answers
366
views
'Legacy endpoint is deprecated' on the Autodesk Forge Viewer walkthrough sample
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 "...
0
votes
0
answers
55
views
Manifest validation failed: Apps created after the cut off date are not allowed to deploy with the sandbox runtime
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 ...
2
votes
1
answer
55
views
How can I retrieve source code of given contract address but Etherscan doesn't have any
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 ...
0
votes
0
answers
151
views
Error: app must have required property 'runtime' in Forge CLI during deploy
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\...
0
votes
0
answers
90
views
openssl not compatible with forge library?
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 ...
1
vote
1
answer
134
views
Hide/Show forge App Button on JSM portal Request View Action based on request type?
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 ...
0
votes
1
answer
89
views
Viewing Large Drawing File(dwg) with Discipline layers in Forge Viewer after converting it to F2d/Pdf by Model Derivative API
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 ...
0
votes
1
answer
75
views
How to handle globalOffSet changing in forge viewer
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 ...
0
votes
1
answer
38
views
Search node in model tree in forge viewer
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 ...
-1
votes
1
answer
109
views
Getting Error deprecated service. Please contact to learn more on migrating to Oauth 2. autodesk,two legged authentication,forge viewer
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();...
1
vote
0
answers
147
views
Uploading file to custom backend from a jira plugin
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 ...
2
votes
1
answer
87
views
Autodesk Forge Markup - Simple line, possible utilising existing Polygon, Arrow or Rectangle
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, ...
0
votes
1
answer
40
views
Reload viewpoint in orthographic mode
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 ...
0
votes
1
answer
98
views
Iam unable to explode the model floor wise in autodesk forge viewer
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 ...
3
votes
1
answer
94
views
AutoDesk Forge Api: How can I change the default fileUnit from the IFC model
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 ...
0
votes
1
answer
272
views
Solidity Error: Identifier not found or not unique (UserOperation)
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 ...
1
vote
0
answers
589
views
code: -32003, message: Insufficient funds for gas * price + value, data: None
Anybody getting this error message when running forge script?
{"logs":[],"gas_used":36453,"returns":{}}
SKIPPING ON CHAIN SIMULATION.
Sending transactions [0 - 0].
...
2
votes
0
answers
118
views
Forge test estimates less gas than the real transaction
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/...
1
vote
0
answers
18
views
Has the Key value (Set-Cookie) in the model-derivative v2 response header changed?
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 ...
0
votes
1
answer
110
views
How to deploy metabase using Laravel Forge
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 ...
1
vote
2
answers
47
views
Can props be forged in React?
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 ...
0
votes
0
answers
81
views
Is there a way to have SSO using Atlassian for our external Django application?
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 ...
2
votes
1
answer
453
views
Http3 with Laravel and Forge
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?...
1
vote
1
answer
54
views
Resizing toolbar in autodesk forge
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....
1
vote
0
answers
27
views
Forge model viewer Saving the translated 3D object in our servers or S3 and Matricon SDK integration to digitalize the 3D drawing
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 ...
0
votes
1
answer
119
views
Issue with Selection of 2D Drawings in Autodesk Forge Viewer
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 ...
0
votes
1
answer
88
views
Can't get trees to generate properly in my mod 1.16.5
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 ...
1
vote
1
answer
66
views
Revits system browser into autodesk forge
[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 ...
-1
votes
1
answer
48
views
update time selection in the timeSlider when the user select other dates
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/...
1
vote
0
answers
38
views
Ghost parts are not visible when overlaying a ghost cube
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 ...
0
votes
2
answers
144
views
Thirdweb/Foundry compilation failed: ChildProcess
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,...
0
votes
0
answers
359
views
Error on creating Eclipse workspace for gradle
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 ...
1
vote
0
answers
137
views
Mod recipe writing not working in Forge 1.19
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:...
0
votes
1
answer
1k
views
I am using vladimir-yuldashev/laravel-queue-rabbitmq to connect in laravel & forge, with a RabbiqMQ message producer, Connection Lost/ broker Pipe
I have setup with the following configuration.
'derayah' => [
'driver' => 'rabbitmq',
'queue' => env('RABBITMQ_QUEUE', 'default'),
'connection' => ...
0
votes
0
answers
66
views
DesignAutomation V3 - Accesstoken
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 ...
-1
votes
1
answer
146
views
BIM-IOT integration through Autodesk platform services
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 ...