Connecting WP Discourse to a local Discourse Instance running a specific version

Thanks. I’m trying to reinstall Discourse now. I checked out version 3.3.0 for testing.

I’m trying to install Discourse locally instead of using the Docker container due to a bug in ZFS that prevents the Docker container from building successfully on ZFS file systems (pnpm issue 7024). If I install Discourse locally, I can workaround the ZFS bug by adding package-import-method=hardlink to .npmrc before running pnpm install.

I mean I had RAILS_ENV=development. I’m going to retry with RAILS_ENV=production now.

Also, I’m trying to rework the guide I linked above to work on Fedora Linux.

Edit: I’m not having much luck with version 3.3.0.

$ pnpm install
 WARN  The "workspaces" field in package.json is not supported by pnpm. Create a "pnpm-workspace.yaml" file instead.
 ERR_PNPM_INVALID_SELECTOR  Cannot parse the "**/unset-value" selector

I guess I’ll try again with 3.4.0 and see how that goes. :confused: