sean
(sean)
8 January 2025 17:58
1
Hi everyone, I’m fairly new to Speckle and I’m attempting to set up a Revit Connector in my locally deployed Speckle server instance. I’ve cloned both the speckle-server and speckle-sharp-connectors repositories.
Using yarn dev works fine and I’m able to run on http://localhost:3033 .
I’ve looked at the Local Development Environment | Speckle Docs , but I’m still unsure on how to set up the Revit connector.
Logs : SpeckleCoreLog20250109
2025-01-09 01:41:06.595 +08:00 [DBG] Starting execution of http request to “https://releases.speckle.dev/manager2/feeds/revit.json ”
2025-01-09 01:41:06.717 +08:00 [INF] Execution of http request to https://releases.speckle.dev//manager2/feeds/revit.json succeeded with “OK” after 0.1217635 seconds and 0 retries
2025-01-09 01:41:06.735 +08:00 [DBG] Checking install status for revit…
2025-01-09 01:41:06.735 +08:00 [DBG] Found v2.20.6 under HKEY_USERS\S-1-5-21-2415734521-4073372178-3226217273-1001\Software\Microsoft\Windows\CurrentVersion\Uninstall{A7842931-C5EA-49BF-83DE-3D2D43B13852}_is1.
2025-01-09 01:41:06.737 +08:00 [INF] Found valid revit installed version 2.20.6
2025-01-09 01:41:06.737 +08:00 [DBG] Added connector revit, version: 2.20.6, latest: 2.20.6
Thank you!
teocomi
(Matteo Cominetti)
8 January 2025 18:44
2
Hi Sean,
From the log the Revit connector seems installed correctly - what’s not working and what would you like to do?
If the issue is authentication, this thread might be of help:
Hey @Yonggu
we used to have a proxy setup on the server back in the days for Frontend-1.
For frontend-2 we have moved away from this setup being the default for performance reasons. Loading the new frontend in dev mode requires making ~1000 requests, mostly for frontend resources.
So the actual dev experience is not great with this, but if you are ok with a bit of degraded performance while adding your account, i’ve created a PR , that makes the frontend proxy behavior independently usable via…
1 Like
sean
(sean)
11 January 2025 17:01
3
Hi Teocomi,
Thanks for your reply. The proxy setup helped with the authentication issue for frontend-1.
However, when I load the frontend-1 in dev mode, there is no login text box, as shown below.
I understand that there is frontend-2, but frontend-1’s UI is more suited to my needs. Is there a way for me to bypass this legacy login issue without pivoting to frontend-2?
teocomi
(Matteo Cominetti)
11 January 2025 17:58
4
Frontend 1 has been deprecated and is not supported anymore, what’s missing that you would want back in fe2?
Let us know, we might be able to help!
sean
(sean)
18 January 2025 09:27
5
Hi teocomi sorry for the late reply. From some preliminary testing, when loading a Revit model, the UI portion for revit properties are more intuitively customisable in FE1. I really liked the the simple single column-like structure of the UI, where I can toggle my visual options easily. But ultimately these are very minute issues and since FE1 is deprecated, I can work with FE2!
FE1:
FE2:
1 Like
teocomi
(Matteo Cominetti)
20 January 2025 08:57
6
In case you didn’t know, the Dev Mode can be quite helpful in FE2: