boundless-artist-90671
07/16/2025, 10:48 AMAccessApplication
, after the bump of the library I tried to both keep the same resource type (which is depreacted in v6) and to switch to the ZeroTrustAccessApplication
equivalent but I always have troubles with the state in preview, with the following error (basically cors_headers
was a list before and now is a single typed object).
error: [pf/tfbridge] Error calling EncodePropertyMap: objectEncoder failed on property "cors_headers": Expected an Object PropertyValue, found [] ("{[{map[allowAllHeaders:{false} allowAllMethods:{false} allowAllOrigins:{false} allowCredentials:{true} allowedHeaders:{[]} allowedMethods:{[{GET} {OPTIONS} {POST}]} allowedOrigins:{[{bolla-public.prima.it}]} maxAge:{10}]}]}")
Any clue if there's an easy way to solve this, even modifying the state manually?
Not sure if it's better open an issue or write here, feel free to redirect me 🙂boundless-artist-90671
07/16/2025, 11:12 AM