You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am trying to build and run (locally) the React SPAs such as dashboard-app, autocomplete, etc.. However, I am facing some issues:
The README in the SPA directory mentions a build-ts.sh script under the proto directory, but I'm unable to locate this script. Is this auto-generated via some command? (I have already done pnpm install in the proto directory).
I ignored the above step and proceed to do the rest - the build is successful and the SPA (in my case dashboard-app) also starts up, but I am getting a blank page on http://localhost:3433/. In the console, I can see errors that say Fig.js is not supported in this browser. How do I resolve this?
Am I supposed to run SPAs this way or do I need to do something else?
Specifications
OS: Arch-linux (Kernel 6.12.21-1-lts)
Architecture: x86_64
Browser: Firefox (137.0-1)
Source-code version: The current main branch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am trying to build and run (locally) the React SPAs such as
dashboard-app
,autocomplete
, etc.. However, I am facing some issues:build-ts.sh
script under theproto
directory, but I'm unable to locate this script. Is this auto-generated via some command? (I have already donepnpm install
in theproto
directory).dashboard-app
) also starts up, but I am getting a blank page onhttp://localhost:3433/
. In the console, I can see errors that sayFig.js is not supported in this browser
. How do I resolve this?Specifications
OS: Arch-linux (Kernel
6.12.21-1-lts
)Architecture:
x86_64
Browser: Firefox (
137.0-1
)Source-code version: The current
main
branch.Beta Was this translation helpful? Give feedback.
All reactions