Help with setup of Revit connector in Local Deployment

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!

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:

1 Like

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?

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!

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

In case you didn’t know, the Dev Mode can be quite helpful in FE2: