I've attempted to create a welcome thread, but following the link to it after it's created yields a 404, and trying to create another one yields an error page.
I'm pretty Rails console savvy (I'm an engineer by day). How can I debug this?
I've attempted to create a welcome thread, but following the link to it after it's created yields a 404, and trying to create another one yields an error page.
I'm pretty Rails console savvy (I'm an engineer by day). How can I debug this?
For further actions, you may consider blocking this person and/or reporting abuse
Dexodata -
Liya Franchez -
Rosetta Warren -
AZ305ExamDumps786 -
Once suspended, mshappe will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, mshappe will be able to comment and publish posts again.
Once unpublished, all posts by mshappe will become hidden and only accessible to themselves.
If mshappe is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Michael Scott Shappe.
They can still re-publish the post if they are not suspended.
Thanks for keeping Forem Creators and Builders π± safe. Here is what you can do to flag mshappe:
Unflagging mshappe will restore default visibility to their posts.
Top comments (5)
This problem looks like from 2022 but still happened to me.
Looks like the problem was the generated link for the welcome thread has no "preview" parameter. I accidentally found the post for the welcome thread with this link in my forem instance
https://www.gimid.dev/igrir/welcome-thread-v0-2kk9-temp-slug-302430?preview=286b332ab23b3ccd8db884c3270a13357e14336fd82ce7906694ea726c002642d0035dcc2894b725a80acd1f6364cf43f8ff4f255cf57815a3769da9
as you can see there's
preview=xxx
parameter, but instead the link for the thread is only thishttps://www.gimid.dev/igrir/welcome-thread-v0-2kk9-temp-slug-302430
and it can't be accessible
Looks like I found the workaround. Here's how it's done:
published: false
. Change it to trueYup, the
temp-slug
andpreview
stuff are because the post is not published.Btw, there are two styles of editor, one with this basic yml style which can be used in some cases as simpler to automate, but users will see the more graphical, interactive version.
Hey @mshappe, thanks for asking this question. Can you tell us a little more about how you're making your welcome thread and your installation of Forem please?
Heya just seen this, I had a similar issue and remember it had something to do with the user ID of the welcome thread, did u get it fixed?