Skip to content
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

404 on http:https://127.0.0.1:8000/sentry/1.js #188

Closed
soderlind opened this issue Jun 4, 2024 · 4 comments · Fixed by #190
Closed

404 on http:https://127.0.0.1:8000/sentry/1.js #188

soderlind opened this issue Jun 4, 2024 · 4 comments · Fixed by #190
Assignees
Labels
bug Something isn't working module [Sentry]
Milestone

Comments

@soderlind
Copy link

I'm getting a 404 when I try to load http:https://127.0.0.1:8000/sentry/1.js, as in:

<script src="http:https://127.0.0.1:8000/sentry/1.js"></script>

This is my docker-compose.yml

services:
    buggregator:
        image: ghcr.io/buggregator/server:latest
        depends_on:
            buggregator-database:
                condition: service_healthy
        ports:
            - 127.0.0.1:8000:8000
        environment:
            PERSISTENCE_DRIVER: database
            DB_DRIVER: pgsql
            DB_DATABASE: buggregator
            DB_HOST: buggregator-database
            DB_PORT: 5432
            DB_USERNAME: buggregator
            DB_PASSWORD: buggregator
            SENTRY_JS_SDK_URL: https://browser.sentry-cdn.com/7.69.0/bundle.tracing.replay.min.js
            SENTRY_JS_DSN_HOST: http:https://[email protected]:8000

    buggregator-database:
        image: postgres:latest
        healthcheck:
            test: [ "CMD-SHELL", "pg_isready --username=buggregator --dbname=buggregator" ]
            interval: 3s
            timeout: 3s
            retries: 1
        environment:
            POSTGRES_DB: buggregator
            POSTGRES_USER: buggregator
            POSTGRES_PASSWORD: buggregator
@CasaMare
Copy link

CasaMare commented Jun 5, 2024

@soderlind check this issue buggregator/docs#36

@CasaMare
Copy link

CasaMare commented Jun 5, 2024

#187

@butschster butschster added bug Something isn't working module [Sentry] labels Jun 5, 2024
@butschster butschster added this to the 1.0 milestone Jun 5, 2024
@butschster
Copy link
Member

@soderlind Thx for the bug!

@butschster
Copy link
Member

Thx guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module [Sentry]
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants