• muskes

    (@muskes)


    Hello,

    … first of all, a big compliment for the cool app, I stumbled upon it by chance. However, I have the problem that I get a 404 error message after starting the app. This is because the start URL has

    >>?utm_source=manifest.json&utm_medium=plugin&utm_campaign=iworks-pwa<<

    appended to it – where can I set the start URL?

    Thank you in advance for your help.

    Best regards,

    Muskes

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marcin Pietrzak

    (@iworks)

    HI

    appended to it – where can I set the start URL?

    @muskes

    Answeris – is can not.

    But You can disable it.

    Just use a code below:

    add_filter( 'iworks_pwa_configuration_start_url', '__return_false' );

    And a campaign data will be not attached.

    Marcin

    Thread Starter muskes

    (@muskes)

    Hello Marcin,

    …thanks for your reply, but adding the codesnippet to the functions.php hasn’t any effect.

    regards

    muskes

    Plugin Author Marcin Pietrzak

    (@iworks)

    …thanks for your reply, but adding the codesnippet to the functions.php hasn’t any effect.

    @muskes

    Could you paste few lines from error.log?

    M

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.