Skip to content

Commit

Permalink
fix: again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogan AY committed Jan 31, 2025
1 parent 895073b commit d101e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/forestadmin-client/src/events-subscription/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default class EventsSubscriptionService implements BaseEventsSubscription
'Error',
`Unable to detect ServerSentEvents Heartbeat.
Forest Admin uses ServerSentEvents to ensure that permission cache is up to date.
It seems that your agent does not receive events from our server, this may due to buffering of events from your reverse proxy.
https://docs.forestadmin.com/developer-guide-agents-nodejs/getting-started/install/troubleshooting
It seems that your agent does not receive events from our server, this may due to buffering of events from your networking infrastructure (reverse proxy).
https://docs.forestadmin.com/developer-guide-agents-nodejs/getting-started/install/troubleshooting#invalid-permissions
`,
);
}, 45000);
Expand Down

0 comments on commit d101e3e

Please sign in to comment.