Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
80 views

Some times ago, I published my first mercure hub with Coolify on my server to be used by my stack (Symfony and React). First, I want to make it working. On the mercure logs I have the subscriber (from ...
1 vote
1 answer
191 views

I'm integrating Mercure into my Symfony app and running it with Docker Compose. When I start the container, I get the following warning: WARN[0002] The "MERCURE_JWT_SECRET" variable is not ...
0 votes
0 answers
98 views

I have a project that I deployed with SSL certificate with Apache to do some visualization tests in "online" rather than local. I was trying to set up Mercure using the Symfony Bundle and ...
0 votes
0 answers
156 views

I'm using Mercure to handle real-time updates in my Symfony project, and I have a frontend running on http://localhost:8083. However, when trying to subscribe to Mercure events, I get the following ...
1 vote
0 answers
587 views

I have Angular on Front - End, I have a very weird issue: I am connecting to a Mercure - server events with EventSource in Javascript. In case of an error for example when I simulate wrong ...
0 votes
1 answer
295 views

Since now 2 days I'm trying to setup mercure and Symfony project to be able to talk together My Mercure server is a container behind nginx and seems to works : curl -d 'topic=https://example.com/books/...
Fpasquer's user avatar
  • 414
1 vote
0 answers
409 views

I’m working on a Symfony 6 project with API Platform where users can log in and receive JWT tokens (I use lexik_jwt_authentication) to access private pages. I’m using the Mercure protocol to send real-...
1 vote
0 answers
239 views

I'm currently developing a real-time notification system on my Symfony 6 application with Mercure 🔔 It works perfectly, for example my user Paul will receive notifications if a message is sent in a ...
0 votes
1 answer
705 views

I am creating an API, and i'm having an issue sending updates to Mercure Hub with symfony 7. I have follow the Symfony current doc and implement Mercure with docker(only mercure). in my local, all ...
0 votes
1 answer
422 views

I have a docker mercure container running on plesk. but he is not available. Now I try to load the ssl certificate manually, but unfortunately that doesn't work. The server still tries to get ...
Adares's user avatar
  • 19
1 vote
0 answers
599 views

version: '3.7' services: db: image: mariadb:10.2.29 ports: - "3307:3306" #outside:inside docker container from within environment: - MYSQL_DATABASE=test_db - ...
Quinie's user avatar
  • 11
1 vote
0 answers
96 views

In an Symfony-Entity (using Apiplattform and ApiResource-Definitions) I added a second Get-Operation like #[ApiResource(operations: [ new Get(), new Get(uriTemplate: '/[pathtoEntity]/{id}', ...
0 votes
1 answer
154 views

I try to fix the Cookiegenerator.php file for generate a token with my JWT key but I have some errors : <?php declare(strict_types=1); namespace App\Services\Mercure; use App\Entity\...
Gengar's user avatar
  • 1
0 votes
0 answers
1k views

I am trying to post private mercury updates, i follow the symfony documentation from near, as indicated I do this : $update = new Update( 'https://example.com/books/1', json_encode(['status' =>...
mlc's user avatar
  • 31
0 votes
1 answer
148 views

I have a problem with MySQL in Docker, by default Docker uses PostgreSQL, so I have created a MySQL image but when I launch my Dockerfile, I have some errors, in particular — problems with installing ...

15 30 50 per page
1
2 3 4 5
...
7

AltStyle によって変換されたページ (->オリジナル) /