Devtools doesn't load localhost api #259
Replies: 1 comment
-
Do you enter If still relevant, please comment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm setting up my first frame with frog, went to test out devtools but it will not load my frame into the devtools browser. This is a clean Next.js project on WSL2 (Ubuntu 20.04 on Windows 11).
"npm run dev" brings up http://localhost:3000/ with the default Next.js page.
"npm run frog-dev" brings up http://localhost:5173/ with the "Enter frame address" search bar in the center.
Enter https://localhost:3000/api into the nav bar, and I get the following error in my terminal:
I don't have any firewall rules that would be interfering, and the correct processes are running on the correct ports.
Beta Was this translation helpful? Give feedback.
All reactions