-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No route matches URL "/extensions/dev-console" #5424
Comments
Hi 👋 This looks like an issue with the CLI. I am going to transfer this issue. It would be helpful for that team to investigate if you could share the series of CLI commands you took to get into this state. |
@lizkenyon as I understand it, I have the extensions console open on a random port and there is no configuration of this, which is very strange. The Remix app itself is running on port 8020. I can't create Admin Block extensions in my Remix App? |
I run the command |
Hi @0zd0! I think you are running dev with the wrong parameter: This URL always needs to be a tunnel pointing to your localhost, for instance, if you wanted to use in one terminal:
in a different terminal:
Being <ngrok_url> the URL obtained from the first step. but also, unless you have problems with cloudflare, you should be able to just run Let me know if this helps or I need more details about your specific dev situation! |
@isaacroldan I work in a Docker container and use my domain locally with nginx proxying |
https://shopify.dev/docs/apps/build/admin/actions-blocks/connect-admin-extensions?extension=react#test-the-extensions it says here about testing the extension. Firstly, when clicking on
p
nothing opens, secondly, even going directly to the link remix does not have such a route and obviously error 404The text was updated successfully, but these errors were encountered: