-
Notifications
You must be signed in to change notification settings - Fork 456
Open
Labels
bugVery important to fix, typically this means that the tool is broken or lyingVery important to fix, typically this means that the tool is broken or lying
Description
STR:
- Start profiler with
FX_PROFILER_HOST=0.0.0.0 yarn start. - Get your IP address, eg with
ipconfig getifaddr en0. - Add your IP address to the list of allowed hosts here.
- Access the profiler at
http://YOUR_IP:4242.
Expected result:
Profiler opens.
Actual result:
Error text with 403 - Forbidden: The host "YOUR_IP" is not allowed.
Regressed in #5589.
Apparently, happens because of the hardcoded host here, but more investigation would be nice.
I've also noticed that the documentation was not updated after migrating to the es-build dev server, see here.
┆Issue is synchronized with this Jira Task
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugVery important to fix, typically this means that the tool is broken or lyingVery important to fix, typically this means that the tool is broken or lying