You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posts' Create activities cannot be fetched, the server responds with a 404 error
Steps to Reproduce
Create a post to a community
Retrieve the Create ID from the outbox (or from requests sent to followers) (e.g. http://localhost:8536/activities/create/0931f34d-cd77-4726-bc2e-3d108f56421b)
Attempt to request the activity by URL
"NotFound" is returned
Technical details
Please post your log: sudo docker-compose logs > lemmy_log.out.
Starting http server at 0.0.0.0:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
federation enabled, host is localhost:8536
What OS are you trying to install lemmy on?
Arch Linux
Any browser console errors?
probably unrelated, but I do see "Uncaught TypeError: can't access property "postForm", this.state is undefined" when making the post
The text was updated successfully, but these errors were encountered:
Issue Summary
Posts' Create activities cannot be fetched, the server responds with a 404 error
Steps to Reproduce
http://localhost:8536/activities/create/0931f34d-cd77-4726-bc2e-3d108f56421b
)"NotFound" is returned
Technical details
sudo docker-compose logs > lemmy_log.out
.Arch Linux
probably unrelated, but I do see "Uncaught TypeError: can't access property "postForm", this.state is undefined" when making the post
The text was updated successfully, but these errors were encountered: