I'm new to divolte collecting. After installing divolte collector on wsl2 and starting the server on localhost:8290, I tried to access the server from a browser at http://127.0.0.1:8290/. I got "This site is inaccessible: 127.0.0.1 does not allow connection.". I thought the problem was with the port, so I added it to pare feu to autorise the connection, but it is still not working. I checked the devtools and I get "Request URL: http://localhost:8290/""strict-origin-when-cross-origin." from both chrome and firefox. I'm really a bit stuck here. enter image description here enter image description here
cross origin problem with divolte collector
117 Views Asked by Yosra Haj Taieb At
0
There are 0 best solutions below
Related Questions in WSL-2
- Why table data is not passed to MySQL server
- Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (Ubuntu 20.04 ,WSL2)
- Visual Studio Code not running/working on WSL 2
- VS Code connect to WSL Ubuntu 20.04 LTS, fail with error: Could not fetch remote environment
- How to access service running in WSL2 from Windows host using 127.0.0.1?
- Why Docker can't detect WSL 2 distro in Windows 10 Home?
- Expose .NET Core WebAPI from VSCode on Network on WSL2
- WSL2 Golang install tools: Permission denied
- Browser Does Not Update on Save with webpack-dev-server in Docker in WSL 2
- lookup konnek-db on 127.0.0.11:53: no such host POSTGRES DOCKER WSL2 not connected error
- Error when running eShopOnContainers using Docker and WSL2 on Windows 10 Home: "src_sqldata_1 exited with code 255"
- WslRegisterDistribution failed with error: 0xffffffff
- Where are the files inside wsl2 physically stored?
- Unable to connect adb in wsl2 to windows adb server
- Setting a consistent display number for X2Go client
Related Questions in DIVOLTE
- cross origin problem with divolte collector
- Divolte session don't time out within a page-view if window time beyond the session timeout (default 30 minutes)
- Divolte collector and Kafka, send each event to it's specific topic
- How variables of config file are getting replaced by docker-compose ENV?
- How to setup divolte.io for multiple websites on the same server?
- Cant find Avro schema in divolte and kafka docker
- How can we get nested Avro schema field inside mapping.groovy
- How do I deserialise Divolte AVRO records from Kafka using Kafka connect with schema registry?
- Corresponding 'Groovy' mapping for required Avro Schema - divolte
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?