Common problems with EZGPT.APP 4.0 and how to fix them
This is expected. 4.0 no longer asks for access to every website. Instead the browser asks for each server address the first time you save a provider that uses it, and, when attaching a page cannot use your click's one-off access, once for all sites, after a dialog explaining why.
chrome://extensions, click Details on EZGPT.APP and look under Site access.localhost and 127.0.0.1 count as different addresses. Use the one you granted, or grant both.http://localhost:1234/v1. If you changed LM Studio's port, change it here too.localhost:1234 when asked. See Permission prompts.OLLAMA_ORIGINS is no longer needed in 4.0. Once you allow the origin permission for localhost:11434, the request is made with extension privileges and Ollama's CORS check does not apply. Remove the old variable if you like; it does no harm.http://localhost:11434 in a tab. It should say "Ollama is running".http://localhost:11434/v1.ollama pull llama3.2, then click Discover models.OLLAMA_HOST=0.0.0.0 on that machine and use its IP in the URL.Browsers do not let extensions read their own internal pages, so Attach page and the context menu cannot work on chrome:// and edge:// pages, the Chrome Web Store, the new-tab page, or the built-in PDF viewer.
chrome://version.chrome://extensions/shortcuts.chrome://extensions.chrome://extensions.They are replaced by the side panel, which stays open while you browse, and by Open in tab for a full-size view. Open the side panel with the toolbar icon or Ctrl+Shift+E.
chrome://extensions and open the panel again.In 4.0 Enter sends and Shift+Enter adds a line.