theroyallab / ST-tabbyAPI-loader

Loader extension for tabbyAPI in SillyTavern
20 stars 3 forks source link

Uncaught SyntaxError: ambiguous indirect export: api_server_textgenerationwebui #3

Closed DutchEllie closed 9 months ago

DutchEllie commented 9 months ago

After installing the extension in ST, I get the following error in the browser console: image

This breaks all functionality, as the settings page for the app doesn't even show up in the extensions tab. This error is related to the import made in line 2 of the index.js script of this extension.

I am running the ST staging branch, but I assume that's not the issue since there is no difference between the staging and release branch at the moment that would specifically break this import.

bdashore3 commented 9 months ago

Fixed in latest commits. Closing.