This issue happen’s when after i leave my session idle for a min and refresh.
Not sure why the client ip is having a port value. Is there some config i am missing
Below is the log
Processing by CategoriesController#index as HTML
Redirected to https://forum.doraig.com/login
Filter chain halted as :redirect_to_login_if_required rendered or redirected
Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 311)
Job exception: PG::InvalidTextRepresentation: ERROR: invalid input syntax for type inet: “13.86.104.6:3013”
LINE 1: UPDATE “users” SET “ip_address” = ‘13.86.104.6:3013’ WHERE "…
Port numbers are only supported for local development, is this a dev question? No production instance of Discourse will ever work with a custom port, that is not supported.