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

Development setup doesn't work on MacOS #54

Closed
Tethik opened this issue Oct 6, 2023 · 4 comments
Closed

Development setup doesn't work on MacOS #54

Tethik opened this issue Oct 6, 2023 · 4 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Tethik
Copy link
Member

Tethik commented Oct 6, 2023

Connectivity between postgres container and the Gram API seems to fail.

@Tethik Tethik added bug Something isn't working good first issue Good for newcomers labels Oct 6, 2023
@Tethik
Copy link
Member Author

Tethik commented Oct 26, 2023

This may already be fixed since we moved the default config to use 127.0.0.1 instead of localhost for the postgres host. Will leave this issue open for now and close it later if we don't hear anything new.

@Pulko
Copy link

Pulko commented Feb 13, 2024

I'll take care of it ☺️

@Pulko
Copy link

Pulko commented Mar 12, 2024

hey @Tethik :)

Sorry for a big delay. I finally managed to start it out.

I wonder what would be a point when we can decide if it works for macOS. I have successfully started it, logged in and had some debug logs identifying that postgres connection is working (I suppose).

[2024-03-12T17:54:41.130] [DEBUG] postgres -
    UPDATE notifications
    SET status = 'pending', updated_at = current_timestamp
    WHERE id in (
        SELECT id FROM notifications
        WHERE status = 'new'
        ORDER BY updated_at ASC
        LIMIT 25
    )
    RETURNING *
[2024-03-12T17:54:41.151] [DEBUG] NotificationSender - No new notifications to send

Could that be an evidence?

@Tethik
Copy link
Member Author

Tethik commented Mar 12, 2024

@Pulko as long as you can start it, login via the webapp, I think that's fine and we can close this issue. What was missing here was someone with a Mac to test it. Thanks for taking the time :)

@Tethik Tethik closed this as completed Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants