Rick van der Staaij
Rick van der Staaij
@reinink could you take a look at the proposed PRs? We're running into this issue for our project, and the proposed PRs seem to fix the issue. Thanks in advance!
@driesvints https://github.com/inertiajs/inertia/pull/1784 seems the complete fix :ok_hand:
We are now migrating away from `useRemember` because of this issue. We will be using `useState` instead. Less ideal but at least that doesn't break.
@nstapelbroek awesome! :muscle: If I understand correctly, setting the `NGINX_ENVSUBST_FILTER` will include all environment variables for replacement, als long as it contains the `NGINX_ENVSUBST_FILTER` right? So with `NGINX_ENVSUBST_FILTER=MY_PROJECT`, the following...
@nstapelbroek I just used this in a new project, and it's absolutely perfect. Thank you once again! :heart: