You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After starting up the service and giving the URL it wont fetch pages and it will print a CORS-error in the console.
To Reproduce
Steps to reproduce the behavior:
Build with docker-compose -f docker-compose.yml -f docker-compose.build.yml up -d --force-recreate --build --remove-orphans on a M2 Mac using the workarounds for it
Go to testing page
Insert URL to be crawled
Open console
Press Run
See error: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:7071/api/crawler?depth=2&url=***&viewport=desktop&width=20. (Reason: CORS request did not succeed)
Expected behavior
Page to be crawled
Desktop (please complete the following information):
OS: macOS
Browser: Firefox 118.0.1
Version: latest from GitHub
The text was updated successfully, but these errors were encountered:
Describe the bug
After starting up the service and giving the URL it wont fetch pages and it will print a CORS-error in the console.
To Reproduce
Steps to reproduce the behavior:
Build with
docker-compose -f docker-compose.yml -f docker-compose.build.yml up -d --force-recreate --build --remove-orphans
on a M2 Mac using the workarounds for itRun
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:7071/api/crawler?depth=2&url=***&viewport=desktop&width=20. (Reason: CORS request did not succeed)
Expected behavior
Page to be crawled
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: