In ArcGIS Pro, I made 2 simple Arcade expressions to display lat and long in PopUps for polygons centroids.
Centroid($feature).x and Centroid($feature).y
As the layer is in WGS84, I get nice decimal degrees coordinates for centroids in pop-ups

Once published as a Hosted layer, the same pop-ups using same Arcade expressions display funny coordinates, like some sort of projected coordinates in meters/feets

Is it normal behavior? Is there any way to force Arcade in Portal to display decimal degrees in WGS84?