You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute Add-PnPPage -Name "TestGregory2" -Title "Test Gregory2" to add another new page. Command is successfully executed
Execute Set-PnPPage -Identity "TestGregory2" -Translate -TranslationLanguageCodes 1035,1036,1043 to the newly created page. The below error is shown:
Set-PnPPage : Feature 'MultilingualPages' (ID: 24611c05-ee19-45da-955f-6602264abaf8) is already activated at scope
'http://my.sharepointsite.sharepoint.com'.
At line:1 char:1
I have waited 5 minutes, 15 minutes 30 minutes and more than an hour. Everytime I execute the command, it throws the above error.
If I disconnect (Disconnect-PnPOnline) and then re-connect again (Connect-PnPOnline -Url http://my.sharepointsite.sharepoint.com) and then execute Set-PnPPage -Identity "TestGregory2" -Translate -TranslationLanguageCodes 1035,1036,1043 it completes with no errors. If create a new page an repeat steps 5 and 6, error came back.
I have to disconnect and re-connect to create pages.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
Over the last days I have noticed an error thrown by Set-PnPPage when trying to use -Translate and -TranslationLaguagesCodes.
This is the scenario:
I have waited 5 minutes, 15 minutes 30 minutes and more than an hour. Everytime I execute the command, it throws the above error.
If I disconnect (Disconnect-PnPOnline) and then re-connect again (Connect-PnPOnline -Url http://my.sharepointsite.sharepoint.com) and then execute Set-PnPPage -Identity "TestGregory2" -Translate -TranslationLanguageCodes 1035,1036,1043 it completes with no errors. If create a new page an repeat steps 5 and 6, error came back.
I have to disconnect and re-connect to create pages.
Beta Was this translation helpful? Give feedback.
All reactions