1.4 KiB
1.4 KiB
How to See ATOB Changes
The mock backend has ATOB data, but your browser needs to refresh properly.
Quick Fix (Try these in order)
1. Hard Refresh the Browser
Mac: Cmd + Shift + R
Windows/Linux: Ctrl + Shift + R
2. Clear Site Data and Refresh
In Chrome/Brave:
- Open DevTools (F12)
- Right-click the refresh button
- Select "Empty Cache and Hard Reload"
3. Logout and Login Again
- Click logout in the UI
- Login again with:
password123 - Navigate to Apps
4. Restart Everything
# Stop the current dev server (Ctrl+C)
cd /Users/tx1138/Code/Neode/neode-ui
npm run dev:mock
Then visit: http://localhost:8100
What to Expect
After refresh, you should see in the Apps page:
- Bitcoin Core (running)
- Core Lightning (stopped)
- A to B Bitcoin (running) ← NEW!
The ATOB card will have:
- Blue ATOB icon
- "A to B Bitcoin" title
- "running" green badge
- "Launch" button (gradient blue)
- Stop button
Verification
Check browser console (F12):
// Should show the WebSocket data includes atob
Check Network tab:
- WebSocket connection to
ws://localhost:5959/ws/db - Should receive data with package-data containing atob
Still Not Working?
Check if the WebSocket sent the data:
- Open DevTools (F12)
- Go to Network tab
- Filter by "WS" (WebSocket)
- Click on the WebSocket connection
- Look at Messages
- You should see initial data with atob in package-data